git rm --recursive

2015-11-18 Thread Hans Ginzel
Hello! I have added the --recursive alias for the -r option to the rm command. H. From 83f197151c04164b0dfd4d127e72439aebaf8b71 Mon Sep 17 00:00:00 2001 From: Hans Ginzel Date: Wed, 18 Nov 2015 15:44:56 +0100 Subject: [PATCH] builtin: rm: add --recursive to be consistent with GNU rm diff

Re: How to rebase one branch of the merge commit?

2015-02-09 Thread Hans Ginzel
On Sun, Feb 01, 2015 at 08:28:28PM +0100, Dennis Kaarsemaker wrote: On zo, 2015-02-01 at 19:42 +0100, Hans Ginzel wrote: Hello! Suppose following git history: A–M–C / B How to achieve this with commits metadata preserving? A–M'–C' / B' I did git che

How to rebase one branch of the merge commit?

2015-02-01 Thread Hans Ginzel
Hello! Suppose following git history: A–M–C / B How to achieve this with commits metadata preserving? A–M'–C' / B' I did git checkout B git add something_not_in_other_commits git commit --amend So I have B'. How to continue, please? My git version is 1.7.1 (Centos 6.5). Regards Hans --