diff options
author | Justin Lebar <jlebar@google.com> | 2014-04-01 00:11:44 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-01 00:16:22 +0200 |
commit | a58088abe2011b6f486de8acd54432f6d9bcecfc (patch) | |
tree | fdae618dee73d4a349c80321896d4f4a58344c35 /Documentation/git-prune.txt | |
parent | Git 1.9.1 (diff) | |
download | git-a58088abe2011b6f486de8acd54432f6d9bcecfc.tar.xz git-a58088abe2011b6f486de8acd54432f6d9bcecfc.zip |
Documentation: fix misuses of "nor"
Signed-off-by: Justin Lebar <jlebar@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-prune.txt')
-rw-r--r-- | Documentation/git-prune.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt index 058ac0dc85..7a493c80f7 100644 --- a/Documentation/git-prune.txt +++ b/Documentation/git-prune.txt @@ -56,7 +56,7 @@ OPTIONS EXAMPLE ------- -To prune objects not used by your repository nor another that +To prune objects not used by your repository or another that borrows from your repository via its `.git/objects/info/alternates`: |