author | Junio C Hamano <gitster@pobox.com> | |
Thu, 21 May 2009 15:55:02 +0000 (08:55 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 23 May 2009 05:47:47 +0000 (22:47 -0700) |
* branch 'mh/show-branch-color':
bash completion: show-branch color support
show-branch: color the commit status signs
bash completion: show-branch color support
show-branch: color the commit status signs
1 | 2 | |||
---|---|---|---|---|
Documentation/config.txt | patch | | diff1 | | diff2 | | blob | history |
Documentation/git-show-branch.txt | patch | | diff1 | | diff2 | | blob | history |
builtin-show-branch.c | patch | | diff1 | | diff2 | | blob | history |
contrib/completion/git-completion.bash | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/config.txt
Simple merge
diff --cc Documentation/git-show-branch.txt
Simple merge
diff --cc builtin-show-branch.c
Simple merge
diff --cc contrib/completion/git-completion.bash
index a0c5794828a6ed00a3608d9ec22046478da83e96,b5883872628f8ffa3972e7a082d0a62c12037845..451a97f0788a195e186ad114edb895267a093143
__gitcomp "
--all --remotes --topo-order --current --more=
--list --independent --merge-base --no-name
- --sha1-name --topics --reflog
+ --color --no-color
+ --sha1-name --sparse --topics --reflog
"
return
;;