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
2013-09-22
31752: _git: change completion text for consistency
Øystein Walle
1
-1
/
+1
2013-09-22
31753: _git: correct some "undocumented" options
m0viefreak
1
-10
/
+6
2013-09-22
31751: _git: remove TODOs of actually documented options
Øystein Walle
1
-4
/
+0
2013-09-22
31749: _git: fix some typos in description texts
Øystein Walle
1
-16
/
+16
2013-09-22
31748: _git: support completing remote branches without <remote>/ prefix
m0viefreak
1
-0
/
+16
2013-09-22
31746: _git: reword _git-config TODO
m0viefreak
1
-1
/
+1
2013-09-22
31750: _git: add new configuration options to match latest git v1.8.3
Øystein Walle
1
-1
/
+100
2013-09-22
31747: _git: completion updates to match latest git v1.8.3 part 2
Øystein Walle
1
-27
/
+91
2013-09-22
31755: _git: completion updates to match latest git v1.8.3
m0viefreak
1
-64
/
+186
2013-09-22
31745: _git: correctly use __git_guard_number in some cases
m0viefreak
1
-5
/
+5
2013-09-22
31744: _git: make git submodule <cmd> completion work
m0viefreak
1
-1
/
+1
2013-09-22
31743: _git: fix usage of ->int: for some entries in _git-config
m0viefreak
1
-9
/
+9
2013-09-22
31741: _git: fix a wrong variable in __git_config_values
m0viefreak
1
-1
/
+1
2013-09-14
31726: _git: add few more arguments for cherry-pick and revert
Luka Perkov
1
-0
/
+6
2013-09-07
31708: _git: add --fixup and --squash options to commit
Luka Perkov
1
-0
/
+2
2013-09-06
31702: check for git rebase -i for autosquash
Luka Perkov
1
-1
/
+1
2013-04-25
31288: _git: fix shortlog completer
Ramkumar Ramachandra
1
-1
/
+26
2013-04-21
31289: _git: branch.*.pushremote, remote.pushdefault
Ramkumar Ramachandra
1
-0
/
+2
2013-04-21
31286: _git: add a couple of browsers
Ramkumar Ramachandra
1
-0
/
+2
2013-04-20
31159: git: Pass prefix filter to ls-files even if it matches no files
Torstein Hegge
1
-1
/
+1
2013-04-05
31221: Handle zero defined aliases better
Frank Terbeck
1
-1
/
+7
2012-11-07
Benjamin R. Haskell: 30737: make custom completions for git aliases easier
Oliver Kiddle
1
-1
/
+1
2012-11-07
users/17382: complete URLs for vim and make _remote_files more
Oliver Kiddle
1
-1
/
+1
2012-03-06
unposted: fix a typo in _git from previous commit (reolved)
Mikael Magnusson
1
-1
/
+1
2012-03-06
30317: complete git merge --ff-only
Clint Adams
1
-0
/
+1
2012-02-10
30199: add (-.) to many completion _files globs
Oliver Kiddle
1
-2
/
+2
2011-12-13
29998: _git: fix a typo (--rerbose).
Mikael Magnusson
1
-1
/
+1
2011-12-09
29918: Completion: Add new _remote_files() helper and use it to reduce code d...
Simon Ruderich
1
-34
/
+1
2011-11-24
29916: Completion/Unix/Command/_git: Prevent clash with _remote_files() in _ssh.
Simon Ruderich
1
-2
/
+2
2011-08-17
29698: Completion/Unix/Command/_git: Complete diff options for git log
Nikolai Weibull
1
-1
/
+4
2011-07-22
* 29582, 29589: Update handling of third-party Git commands
Nikolai Weibull
1
-65
/
+82
2011-07-22
unposted: Completion/Unix/Command/_git: Use _files, not _path_files.
Nikolai Weibull
1
-1
/
+1
2011-07-21
unposted: Completion/Unix/Command/_git: Adjust some TODO items.
Nikolai Weibull
1
-4
/
+3
2011-07-21
unposted: Completion/Unix/Command/_git: Update git-add completion to not
Nikolai Weibull
1
-7
/
+10
2011-07-21
unposted: Completion/Unix/Command/_git: Fix bug in git-add completion that
Nikolai Weibull
1
-1
/
+1
2011-07-21
unposted: Completion/Unix/Command/_git: Move _gitk and _tig to correct
Nikolai Weibull
1
-10
/
+10
2011-07-21
29272: Completion/Unix/Command/_git: Use return values correctly accross all
Nikolai Weibull
1
-160
/
+235
2011-07-01
29521: _git: Add `user-commands' support again.
Frank Terbeck
1
-0
/
+3
2011-07-01
29519: _git: Pick up addon completions from $fpath.
Frank Terbeck
1
-0
/
+44
2011-07-01
29527: _git: Make file-completion fallback optional.
Frank Terbeck
1
-1
/
+13
2011-07-01
29518: _git: Fall back to file completion for unknown sub-commands.
Frank Terbeck
1
-1
/
+6
2011-05-29
unposted: Completion/Unix/Command/_git: Update git-branch completion to deal
Nikolai Weibull
1
-7
/
+13
2011-05-22
29328: Another missing backslash in _git, remove some not needed backslashes ...
Mikael Magnusson
1
-1
/
+1
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
1
-1
/
+1
2011-05-18
29315: add a missing backslash.
Wayne Davison
1
-1
/
+1
2011-05-17
Nikolai Weibull: 29166: _git: Speed improvements for file completion.
Frank Terbeck
1
-36
/
+25
2011-05-17
29273: Completion/Unix/Command/_git: Fix __git_guard_number
Nikolai Weibull
1
-0
/
+4
2011-05-12
Nikolai Weibull: 29124: Fix -l option in _git.
Mikael Magnusson
1
-3
/
+3
2011-05-08
29187: add a missing backslash.
Wayne Davison
1
-1
/
+1
2011-04-25
Simon Ruderich: 29041: _git: Add completion for `tig'.
Frank Terbeck
1
-1
/
+6
[prev]
[next]