index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
completion
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sp/complete-ext-alias'
Junio C Hamano
2014-06-25
1
-0
/
+10
|
\
|
*
completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliases
Steffen Prohaska
2014-06-13
1
-0
/
+10
*
|
completion: add missing options for git-merge
John Keeping
2014-05-27
1
-1
/
+4
*
|
completion: add a note that merge options are shared
John Keeping
2014-05-27
1
-0
/
+1
|
/
*
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'
Junio C Hamano
2014-05-20
1
-17
/
+39
|
\
|
*
git-prompt.sh: don't assume the shell expands the value of PS1
Richard Hansen
2014-05-20
1
-17
/
+39
*
|
Merge branch 'fc/prompt-zsh-read-from-file'
Junio C Hamano
2014-05-13
1
-8
/
+8
|
\
\
|
*
|
contrib: completion: fix 'eread()' namespace
Felipe Contreras
2014-05-13
1
-8
/
+8
*
|
|
Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'
Junio C Hamano
2014-05-02
1
-2
/
+32
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
git-prompt.sh: don't put unsanitized branch names in $PS1
Richard Hansen
2014-04-22
1
-2
/
+32
*
|
|
Merge branch 'fc/complete-aliased-push'
Junio C Hamano
2014-04-18
2
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
completion: fix completing args of aliased "push", "fetch", etc.
Felipe Contreras
2014-04-09
2
-0
/
+2
*
|
|
prompt: fix missing file errors in zsh
Felipe Contreras
2014-04-14
1
-7
/
+14
|
/
/
*
|
Merge branch 'ss/completion-rec-sub-fetch-push'
Junio C Hamano
2014-03-14
1
-1
/
+18
|
\
\
|
*
|
completion: teach --recurse-submodules to fetch, pull and push
Sup Yut Sum
2014-02-11
1
-1
/
+18
*
|
|
Merge branch 'jk/complete-merge-base'
Junio C Hamano
2014-01-27
1
-1
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
completion: handle --[no-]fork-point options to git-rebase
John Keeping
2014-01-13
1
-1
/
+1
|
*
|
completion: complete merge-base options
John Keeping
2014-01-13
1
-0
/
+6
*
|
|
Merge branch 'rr/completion-format-coverletter'
Junio C Hamano
2014-01-13
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
completion: complete format.coverLetter
Ramkumar Ramachandra
2014-01-07
1
-0
/
+1
*
|
|
completion: fix remote.pushdefault
Ramkumar Ramachandra
2014-01-06
1
-0
/
+1
*
|
|
completion: fix branch.autosetup(merge|rebase)
Ramkumar Ramachandra
2014-01-06
1
-0
/
+1
*
|
|
completion: introduce __gitcomp_nl_append ()
Ramkumar Ramachandra
2014-01-06
2
-4
/
+26
*
|
|
zsh completion: find matching custom bash completion
Ramkumar Ramachandra
2014-01-06
1
-1
/
+1
|
/
/
*
|
Merge branch 'jn/scripts-updates'
Junio C Hamano
2013-12-12
2
-4
/
+0
|
\
\
|
*
|
remove #!interpreter line from shell libraries
Jonathan Nieder
2013-11-26
2
-4
/
+0
|
|
/
*
|
peek-remote: remove deprecated alias of ls-remote
John Keeping
2013-11-12
1
-1
/
+0
*
|
lost-found: remove deprecated command
John Keeping
2013-11-12
1
-1
/
+0
*
|
tar-tree: remove deprecated command
John Keeping
2013-11-12
1
-1
/
+0
*
|
repo-config: remove deprecated alias for "git config"
John Keeping
2013-11-12
1
-1
/
+0
|
/
*
Merge branch 'sg/prompt-svn-remote-fix'
Junio C Hamano
2013-10-28
1
-1
/
+1
|
\
|
*
bash prompt: don't use '+=' operator in show upstream code path
SZEDER Gábor
2013-10-15
1
-1
/
+1
*
|
git-prompt.sh: optionally show upstream branch name
Julien Carsique
2013-10-14
1
-1
/
+6
*
|
mergetools/diffmerge: support DiffMerge as a git mergetool
Stefan Saasen
2013-10-14
1
-1
/
+1
*
|
completion: improve untracked directory filtering for filename completion
SZEDER Gábor
2013-09-19
1
-2
/
+2
|
/
*
contrib/git-prompt.sh: handle missing 'printf -v' more gracefully
Brandon Casey
2013-08-22
1
-1
/
+5
*
git-completion.bash: use correct Bash/Zsh array length syntax
Brandon Casey
2013-08-22
1
-1
/
+1
*
Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'
Junio C Hamano
2013-08-02
1
-1
/
+0
|
\
|
*
cygwin: Remove the Win32 l/stat() implementation
Ramsay Jones
2013-07-18
1
-1
/
+0
*
|
Merge branch 'bc/completion-for-bash-3.0'
Junio C Hamano
2013-07-30
1
-1
/
+1
|
\
\
|
*
|
git-completion.bash: replace zsh notation that breaks bash 3.X
Brandon Casey
2013-07-24
1
-1
/
+1
*
|
|
Merge branch 'es/check-mailmap'
Junio C Hamano
2013-07-22
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
builtin: add git-check-mailmap command
Eric Sunshine
2013-07-13
1
-0
/
+1
*
|
|
Merge branch 'jk/bash-completion'
Junio C Hamano
2013-07-11
1
-1
/
+3
|
\
\
\
|
*
|
|
completion: learn about --man-path
John Keeping
2013-07-01
1
-0
/
+1
|
*
|
|
completion: handle unstuck form of base git options
John Keeping
2013-07-01
1
-1
/
+2
|
|
/
/
*
|
|
Merge branch 'ed/color-prompt'
Junio C Hamano
2013-07-01
1
-70
/
+41
|
\
\
\
|
*
|
|
git-prompt.sh: add missing information in comments
Eduardo R. D'Avila
2013-06-26
1
-11
/
+15
|
*
|
|
git-prompt.sh: do not print duplicate clean color code
Eduardo R. D'Avila
2013-06-26
1
-1
/
+1
|
*
|
|
git-prompt.sh: refactor colored prompt code
Eduardo R. D'Avila
2013-06-26
1
-59
/
+26
|
|
/
/
[next]