My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af9c60
)
contrib/git-jump: fix typo in README
author
Jeff King
<peff@peff.net>
Fri, 22 Jul 2016 16:30:58 +0000
(12:30 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 22 Jul 2016 19:34:51 +0000
(12:34 -0700)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/git-jump/README
patch
|
blob
|
history
diff --git
a/contrib/git-jump/README
b/contrib/git-jump/README
index
3e0b65b
..
225e3f0
100644
(file)
--- a/
contrib/git-jump/README
+++ b/
contrib/git-jump/README
@@
-85,7
+85,7
@@
complete list of files and line numbers for each match.
Limitations
-----------
-This script
s
was written and tested with vim. Given that the quickfix
+This script was written and tested with vim. Given that the quickfix
format is the same as what gcc produces, I expect emacs users have a
similar feature for iterating through the list, but I know nothing about
how to activate it.