index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Unix
/
Command
/
_git
Commit message (
Expand
)
Author
Age
Files
Lines
*
25457: improvements for git diff and git log.
Clint Adams
2008-08-16
1
-6
/
+7
*
Mikael Magnusson: 25456: fix typo of "before".
Clint Adams
2008-08-16
1
-1
/
+1
*
Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git stashes.
Clint Adams
2008-08-16
1
-0
/
+61
*
248??: some fixes and updates for git 1.5.5.
Clint Adams
2008-04-17
1
-4
/
+9
*
24730: use --no-color when calling git commands that might output color codes.
Clint Adams
2008-03-23
1
-3
/
+3
*
24702: fix 24701
Clint Adams
2008-03-09
1
-2
/
+2
*
24701: use $service instead of $words[1] so completion will work if git is an...
Clint Adams
2008-03-09
1
-4
/
+4
*
24622: add completion for 'git bisect skip' and 'git bisect run'.
Clint Adams
2008-02-28
1
-1
/
+8
*
24464: remove trailing whitespace.
Clint Adams
2008-01-25
1
-6
/
+6
*
24442: compensate for some breakage introduced by 24396.
Clint Adams
2008-01-22
1
-3
/
+1
*
24441: compensate for some breakage introduced by 24396.
Clint Adams
2008-01-22
1
-1
/
+1
*
24437: compensate for some breakage introduced by 24396.
Clint Adams
2008-01-22
1
-2
/
+1
*
Frank Terbeck: 24413: handle completion when git aliases are used.
Clint Adams
2008-01-22
1
-32
/
+54
*
Mikael Magnusson: 24396: don't pass -r to git ls-files for performance reason...
Clint Adams
2008-01-22
1
-12
/
+15
*
24140: spelling fix and removal of redundant "config" subcommand as proposed ...
Clint Adams
2007-12-03
1
-2
/
+1
*
Sean Finney: 24115: offer tags as well as heads where refspecs are valid.
Clint Adams
2007-11-22
1
-1
/
+3
*
24114: make colon suffix removable after the first part of refspecs.
Clint Adams
2007-11-22
1
-1
/
+1
*
Mikael Magnusson: 23999: improvements for git show, git rev-parse, et al.
Clint Adams
2007-10-20
1
-18
/
+12
*
23994: tweaks for 23993.
Clint Adams
2007-10-19
1
-1
/
+2
*
Mikael Magnusson: 23993: improved completion for git show.
Clint Adams
2007-10-19
1
-1
/
+15
*
Mikael Magnusson: 23991: fix typo in __git_blobs().
Clint Adams
2007-10-18
1
-1
/
+1
*
Mikael Magnusson: 23988: fix git-svn commands completion.
Clint Adams
2007-10-18
1
-0
/
+1
*
23965: add missing bracket in completion for git svnimport.
Clint Adams
2007-10-15
1
-1
/
+1
*
Mikael Magnusson: 23907: add --cached option to git-diff completion.
Clint Adams
2007-10-06
1
-0
/
+1
*
23908: add missing backslash in _git-svn.
Clint Adams
2007-10-06
1
-1
/
+1
*
Mikael Magnusson: 23906: add missing backslash in _git-svn.
Clint Adams
2007-10-06
1
-1
/
+1
*
23905: remove useless gitdir assignment and scope array locally in new __git_...
Clint Adams
2007-10-04
1
-2
/
+1
*
Mikael Magnusson: 23903: complete both modified and added files for git commit.
Clint Adams
2007-10-04
1
-1
/
+13
*
Nikolai Weibull: 23889: fix -o completion in git cvsimport.
Clint Adams
2007-10-01
1
-1
/
+1
*
Nikolai Weibull: 23888: complete branch names and cached files after git log.
Clint Adams
2007-10-01
1
-1
/
+12
*
Nikolai Weibull: 23879: complete only cached files after git log.
Clint Adams
2007-10-01
1
-2
/
+2
*
23875: complete heads, tags, and files after git log.
Clint Adams
2007-09-30
1
-1
/
+2
*
23874: only declare revision_arguments parameter once.
Clint Adams
2007-09-30
1
-14
/
+1
*
23872: complete git config in subcommand position.
Clint Adams
2007-09-30
1
-0
/
+1
*
23870: completion for git mergetool.
Clint Adams
2007-09-30
1
-2
/
+13
*
23863: remove all global variables.
Clint Adams
2007-09-30
1
-68
/
+34
*
23862: declare author_conversion_file_arg_spec local.
Clint Adams
2007-09-30
1
-1
/
+1
*
Pierre Habouzit: 23851: use ad-hoc functions to list git branches and tags.
Clint Adams
2007-09-29
1
-16
/
+12
*
23838: have git verify-tag complete tags instead of hash IDs.
Clint Adams
2007-09-27
1
-1
/
+1
*
23846: merge in additional changes from Nikolai Weibull's repo.
Clint Adams
2007-09-27
1
-42
/
+276
*
23841: complete tag hashes for git verify-tag.
Clint Adams
2007-09-27
1
-0
/
+6
*
Mikael Magnusson: 23832: fix git merge -m completion.
Clint Adams
2007-09-25
1
-1
/
+1
*
23831: fix handling of merge strategy option.
Clint Adams
2007-09-25
1
-9
/
+5
*
23829: merge in the remaining git completion changes from Nikolai Weibull's r...
Clint Adams
2007-09-25
1
-102
/
+301
*
23828: merge in lots of git completion changes from Nikolai Weibull's reposit...
Clint Adams
2007-09-25
1
-373
/
+2309
*
23824: merge in git rerere completion from Nikolai Weibull's repository.
Clint Adams
2007-09-23
1
-1
/
+14
*
23823: merge in git rev-parse completion from Nikolai Weibull's repository.
Clint Adams
2007-09-23
1
-5
/
+24
*
23822: merge in git rm completion fixes from Nikolai Weibull's repository.
Clint Adams
2007-09-21
1
-1
/
+11
*
23785: add missing backslash in _arguments list in git-send-email.
Clint Adams
2007-08-21
1
-1
/
+1
*
23738: additional git diff args.
Clint Adams
2007-08-04
1
-0
/
+22
[next]