zsh-workers
 help / color / mirror / code / Atom feed
* Fix a typo in _git.
@ 2008-08-15 23:56 Mikael Magnusson
  2008-08-16  0:45 ` Clint Adams
                   ` (11 more replies)
  0 siblings, 12 replies; 27+ messages in thread
From: Mikael Magnusson @ 2008-08-15 23:56 UTC (permalink / raw)
  To: zsh-workers

I have some other _git patches too, but they're sort of jumbled up and have
some XXXes, but if anyone is curious they can look here:
http://git.mika.l3ib.org/?p=zsh-cvs.git;a=history;f=Completion/Unix/Command/_git;h=mika

--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -2271,7 +2271,7 @@ _git-rev-parse () {
     '--git-dir[show "$GIT_DIR" if defined else show path to ".git"
directory]' \
     '--short=-[show only handful hexdigits prefix]:: :_guard
"[[\:digit\:]]#" number' \
     {--after=-,--since=-}'[show "--max-age=" parameter corresponding
given date string]:datestring' \
-    {--berore=-,--until=-}'[show "--min-age=" parameter corresponding
given date string]:datestring' \
+    {--before=-,--until=-}'[show "--min-age=" parameter corresponding
given date string]:datestring' \
     '*:objects:__git_objects' && ret=0
 }


-- 
Mikael Magnusson


^ permalink raw reply	[flat|nested] 27+ messages in thread
* Fix a typo in _git
@ 2007-10-18 21:23 Mikael Magnusson
  0 siblings, 0 replies; 27+ messages in thread
From: Mikael Magnusson @ 2007-10-18 21:23 UTC (permalink / raw)
  To: zsh-workers

Stumbled across this one just now.

--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -2570,7 +2570,7 @@ __git_tree_ishs () {

 (( $+functions[__git_blobs] )) ||
 __git_blobs () {
-  _git_guard $* "[[:xdigit:]]#" 'blob id'
+  __git_guard $* "[[:xdigit:]]#" 'blob id'
 }

 (( $+functions[__git_stages] )) ||


-- 
Mikael Magnusson


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2008-08-19  1:42 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-15 23:56 Fix a typo in _git Mikael Magnusson
2008-08-16  0:45 ` Clint Adams
2008-08-16 12:56 ` Clint Adams
2008-08-16 13:25 ` Clint Adams
2008-08-16 13:55 ` Clint Adams
2008-08-16 16:15 ` Clint Adams
2008-08-16 17:59 ` Clint Adams
2008-08-16 18:29 ` Clint Adams
2008-08-17 14:03 ` Clint Adams
2008-08-17 17:13 ` Clint Adams
2008-08-17 17:27   ` Mikael Magnusson
2008-08-18  1:46     ` Clint Adams
2008-08-18  9:47       ` Mikael Magnusson
2008-08-18 20:10         ` Mikael Magnusson
2008-08-18 22:45           ` Clint Adams
2008-08-19  0:09             ` Mikael Magnusson
2008-08-19  0:25               ` Clint Adams
2008-08-19  0:37                 ` Mikael Magnusson
2008-08-19  0:39                   ` Mikael Magnusson
2008-08-19  0:58                   ` Clint Adams
2008-08-19  1:05                   ` Clint Adams
2008-08-17 23:23 ` Mikael Magnusson
2008-08-17 23:30   ` Mikael Magnusson
2008-08-18  0:08     ` Phil Pennock
2008-08-19  1:08 ` Clint Adams
2008-08-19  1:41 ` Clint Adams
  -- strict thread matches above, loose matches on Subject: below --
2007-10-18 21:23 Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).