author | Johannes Schindelin <johannes.schindelin@gmx.de> | |
Mon, 17 Aug 2009 20:38:46 +0000 (22:38 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 18 Aug 2009 19:20:58 +0000 (12:20 -0700) | ||
commit | b8f423327bea8b82f1cd08cbed52a54a757de856 | |
tree | 97adc2b20ddfe06739121a99d7af00d506d3fd67 | tree | snapshot |
parent | 13354f5377d82baee4d8c930df824c8dbeda396d | commit | diff |
filter-branch: add an example how to add ACKs to a range of commits
When you have to add certain lines like ACKs (or for that matter,
Signed-off-by:s) to a range of commits starting with HEAD, you might
be tempted to use 'git rebase -i -10', but that is a waste of your
time.
It is better to use 'git filter-branch' with an appropriate message
filter, and this commit adds an example how to do so to
filter-branch's man page.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When you have to add certain lines like ACKs (or for that matter,
Signed-off-by:s) to a range of commits starting with HEAD, you might
be tempted to use 'git rebase -i -10', but that is a waste of your
time.
It is better to use 'git filter-branch' with an appropriate message
filter, and this commit adds an example how to do so to
filter-branch's man page.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt | diff | blob | history |