author | Junio C Hamano <gitster@pobox.com> | |
Mon, 18 May 2009 15:59:48 +0000 (08:59 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 18 May 2009 15:59:48 +0000 (08:59 -0700) |
* mh/show-branch-color:
bash completion: show-branch color support
show-branch: color the commit status signs
Conflicts:
contrib/completion/git-completion.bash
bash completion: show-branch color support
show-branch: color the commit status signs
Conflicts:
contrib/completion/git-completion.bash
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 f8d4cb2c7d6afd2d4f35572148de06ad3e542647,b5883872628f8ffa3972e7a082d0a62c12037845..ba13c4948cffe9df31d2d6d5a223a29e23b4817a
__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
;;