Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 dfd05e3, 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>
- Loading branch information