diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-21 23:27:59 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-21 23:27:59 +0200 |
commit | 008442f5e798e511cc0cd5d9443552b0d107d558 (patch) | |
tree | e390298df6995f791998f08b2a269b8f61389d45 /git-am.sh | |
parent | git-filter-branch: Clarify file removal example. (diff) | |
parent | git-am: fix typo in usage message (diff) | |
download | git-008442f5e798e511cc0cd5d9443552b0d107d558.tar.xz git-008442f5e798e511cc0cd5d9443552b0d107d558.zip |
Merge branch 'maint-1.5.4' into maint
* maint-1.5.4:
git-am: fix typo in usage message
doc/git-daemon: s/uploadarchive/uploadarch/
Diffstat (limited to 'git-am.sh')
-rwxr-xr-x | git-am.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ git-am [options] --skip -- d,dotest= (removed -- do not use) i,interactive run interactively -b,binary pass --allo-binary-replacement to git-apply +b,binary pass --allow-binary-replacement to git-apply 3,3way allow fall back on 3way merging if needed s,signoff add a Signed-off-by line to the commit message u,utf8 recode into utf8 (default) |