Skip to content

Commit

Permalink
git-filter-branch.txt: fix a typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Organov <osv@javad.com>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Sergei Organov authored and Junio C Hamano committed Nov 1, 2007
1 parent d9d10bb commit 8451c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-filter-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ git filter-branch --commit-filter '
fi' HEAD
------------------------------------------------------------------------------

The function 'skip_commits' is defined as follows:
The function 'skip_commit' is defined as follows:

--------------------------
skip_commit()
Expand Down

0 comments on commit 8451c56

Please sign in to comment.