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
*
29698: Completion/Unix/Command/_git: Complete diff options for git log
Nikolai Weibull
2011-08-17
1
-1
/
+4
*
* 29582, 29589: Update handling of third-party Git commands
Nikolai Weibull
2011-07-22
1
-65
/
+82
*
unposted: Completion/Unix/Command/_git: Use _files, not _path_files.
Nikolai Weibull
2011-07-22
1
-1
/
+1
*
unposted: Completion/Unix/Command/_git: Adjust some TODO items.
Nikolai Weibull
2011-07-21
1
-4
/
+3
*
unposted: Completion/Unix/Command/_git: Update git-add completion to not
Nikolai Weibull
2011-07-21
1
-7
/
+10
*
unposted: Completion/Unix/Command/_git: Fix bug in git-add completion that
Nikolai Weibull
2011-07-21
1
-1
/
+1
*
unposted: Completion/Unix/Command/_git: Move _gitk and _tig to correct
Nikolai Weibull
2011-07-21
1
-10
/
+10
*
29272: Completion/Unix/Command/_git: Use return values correctly accross all
Nikolai Weibull
2011-07-21
1
-160
/
+235
*
29521: _git: Add `user-commands' support again.
Frank Terbeck
2011-07-01
1
-0
/
+3
*
29519: _git: Pick up addon completions from $fpath.
Frank Terbeck
2011-07-01
1
-0
/
+44
*
29527: _git: Make file-completion fallback optional.
Frank Terbeck
2011-07-01
1
-1
/
+13
*
29518: _git: Fall back to file completion for unknown sub-commands.
Frank Terbeck
2011-07-01
1
-1
/
+6
*
unposted: Completion/Unix/Command/_git: Update git-branch completion to deal
Nikolai Weibull
2011-05-29
1
-7
/
+13
*
29328: Another missing backslash in _git, remove some not needed backslashes ...
Mikael Magnusson
2011-05-22
1
-1
/
+1
*
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
2011-05-19
1
-1
/
+1
*
29315: add a missing backslash.
Wayne Davison
2011-05-18
1
-1
/
+1
*
Nikolai Weibull: 29166: _git: Speed improvements for file completion.
Frank Terbeck
2011-05-17
1
-36
/
+25
*
29273: Completion/Unix/Command/_git: Fix __git_guard_number
Nikolai Weibull
2011-05-17
1
-0
/
+4
*
Nikolai Weibull: 29124: Fix -l option in _git.
Mikael Magnusson
2011-05-12
1
-3
/
+3
*
29187: add a missing backslash.
Wayne Davison
2011-05-08
1
-1
/
+1
*
Simon Ruderich: 29041: _git: Add completion for `tig'.
Frank Terbeck
2011-04-25
1
-1
/
+6
*
Felipe Contreras: 29028: _git: Add useful completion for `gitk'.
Frank Terbeck
2011-04-25
1
-3
/
+7
*
Valentin Haenel: 29019: Fix git stash completion (apply and pop subcommands).
Frank Terbeck
2011-04-21
1
-1
/
+2
*
Simon Ruderich: 28927: Fix "git tag -v" completion.
Frank Terbeck
2011-04-15
1
-1
/
+3
*
Nikolai Weibull: 28913: Fix typo which broke `send-email' completion.
Frank Terbeck
2011-03-18
1
-1
/
+1
*
Nikolai Weibull: 28911: Only show modified files for git-checkout without tree.
Frank Terbeck
2011-03-18
1
-2
/
+2
*
Nikolai Weibull: 28914: Typo fix in `cvsexportcommit' description
Frank Terbeck
2011-03-18
1
-1
/
+1
*
Nikolai Weibull's latest version.
Wayne Davison
2011-02-27
1
-3675
/
+5172
*
Add completion for help subcommand to _git.
Wayne Davison
2010-12-04
1
-0
/
+14
*
28411: complete submodule and annex as subcommands; complete files when the s...
Clint Adams
2010-11-14
1
-2
/
+8
*
28000: make the branch arg for "git log" optional.
Wayne Davison
2010-07-24
1
-1
/
+1
*
Holger Weiss: Completion/Unix/Command/_git: various fixes and enhancements.
Frank Terbeck
2010-06-17
1
-24
/
+47
*
unposted: fix incorrectly capitalized completion descriptions
Doug Kearns
2010-06-06
1
-2
/
+2
*
Holger Weiss: 27977: _git shouldn't return 0 if there are no matches.
Frank Terbeck
2010-06-03
1
-0
/
+2
*
* 27813: Simon Ruderich: Completion/Unix/Command/_git: Complete some generic ...
Frank Terbeck
2010-05-02
1
-1
/
+1
*
27798: Alexey I. Froloff: Completion/Unix/Command/_git: support for the `--in...
Frank Terbeck
2010-04-14
1
-1
/
+2
*
_git: support for user-specific sub commands
bewater
2010-03-04
1
-1
/
+24
*
Frank: 27705: git notes completion
Peter Stephenson
2010-02-13
1
-2
/
+2
*
Frank: 27702: git notes completion
Peter Stephenson
2010-02-13
1
-1
/
+33
*
Alexey I. Froloff: 27470: _git update
Peter Stephenson
2009-12-13
1
-4
/
+57
*
26937: have `git log` complete files after branch/range.
Clint Adams
2009-05-06
1
-2
/
+2
*
Kalle Olavi Niemitalo: 26850: fix breakage in git write-tree and git send-pack.
Clint Adams
2009-04-20
1
-2
/
+2
*
Simon Ruderich: 26800: Completion/Unix/Command/_git: fixes for "git add" comp...
Clint Adams
2009-04-04
1
-3
/
+3
*
Mikael Magnusson: 26596: new git options.
Clint Adams
2009-02-25
1
-1
/
+12
*
Ingmar Vanhassel: 26474: add "git describe --tags" completion and fix typos.
Clint Adams
2009-01-29
1
-2
/
+3
*
Ingmar Vanhassel: 26473: complete "git commit --cleanup=" and "git commit --a...
Clint Adams
2009-01-29
1
-0
/
+5
*
Ingmar Vanhassel: 26472: complete "git add --intent-to-add".
Clint Adams
2009-01-29
1
-0
/
+1
*
Ingmar Vanhassel: 26471: update "git rebase" completion.
Clint Adams
2009-01-29
1
-0
/
+2
*
Ingmar Vanhassel: 26470: update "git svn" completion.
Clint Adams
2009-01-29
1
-15
/
+29
*
Ingmar Vanhassel: 26469: complete "git clone --verbose".
Clint Adams
2009-01-29
1
-1
/
+2
[next]