index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
completion
/
git-completion.bash
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sg/bash-completion'
Junio C Hamano
2010-04-06
1
-60
/
+34
|
\
|
*
bash: completion for gitk aliases
SZEDER Gábor
2010-02-24
1
-0
/
+9
|
*
bash: support user-supplied completion scripts for aliases
SZEDER Gábor
2010-02-24
1
-4
/
+7
|
*
bash: support user-supplied completion scripts for user's git commands
SZEDER Gábor
2010-02-24
1
-55
/
+12
|
*
bash: improve aliased command recognition
SZEDER Gábor
2010-02-24
1
-3
/
+8
*
|
bash: complete *_HEAD refs if present
Ian Ward Comfort
2010-03-17
1
-1
/
+3
|
/
*
bash: support 'git am's new '--continue' option
SZEDER Gábor
2010-02-12
1
-1
/
+1
*
bash: support the --autosquash option for rebase
Björn Gustavsson
2010-02-06
1
-0
/
+1
*
Merge branch 'maint'
Junio C Hamano
2010-01-28
1
-0
/
+1
|
\
|
*
bash: don't offer remote transport helpers as subcommands
SZEDER Gábor
2010-01-28
1
-0
/
+1
|
*
Merge branch 'maint-1.6.5' into maint
Junio C Hamano
2010-01-20
1
-4
/
+2
|
|
\
*
|
|
bash: support 'git notes' and its subcommands
SZEDER Gábor
2010-01-28
1
-0
/
+19
*
|
|
Merge branch 'tr/maint-1.6.5-bash-prompt-show-submodule-changes'
Junio C Hamano
2010-01-10
1
-4
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
bash completion: factor submodules into dirty state
Thomas Rast
2009-12-31
1
-4
/
+2
*
|
|
bash completion: add space between branch name and status flags
Shawn O. Pearce
2009-12-31
1
-5
/
+2
*
|
|
Add completion for git-svn mkdirs,reset,and gc
Robert Zeh
2009-12-30
1
-2
/
+5
|
|
/
|
/
|
*
|
bash: Support new 'git fetch' options
Björn Gustavsson
2009-12-13
1
-2
/
+12
*
|
bash: update 'git commit' completion
SZEDER Gábor
2009-12-06
1
-1
/
+21
*
|
Merge branch 'jn/faster-completion-startup'
Junio C Hamano
2009-11-23
1
-35
/
+41
|
\
\
|
*
|
Speed up bash completion loading
Jonathan Nieder
2009-11-18
1
-35
/
+41
|
|
/
*
|
Merge branch 'sc/difftool-p4merge'
Junio C Hamano
2009-11-16
1
-1
/
+1
|
\
\
|
*
|
mergetool--lib: add p4merge as a pre-configured mergetool option
Scott Chacon
2009-10-29
1
-1
/
+1
*
|
|
bash: add the merge option --ff-only
Björn Gustavsson
2009-11-15
1
-1
/
+1
|
/
/
*
|
bash completion: difftool accepts the same options as diff
Markus Heidelberg
2009-10-28
1
-2
/
+8
*
|
bash: complete more options for 'git rebase'
Björn Gustavsson
2009-10-28
1
-1
/
+11
*
|
bash completion: complete refs for git-grep
Thomas Rast
2009-10-13
1
-1
/
+2
|
/
*
bash: add support for 'git replace'
Björn Gustavsson
2009-10-10
1
-0
/
+6
*
completion: fix alias listings with newlines
Stephen Boyd
2009-10-10
1
-2
/
+6
*
completion: fix completion of git <TAB><TAB>
Stephen Boyd
2009-10-10
1
-1
/
+1
*
completion: add dirstat and friends to diff options
v1.6.5-rc3
Stephen Boyd
2009-10-08
1
-0
/
+2
*
completion: update am, commit, and log
Stephen Boyd
2009-10-08
1
-2
/
+7
*
bash: teach 'git checkout' options
SZEDER Gábor
2009-09-25
1
-1
/
+15
*
bash: teach 'git reset --patch'
SZEDER Gábor
2009-09-22
1
-1
/
+1
*
bash: update 'git stash' completion
SZEDER Gábor
2009-09-22
1
-4
/
+16
*
bash: rename __git_find_subcommand() to __git_find_on_cmdline()
SZEDER Gábor
2009-09-22
1
-7
/
+7
*
completion: Replace config --list with --get-regexp
Todd Zullinger
2009-09-13
1
-21
/
+9
*
Add url.<base>.pushInsteadOf: URL rewriting for push only
Josh Triplett
2009-09-08
1
-1
/
+1
*
Merge branch 'gb/apply-ignore-whitespace'
Junio C Hamano
2009-08-22
1
-0
/
+3
|
\
|
*
git apply: option to ignore whitespace differences
Giuseppe Bilotta
2009-08-05
1
-0
/
+3
*
|
Merge branch 'mk/grep-max-depth'
Junio C Hamano
2009-08-11
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
grep: Add --max-depth option.
Michał Kiedrowicz
2009-07-23
1
-0
/
+1
*
|
Show the presence of untracked files in the bash prompt.
Daniel Trstenjak
2009-07-24
1
-2
/
+13
|
/
*
bash: add '--merges' to common 'git log' options
SZEDER Gábor
2009-07-13
1
-1
/
+1
*
completion: __git_config_get_set_variables() handle values with spaces
Stephen Boyd
2009-07-06
1
-5
/
+6
*
completion: Add --full-diff to log options
Todd Zullinger
2009-07-06
1
-1
/
+1
*
completion: add missing config variables
Stephen Boyd
2009-06-30
1
-2
/
+3
*
Test cccmd in t9001-send-email.sh and fix some bugs
Paolo Bonzini
2009-06-18
1
-1
/
+1
*
Merge branch 'da/araxis-mergetool'
Junio C Hamano
2009-06-13
1
-1
/
+1
|
\
|
*
mergetool--lib: add support for araxis merge
David Aguilar
2009-05-24
1
-1
/
+1
*
|
bash: add support for 'git stash pop --index' option
SZEDER Gábor
2009-06-09
1
-2
/
+2
[next]