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
2015-11-20
37149: _git: Complete 'bisect/bad' ref
Daniel Shahaf
1
-0
/
+1
2015-11-17
37129: _git: Complete 'commit -p'
Daniel Shahaf
1
-1
/
+1
2015-11-14
37115: update for changes in ${(P)...} evaluation.
Barton E. Schaefer
1
-1
/
+1
2015-11-13
37031: _git-merge: Exclude ancestors of HEAD from recent commit completion
Daniel Shahaf
1
-1
/
+2
2015-11-04
37062: tentative mechanism for git commit descriptions.
Peter Stephenson
1
-9
/
+33
2015-10-31
37032: Temporarily revert 36959.
Daniel Shahaf
1
-1
/
+4
2015-10-25
36962: _git: Fix completion of RHS of refspecs.
Daniel Shahaf
1
-1
/
+2
2015-10-25
36964: _git: Complete remotes branch names with slashes correctly.
Daniel Shahaf
1
-1
/
+1
2015-10-25
36960: _git: Enable slash matcher for more branch and tag completions, includ...
Daniel Shahaf
1
-3
/
+3
2015-10-25
36959: _git: Offer @~$n as completion of recent commits.
Daniel Shahaf
1
-1
/
+2
2015-10-25
36958: _git: Fix recent commit completion descriptions.
Daniel Shahaf
1
-12
/
+29
2015-10-25
unposted: _git: Fix 'commit object name' completion messages.
Daniel Shahaf
1
-2
/
+2
2015-10-20
36900: _git: stash names completion: Display log messages
Daniel Shahaf
1
-2
/
+11
2015-10-01
36722: allow git range to complete after ^.
Peter Stephenson
1
-1
/
+8
2015-09-07
36441: _git: Fixed typo in --author-date-order description
James Clarke
1
-1
/
+1
2015-09-01
36353: _git: Unbreak after previous.
Daniel Shahaf
1
-1
/
+1
2015-08-30
36328 + 36340: _git-cherry-pick: Complete other branches only
Mateusz Karbowy
1
-14
/
+52
2015-08-27
36304: _git-cat-file: Fix regression in 36237
Daniel Shahaf
1
-0
/
+1
2015-08-24
36277: _git: Updated for git-clone 2.4.5.
Daniel Shahaf
1
-2
/
+5
2015-08-19
36247: __git_objects: Complete HEAD:./foo correctly in worktree subdir
Daniel Shahaf
1
-1
/
+5
2015-08-19
36237: __git_objects: Complete HEAD:foo correctly in worktree subdir
Daniel Shahaf
1
-2
/
+13
2015-08-19
36236: _git-log: Complete multiple revspecs
Daniel Shahaf
1
-0
/
+5
2015-08-19
36236: _git-log: complete 'git rm'd files
Daniel Shahaf
1
-3
/
+3
2015-08-19
36148: _git-log: Complete flags after positional argument
Oliver Kiddle
1
-25
/
+23
2015-08-13
Wieland Hoffmann: 36123: protect against word splitting in __git_is_committis...
Wieland Hoffmann
1
-2
/
+2
2015-08-12
36127: assorted minor completion function changes
Oliver Kiddle
1
-2
/
+3
2015-08-12
36116: _git: various fixes
Mikael Magnusson
1
-5
/
+5
2015-08-02
35970: completion: fix typos in _git and _brace_parameter
Daniel Hahler
1
-2
/
+2
2015-07-13
35779: completion: _git-config: remove extraneous "local expl"
Daniel Hahler
1
-1
/
+0
2015-06-18
35510: use consistent formatting for git subcommands
Oliver Kiddle
1
-83
/
+33
2015-06-18
35504: complete % placeholders for git log --format
Oliver Kiddle
1
-10
/
+90
2015-06-08
35216: _git-checkout: do not call __git_commits twice
Daniel Hahler
1
-3
/
+1
2015-05-29
35098: completion: git: provide --amend also with "message" group
Daniel Hahler
1
-2
/
+2
2015-05-28
35315: replace inappropriate uses of _path_commands
Oliver Kiddle
1
-45
/
+42
2015-05-22
35261: completion: git: __git_recent_commits: local ret
Daniel Hahler
1
-1
/
+1
2015-05-19
35224: completion: git: Add fast-export --signed-tags=warn-strip
Daniel Shahaf
1
-1
/
+2
2015-05-19
35217: add missing changelog entry; use "-O expl" with _alternative
Daniel Hahler
1
-1
/
+1
2015-05-19
35217: completion: git: send-email: complete (recent) commits
Daniel Hahler
1
-1
/
+3
2015-05-19
__git_commit_objects: do not use _guard, but only a pattern
Daniel Hahler
1
-1
/
+1
2015-05-19
Completion/Unix/Command/_git: remove -2 with __git_recent_commits
Daniel Hahler
1
-1
/
+1
2015-05-19
35204: fix broken __git_recent_commits from previous commit
Daniel Hahler
1
-1
/
+1
2015-05-19
35164: fix __git_commit_objects/__git_recent_commits
Daniel Hahler
1
-2
/
+2
2015-05-19
users/20222: completion: git: Add matchspec for heads
Daniel Shahaf
1
-4
/
+4
2015-05-18
35105: completion: git: add distance_from_head to __git_recent_commits
Daniel Shahaf
1
-1
/
+14
2015-05-18
35106: completion: git: unique name for __git_recent_commits
Daniel Hahler
1
-1
/
+1
2015-05-18
35103: completion: git: add %cr to commit objects (all and recent)
Daniel Hahler
1
-2
/
+2
2015-05-18
35104: completion: git: __git_commit_objects: query 1000 commits
Daniel Hahler
1
-2
/
+5
2015-05-18
35101: completion: git: add __git_commit_objects_prefer_recent
Daniel Hahler
1
-1
/
+6
2015-05-18
35100: __git_recent_commits: massage ' ->*' from heads
Daniel Hahler
1
-0
/
+2
2015-05-17
completion: git: add missing return to __git_recent_commits
Daniel Hahler
1
-0
/
+1
[next]