author | Brandon Casey <casey@nrlssc.navy.mil> | |
Wed, 30 Jan 2008 19:33:04 +0000 (13:33 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 31 Jan 2008 02:50:25 +0000 (18:50 -0800) | ||
commit | 0f047f3b47693e8f80a00bcf4af421d9d2fc7efd | |
tree | 218e083b2f163dd09a13396d1a7e7e2a97794c64 | tree | snapshot |
parent | c41b439244c51b30c60953192816afc91e552578 | commit | diff |
filter-branch: assume HEAD if no revision supplied
filter-branch previously took the first non-option argument as the name for
a new branch. Since dfd05e38, it now takes a revision or a revision range
and modifies the current branch. Update to operate on HEAD by default to
conform with standard git interface practice.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
filter-branch previously took the first non-option argument as the name for
a new branch. Since dfd05e38, it now takes a revision or a revision range
and modifies the current branch. Update to operate on HEAD by default to
conform with standard git interface practice.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh | diff | blob | history |