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 '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
|
|
/
*
|
bash prompt: mention that PROMPT_COMMAND mode is faster
SZEDER Gábor
2013-06-24
1
-5
/
+5
*
|
bash prompt: avoid command substitution when finalizing gitstring
SZEDER Gábor
2013-06-24
1
-1
/
+5
*
|
bash prompt: avoid command substitution when checking for untracked files
SZEDER Gábor
2013-06-24
1
-1
/
+1
*
|
bash prompt: use bash builtins to check stash state
SZEDER Gábor
2013-06-24
1
-2
/
+3
*
|
bash prompt: use bash builtins to check for unborn branch for dirty state
SZEDER Gábor
2013-06-24
1
-1
/
+1
*
|
bash prompt: combine 'git rev-parse' for detached head
SZEDER Gábor
2013-06-24
1
-4
/
+12
*
|
bash prompt: combine 'git rev-parse' executions in the main code path
SZEDER Gábor
2013-06-24
1
-5
/
+13
*
|
bash prompt: use bash builtins to find out current branch
SZEDER Gábor
2013-06-24
1
-18
/
+33
*
|
bash prompt: use bash builtins to find out rebase state
SZEDER Gábor
2013-06-24
1
-6
/
+6
*
|
bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()
SZEDER Gábor
2013-06-24
2
-27
/
+1
*
|
bash prompt: return early from __git_ps1() when not in a git repository
SZEDER Gábor
2013-06-24
1
-100
/
+101
*
|
bash prompt: print unique detached HEAD abbreviated object name
SZEDER Gábor
2013-06-24
1
-1
/
+1
|
/
*
Merge branch 'rr/prompt-rebase-breakage-fix'
Junio C Hamano
2013-06-23
1
-6
/
+6
|
\
|
*
prompt: squelch error output from cat
Ramkumar Ramachandra
2013-06-14
1
-6
/
+6
*
|
Sync with maint
Junio C Hamano
2013-06-21
1
-1
/
+1
|
\
\
|
*
|
completion: complete diff --word-diff
Ramkumar Ramachandra
2013-06-21
1
-1
/
+1
*
|
|
Merge branch 'rr/complete-difftool-fixup'
Junio C Hamano
2013-06-14
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
completion: show can take both revlist and paths
Ramkumar Ramachandra
2013-06-10
1
-1
/
+1
|
*
|
completion: difftool takes both revs and files
Ramkumar Ramachandra
2013-06-03
1
-1
/
+1
|
|
/
*
|
Merge branch 'fc/completion-less-ls-remote'
Junio C Hamano
2013-06-11
1
-8
/
+2
|
\
\
|
*
|
completion: avoid ls-remote in certain scenarios
Felipe Contreras
2013-06-03
1
-8
/
+2
|
|
/
*
|
Merge branch 'fc/show-branch-in-rebase-am'
Junio C Hamano
2013-06-06
1
-0
/
+2
|
\
\
|
*
|
prompt: fix for simple rebase
Felipe Contreras
2013-05-29
1
-0
/
+2
|
|
/
*
|
Merge branch 'tg/maint-zsh-svn-remote-prompt'
Junio C Hamano
2013-06-05
1
-3
/
+4
|
\
\
|
*
|
prompt: fix show upstream with svn and zsh
Thomas Gummerer
2013-05-22
1
-3
/
+4
*
|
|
Merge branch 'rr/zsh-color-prompt'
Junio C Hamano
2013-06-05
1
-39
/
+85
|
\
\
\
|
*
|
|
prompt: colorize ZSH prompt
Ramkumar Ramachandra
2013-05-17
1
-1
/
+39
|
*
|
|
prompt: factor out gitstring coloring logic
Ramkumar Ramachandra
2013-05-17
1
-36
/
+43
|
*
|
|
prompt: introduce GIT_PS1_STATESEPARATOR
Ramkumar Ramachandra
2013-05-17
1
-3
/
+4
*
|
|
|
Merge branch 'fc/completion'
Junio C Hamano
2013-06-03
1
-115
/
+30
|
\
\
\
\
|
*
|
|
|
completion: remove __git_index_file_list_filter()
Felipe Contreras
2013-04-27
1
-20
/
+8
|
*
|
|
|
completion: add space after completed filename
Felipe Contreras
2013-04-27
1
-1
/
+1
|
*
|
|
|
completion: add hack to enable file mode in bash < 4
Felipe Contreras
2013-04-27
1
-36
/
+7
|
*
|
|
|
completion: refactor __git_complete_index_file()
Felipe Contreras
2013-04-27
1
-6
/
+3
|
*
|
|
|
completion: refactor diff_index wrappers
Felipe Contreras
2013-04-27
1
-55
/
+16
|
*
|
|
|
completion: use __gitcompadd for __gitcomp_file
Felipe Contreras
2013-04-27
1
-1
/
+1
|
*
|
|
|
completion; remove unuseful comments
Felipe Contreras
2013-04-27
1
-2
/
+0
*
|
|
|
|
Merge branch 'fc/zsh-leftover-bits'
Junio C Hamano
2013-06-03
2
-23
/
+26
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
completion: zsh: improve bash script loading
Felipe Contreras
2013-05-29
1
-8
/
+19
|
*
|
|
|
completion: synchronize zsh wrapper
Felipe Contreras
2013-05-08
1
-2
/
+2
|
*
|
|
|
completion: cleanup zsh wrapper
Felipe Contreras
2013-05-08
1
-13
/
+5
*
|
|
|
|
completion: regression fix for zsh
Felipe Contreras
2013-05-21
1
-1
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
git-svn: added an --include-path flag
Paul Walmsley
2013-05-09
1
-1
/
+1
|
/
/
/
[next]