summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_git
AgeCommit message (Expand)AuthorFilesLines
2015-11-2037149: _git: Complete 'bisect/bad' refDaniel Shahaf1-0/+1
2015-11-1737129: _git: Complete 'commit -p'Daniel Shahaf1-1/+1
2015-11-1437115: update for changes in ${(P)...} evaluation.Barton E. Schaefer1-1/+1
2015-11-1337031: _git-merge: Exclude ancestors of HEAD from recent commit completionDaniel Shahaf1-1/+2
2015-11-0437062: tentative mechanism for git commit descriptions.Peter Stephenson1-9/+33
2015-10-3137032: Temporarily revert 36959.Daniel Shahaf1-1/+4
2015-10-2536962: _git: Fix completion of RHS of refspecs.Daniel Shahaf1-1/+2
2015-10-2536964: _git: Complete remotes branch names with slashes correctly.Daniel Shahaf1-1/+1
2015-10-2536960: _git: Enable slash matcher for more branch and tag completions, includ...Daniel Shahaf1-3/+3
2015-10-2536959: _git: Offer @~$n as completion of recent commits.Daniel Shahaf1-1/+2
2015-10-2536958: _git: Fix recent commit completion descriptions.Daniel Shahaf1-12/+29
2015-10-25unposted: _git: Fix 'commit object name' completion messages.Daniel Shahaf1-2/+2
2015-10-2036900: _git: stash names completion: Display log messagesDaniel Shahaf1-2/+11
2015-10-0136722: allow git range to complete after ^.Peter Stephenson1-1/+8
2015-09-0736441: _git: Fixed typo in --author-date-order descriptionJames Clarke1-1/+1
2015-09-0136353: _git: Unbreak after previous.Daniel Shahaf1-1/+1
2015-08-3036328 + 36340: _git-cherry-pick: Complete other branches onlyMateusz Karbowy1-14/+52
2015-08-2736304: _git-cat-file: Fix regression in 36237Daniel Shahaf1-0/+1
2015-08-2436277: _git: Updated for git-clone 2.4.5.Daniel Shahaf1-2/+5
2015-08-1936247: __git_objects: Complete HEAD:./foo correctly in worktree subdirDaniel Shahaf1-1/+5
2015-08-1936237: __git_objects: Complete HEAD:foo correctly in worktree subdirDaniel Shahaf1-2/+13
2015-08-1936236: _git-log: Complete multiple revspecsDaniel Shahaf1-0/+5
2015-08-1936236: _git-log: complete 'git rm'd filesDaniel Shahaf1-3/+3
2015-08-1936148: _git-log: Complete flags after positional argumentOliver Kiddle1-25/+23
2015-08-13Wieland Hoffmann: 36123: protect against word splitting in __git_is_committis...Wieland Hoffmann1-2/+2
2015-08-1236127: assorted minor completion function changesOliver Kiddle1-2/+3
2015-08-1236116: _git: various fixesMikael Magnusson1-5/+5
2015-08-0235970: completion: fix typos in _git and _brace_parameterDaniel Hahler1-2/+2
2015-07-1335779: completion: _git-config: remove extraneous "local expl"Daniel Hahler1-1/+0
2015-06-1835510: use consistent formatting for git subcommandsOliver Kiddle1-83/+33
2015-06-1835504: complete % placeholders for git log --formatOliver Kiddle1-10/+90
2015-06-0835216: _git-checkout: do not call __git_commits twiceDaniel Hahler1-3/+1
2015-05-2935098: completion: git: provide --amend also with "message" groupDaniel Hahler1-2/+2
2015-05-2835315: replace inappropriate uses of _path_commandsOliver Kiddle1-45/+42
2015-05-2235261: completion: git: __git_recent_commits: local retDaniel Hahler1-1/+1
2015-05-1935224: completion: git: Add fast-export --signed-tags=warn-stripDaniel Shahaf1-1/+2
2015-05-1935217: add missing changelog entry; use "-O expl" with _alternativeDaniel Hahler1-1/+1
2015-05-1935217: completion: git: send-email: complete (recent) commitsDaniel Hahler1-1/+3
2015-05-19__git_commit_objects: do not use _guard, but only a patternDaniel Hahler1-1/+1
2015-05-19Completion/Unix/Command/_git: remove -2 with __git_recent_commitsDaniel Hahler1-1/+1
2015-05-1935204: fix broken __git_recent_commits from previous commitDaniel Hahler1-1/+1
2015-05-1935164: fix __git_commit_objects/__git_recent_commitsDaniel Hahler1-2/+2
2015-05-19users/20222: completion: git: Add matchspec for headsDaniel Shahaf1-4/+4
2015-05-1835105: completion: git: add distance_from_head to __git_recent_commitsDaniel Shahaf1-1/+14
2015-05-1835106: completion: git: unique name for __git_recent_commitsDaniel Hahler1-1/+1
2015-05-1835103: completion: git: add %cr to commit objects (all and recent)Daniel Hahler1-2/+2
2015-05-1835104: completion: git: __git_commit_objects: query 1000 commitsDaniel Hahler1-2/+5
2015-05-1835101: completion: git: add __git_commit_objects_prefer_recentDaniel Hahler1-1/+6
2015-05-1835100: __git_recent_commits: massage ' ->*' from headsDaniel Hahler1-0/+2
2015-05-17completion: git: add missing return to __git_recent_commitsDaniel Hahler1-0/+1