index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Unix
/
Command
/
_git
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-16
41552: complete only branches after git worktree add --detach
Oliver Kiddle
1
-2
/
+2
2017-08-06
41493: fix to not print hash into terminal and update options for git 2.14
Oliver Kiddle
1
-2
/
+7
2017-08-02
41475: _git: Complete files after 'reset' when there are no commits, when the...
Daniel Shahaf
1
-0
/
+6
2017-07-31
unposted: _git: Fix style lookup for 'max-verbose'.
Daniel Shahaf
1
-1
/
+1
2017-07-14
41414: fix for commas used in exclusion lists
Fabian Klötzl
1
-1
/
+8
2017-07-14
41419: update for git 2.13.2
Oliver Kiddle
1
-11
/
+30
2017-06-22
41339: Unquote treeish argument for git checkout completion
Peter Stephenson
1
-2
/
+2
2017-04-23
40943: __git_recent_commits: prefer recent commit objects
Daniel Hahler
1
-2
/
+2
2017-03-14
40818: _git-checkout: When completing local heads, prefer recently-checked-ou...
Daniel Shahaf
1
-1
/
+5
2017-03-14
40817: __git_recent_branches: Retrieve less data, but faster.
Daniel Shahaf
1
-1
/
+2
2017-03-09
40808: fix typos where (x,y) should have been (x y) in _arguments syntax
Fabian Klotzl
1
-1
/
+1
2017-03-04
40715: update completion of git options for git 2.12.0
Oliver Kiddle
1
-8
/
+24
2017-02-07
40494: _git: Use slashes matchspec for references (as already used for branch...
Daniel Shahaf
1
-2
/
+3
2017-02-07
40493/0002: _git-checkout: Reorder default completions.
Daniel Shahaf
1
-2
/
+3
2017-02-07
40493/0001: _git-checkout: No functional change.
Daniel Shahaf
1
-13
/
+9
2016-12-01
40055: update git completion for git 2.11.0
Oliver Kiddle
1
-13
/
+29
2016-11-29
40035: Cosmetic fixes for comments and documentation.
Eitan Adler
1
-1
/
+1
2016-11-29
unposted: _git-config: Fix user.email completion to complete only bare email ...
Daniel Shahaf
1
-1
/
+1
2016-11-18
39916 + 39930 + tweak: _git: Complete options and values for -c.
Daniel Shahaf
1
-3
/
+47
2016-11-17
39921: __git_recent_branches: Remove erroneous parsing of partial ref names a...
Daniel Shahaf
1
-3
/
+3
2016-11-17
39922: __git_recent_branches: Fix an 'assertion' failure when two branches (r...
Daniel Shahaf
1
-11
/
+8
2016-11-03
39822: _git: remove "-A '-*'" with _arguments for some commands
Daniel Hahler
1
-5
/
+5
2016-10-29
_git-cherry-pick: Complete argv[2] et seq.
Daniel Shahaf
1
-1
/
+1
2016-10-07
39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ...
Daniel Shahaf
1
-1
/
+1
2016-09-30
39514: pass on --git-dir when calling git to get completion matches
Oliver Kiddle
1
-1
/
+1
2016-09-14
unposted: _git: Permit multiple -c options.
Daniel Shahaf
1
-1
/
+1
2016-09-03
39165: update options to correspond to latest versions of software in various...
Oliver Kiddle
1
-6
/
+21
2016-08-31
39122: __git_recent_branches: Silence warning on an edge case.
Daniel Shahaf
1
-2
/
+9
2016-08-25
39102: __git_recent_branches: Optimise.
Daniel Shahaf
1
-19
/
+23
2016-08-24
39094: _git-config: When an option is unknown, complete its value to the set ...
Daniel Shahaf
1
-2
/
+6
2016-08-22
unposted (c.f. Mikael: 39078): fix for git blame terms
Oliver Kiddle
1
-3
/
+3
2016-08-22
unposted: _git-config: sendemail.smtpserver: Correct tags.
Daniel Shahaf
1
-1
/
+1
2016-08-19
39072: minor tweaks
Oliver Kiddle
1
-8
/
+4
2016-08-15
39040: Completion/…/_git: fix missing backslashes in 39036
Daniel Hahler
1
-2
/
+2
2016-08-13
39036: update git completion for new options up to git 2.9.2
Oliver Kiddle
1
-453
/
+693
2016-08-01
38964: _git-config: Complete option names present in the config file.
Daniel Shahaf
1
-0
/
+46
2016-08-01
38963: _git-config: Run gettable-options earlier and in all codepaths.
Daniel Shahaf
1
-2
/
+6
2016-08-01
38961: _git-config: No functional change: rename $git_options_static to $git_...
Daniel Shahaf
1
-12
/
+12
2016-07-31
unposted: _git: Clean up superfluous and missing backslashes.
Daniel Shahaf
1
-3
/
+3
2016-07-31
38962: _git-config: Document more line noise.
Daniel Shahaf
1
-0
/
+5
2016-07-27
unposted (after 38939): _git-rebase: Unbreak.
Daniel Shahaf
1
-1
/
+1
2016-07-25
38939: add missing git options
Oliver Kiddle
1
-24
/
+43
2016-07-23
unposted: _git-grep: Stop leaking the parameter $i.
Daniel Shahaf
1
-1
/
+1
2016-07-17
unposted (cf. users/21737):: _git-subtree: Record technical debt in comment.
Daniel Shahaf
1
-0
/
+4
2016-07-17
users/21750 (after users/21551): _git-subtree: Tweak -m,-P completions
Daniel Shahaf
1
-11
/
+11
2016-07-05
users/21551 (tweaked per users/21560): new git subtree completion
Jordan Klassen
1
-0
/
+92
2016-06-27
38760: _git-config: Stop trying to execute the empty string command name upon...
Daniel Shahaf
1
-1
/
+1
2016-06-25
unposted: _git-config: Document some line noise.
Daniel Shahaf
1
-0
/
+3
2016-06-25
unposted: _git-config: Fix syntax error in 'tag.sort' completion.
Daniel Shahaf
1
-1
/
+1
2016-06-13
38651: _git: Escape parameter arguments to _call_program.
Daniel Shahaf
1
-7
/
+7
[next]