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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Unix
/
Command
/
_git
Commit message (
Expand
)
Author
Age
Files
Lines
*
_git: Fix an apparent typo in __git_heads().
Daniel Shahaf
2016-05-01
1
-2
/
+2
*
_git: Offer alternatives properly.
Daniel Shahaf
2016-05-01
1
-2
/
+1
*
_git-bundle: Complete required file argument to 'git bundle' correctly.
Daniel Shahaf
2016-05-01
1
-0
/
+1
*
38316: _git-rebase: Complete any committish for the second argument
Daniel Shahaf
2016-04-23
1
-1
/
+1
*
38255: _git: Fix argument pastedness.
Daniel Shahaf
2016-04-09
1
-43
/
+43
*
38182: _git: Invoke reflog completion from the 'complete commit objects' code...
Daniel Shahaf
2016-03-21
1
-3
/
+10
*
38181: _git reflog: Complete '@{N}' instead of 'HEAD@{N}'.
Daniel Shahaf
2016-03-21
1
-0
/
+1
*
38180: _git: Improve reflog completion.
Daniel Shahaf
2016-03-21
1
-2
/
+2
*
38151: _git: fix tag name of remote branches
m0viefreak
2016-03-15
1
-1
/
+1
*
38148: _git: reflog: complete references next to commands
m0viefreak
2016-03-15
1
-1
/
+3
*
38129: _git: Fix __git_ignore_line's treatment of shell and pattern metacarac...
Daniel Shahaf
2016-03-11
1
-3
/
+3
*
38128: _git: Fix completion of diffs against the index when treeish isn't she...
Daniel Shahaf
2016-03-10
1
-1
/
+2
*
38123 (after 38074): _git reset $treeish: complete only staged files
Daniel Shahaf
2016-03-10
1
-36
/
+20
*
38120: _git: Document the internal helper function __git_ignore_line.
Daniel Shahaf
2016-03-09
1
-0
/
+10
*
38074: _git reset HEAD: complete only staged files
Jun-ichi Takimoto
2016-03-08
1
-1
/
+28
*
37924: Completion: _git: Complete files for 'check-ignore'
Daniel Shahaf
2016-02-09
1
-1
/
+1
*
37703: Completion: git: Also complete sendmail commands for send-email's conf...
Daniel Shahaf
2016-01-23
1
-2
/
+2
*
37666: Completion: git: 'send-email --smtp-server=' takes absolute path to se...
Daniel Shahaf
2016-01-20
1
-1
/
+6
*
37665: Completion: New helper _absolute_command_paths.
Daniel Shahaf
2016-01-20
1
-4
/
+4
*
37150: _git: Autocomplete .. for commit ranges
Daniel Shahaf
2015-12-05
1
-3
/
+3
*
36957: _git: Apply matchspecs to filename completion such as 'git log f/b<TAB...
Daniel Shahaf
2015-12-05
1
-1
/
+1
*
37149: _git: Complete 'bisect/bad' ref
Daniel Shahaf
2015-11-20
1
-0
/
+1
*
37129: _git: Complete 'commit -p'
Daniel Shahaf
2015-11-17
1
-1
/
+1
*
37115: update for changes in ${(P)...} evaluation.
Barton E. Schaefer
2015-11-14
1
-1
/
+1
*
37031: _git-merge: Exclude ancestors of HEAD from recent commit completion
Daniel Shahaf
2015-11-13
1
-1
/
+2
*
37062: tentative mechanism for git commit descriptions.
Peter Stephenson
2015-11-04
1
-9
/
+33
*
37032: Temporarily revert 36959.
Daniel Shahaf
2015-10-31
1
-1
/
+4
*
36962: _git: Fix completion of RHS of refspecs.
Daniel Shahaf
2015-10-25
1
-1
/
+2
*
36964: _git: Complete remotes branch names with slashes correctly.
Daniel Shahaf
2015-10-25
1
-1
/
+1
*
36960: _git: Enable slash matcher for more branch and tag completions, includ...
Daniel Shahaf
2015-10-25
1
-3
/
+3
*
36959: _git: Offer @~$n as completion of recent commits.
Daniel Shahaf
2015-10-25
1
-1
/
+2
*
36958: _git: Fix recent commit completion descriptions.
Daniel Shahaf
2015-10-25
1
-12
/
+29
*
unposted: _git: Fix 'commit object name' completion messages.
Daniel Shahaf
2015-10-25
1
-2
/
+2
*
36900: _git: stash names completion: Display log messages
Daniel Shahaf
2015-10-20
1
-2
/
+11
*
36722: allow git range to complete after ^.
Peter Stephenson
2015-10-01
1
-1
/
+8
*
36441: _git: Fixed typo in --author-date-order description
James Clarke
2015-09-07
1
-1
/
+1
*
36353: _git: Unbreak after previous.
Daniel Shahaf
2015-09-01
1
-1
/
+1
*
36328 + 36340: _git-cherry-pick: Complete other branches only
Mateusz Karbowy
2015-08-30
1
-14
/
+52
*
36304: _git-cat-file: Fix regression in 36237
Daniel Shahaf
2015-08-27
1
-0
/
+1
*
36277: _git: Updated for git-clone 2.4.5.
Daniel Shahaf
2015-08-24
1
-2
/
+5
*
36247: __git_objects: Complete HEAD:./foo correctly in worktree subdir
Daniel Shahaf
2015-08-19
1
-1
/
+5
*
36237: __git_objects: Complete HEAD:foo correctly in worktree subdir
Daniel Shahaf
2015-08-19
1
-2
/
+13
*
36236: _git-log: Complete multiple revspecs
Daniel Shahaf
2015-08-19
1
-0
/
+5
*
36236: _git-log: complete 'git rm'd files
Daniel Shahaf
2015-08-19
1
-3
/
+3
*
36148: _git-log: Complete flags after positional argument
Oliver Kiddle
2015-08-19
1
-25
/
+23
*
Wieland Hoffmann: 36123: protect against word splitting in __git_is_committis...
Wieland Hoffmann
2015-08-13
1
-2
/
+2
*
36127: assorted minor completion function changes
Oliver Kiddle
2015-08-12
1
-2
/
+3
*
36116: _git: various fixes
Mikael Magnusson
2015-08-12
1
-5
/
+5
*
35970: completion: fix typos in _git and _brace_parameter
Daniel Hahler
2015-08-02
1
-2
/
+2
*
35779: completion: _git-config: remove extraneous "local expl"
Daniel Hahler
2015-07-13
1
-1
/
+0
[next]