diff options
author | Sergei Organov <osv@javad.com> | 2007-11-01 17:21:39 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-01 15:19:43 -0700 |
commit | 136e6316705e9e83cbb09c2a9ac4cb29c3e4662d (patch) | |
tree | a71c65de59b63df314512d780c39974cd80b4f25 /Documentation | |
parent | git-filter-branch.txt: fix a typo. (diff) | |
download | tgif-136e6316705e9e83cbb09c2a9ac4cb29c3e4662d.tar.xz |
git-format-patch.txt: fix explanation of an example.
Signed-off-by: Sergei Organov <osv@javad.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-format-patch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index c9857a2d62..f0617efa0a 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -168,7 +168,7 @@ git-format-patch origin:: is created in the current directory. git-format-patch \--root origin:: - Extract all commits which that leads to 'origin' since the + Extract all commits that lead to 'origin' since the inception of the project. git-format-patch -M -B origin:: |