diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2009-03-03 19:29:21 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-03 21:42:44 -0800 |
commit | 5a4aaaf3aa2ef02b6b397206cf222643b68b36c7 (patch) | |
tree | 407a56bade5d874af41466199769de44a7ebd1c0 /Documentation | |
parent | c0bc2eeb1e03593ca816f63deda662da5a25ab83 (diff) | |
download | git-5a4aaaf3aa2ef02b6b397206cf222643b68b36c7.tar.gz git-5a4aaaf3aa2ef02b6b397206cf222643b68b36c7.tar.xz |
Documentation: Expand a couple of abbreviations
These may not be obvious to non-native English speakers
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gitk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index bd005bc5c..cf465cb47 100644 --- a/Documentation/gitk.txt +++ b/Documentation/gitk.txt @@ -74,7 +74,7 @@ frequently used options. <path>...:: Limit commits to the ones touching files in the given paths. Note, to - avoid ambiguity wrt. revision names use "--" to separate the paths + avoid ambiguity with respect to revision names use "--" to separate the paths from any preceding options. Examples |