index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-branch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'js/branch-symref'
Junio C Hamano
2009-03-06
1
-32
/
+79
|
\
|
*
branch: clean up repeated strlen
Jeff King
2009-02-19
1
-2
/
+2
|
*
Avoid segfault with 'git branch' when the HEAD is detached
Johannes Schindelin
2009-02-18
1
-0
/
+2
|
*
builtin-branch: improve output when displaying remote branches
Jay Soffian
2009-02-14
1
-30
/
+75
*
|
Merge branch 'al/ansi-color'
Junio C Hamano
2009-03-06
1
-21
/
+21
|
\
\
|
*
|
builtin-branch.c: Rename branch category color names
Arjen Laarhoven
2009-02-14
1
-16
/
+16
|
*
|
Clean up use of ANSI color sequences
Arjen Laarhoven
2009-02-14
1
-5
/
+5
|
|
/
*
/
Teach the "@{-1} syntax to "git branch"
Junio C Hamano
2009-02-14
1
-12
/
+19
|
/
*
Make has_commit() non-static
Jake Goulding
2009-01-28
1
-17
/
+3
*
Make opt_parse_with_commit() non-static
Jake Goulding
2009-01-28
1
-18
/
+2
*
git-branch: display sha1 on branch deletion
Brandon Casey
2008-12-13
1
-1
/
+2
*
builtin-branch: use strbuf in rename_branch()
Miklos Vajna
2008-11-19
1
-18
/
+21
*
builtin-branch: use strbuf in fill_tracking_info()
Miklos Vajna
2008-11-19
1
-10
/
+8
*
builtin-branch: use strbuf in delete_branches()
Miklos Vajna
2008-11-19
1
-4
/
+4
*
Merge branch 'mv/maint-branch-m-symref'
Junio C Hamano
2008-11-05
1
-1
/
+1
|
\
|
*
Fix git branch -m for symrefs.
Miklos Vajna
2008-10-26
1
-1
/
+1
*
|
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-2
/
+1
|
/
*
builtin-branch: fix -v for --[no-]merged
Lars Hjemli
2008-07-27
1
-0
/
+15
*
builtin-branch: factor out merge_filter matching
Lars Hjemli
2008-07-27
1
-5
/
+13
*
builtin-branch: remove duplicated code
Lars Hjemli
2008-07-27
1
-7
/
+2
*
builtin-branch.c: optimize --merged and --no-merged
Junio C Hamano
2008-07-24
1
-21
/
+38
*
builtin-branch.c: remove unused code in append_ref() callback function
Junio C Hamano
2008-07-24
1
-7
/
+3
*
Merge branch 'sb/dashless'
Junio C Hamano
2008-07-17
1
-4
/
+4
|
\
|
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-4
/
+4
*
|
Merge branch 'jc/branch-merged'
Junio C Hamano
2008-07-15
1
-12
/
+50
|
\
\
|
*
|
branch --merged/--no-merged: allow specifying arbitrary commit
Junio C Hamano
2008-07-09
1
-8
/
+42
|
*
|
branch --contains: default to HEAD
Junio C Hamano
2008-07-09
1
-4
/
+8
|
|
/
*
|
branch -r -v: do not spit out garbage
Junio C Hamano
2008-07-06
1
-3
/
+2
*
|
git-branch -v: show the remote tracking statistics
Junio C Hamano
2008-07-03
1
-2
/
+25
|
/
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-3
/
+3
*
git-branch: add support for --merged and --no-merged
Lars Hjemli
2008-04-21
1
-1
/
+15
*
Merge branch 'jm/free'
Junio C Hamano
2008-02-27
1
-4
/
+2
|
\
|
*
Avoid unnecessary "if-before-free" tests.
Jim Meyering
2008-02-22
1
-6
/
+3
*
|
Merge branch 'js/branch-track'
Junio C Hamano
2008-02-27
1
-9
/
+5
|
\
\
|
*
|
branch: optionally setup branch.*.merge from upstream local branches
Jay Soffian
2008-02-20
1
-8
/
+5
*
|
|
Merge branch 'db/checkout'
Junio C Hamano
2008-02-27
1
-136
/
+2
|
\
|
|
|
|
/
|
/
|
|
*
Move create_branch into a library file
Daniel Barkalow
2008-02-10
1
-136
/
+2
*
|
Add color.ui variable which globally enables colorization if set
Matthias Kestenholz
2008-02-18
1
-3
/
+7
*
|
builtin-branch.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-3
/
+6
|
/
*
git config --get-colorbool
Junio C Hamano
2007-12-06
1
-1
/
+1
*
git-branch --contains=commit
Junio C Hamano
2007-11-23
1
-3
/
+54
*
Use OPT_SET_INT and OPT_BIT in builtin-branch
Pierre Habouzit
2007-11-12
1
-28
/
+16
*
Merge branch 'jc/format-patch-encoding'
Junio C Hamano
2007-11-04
1
-1
/
+1
|
\
|
*
format-patch -s: add MIME encoding header if signer's name requires so
Junio C Hamano
2007-11-02
1
-1
/
+1
*
|
errors: "strict subset" -> "ancestor"
J. Bruce Fields
2007-11-04
1
-1
/
+1
*
|
Make builtin-branch.c use parse_options.
Pierre Habouzit
2007-10-30
1
-95
/
+52
|
/
*
Rework pretty_print_commit to use strbufs instead of custom buffers.
Pierre Habouzit
2007-09-10
1
-8
/
+7
*
Re-code builtin-branch.c in UTF-8
Junio C Hamano
2007-07-12
1
-1
/
+1
*
branch --track: code cleanup and saner handling of local branches
Johannes Schindelin
2007-07-12
1
-115
/
+55
*
branch.autosetupmerge: allow boolean values, or "all"
Johannes Schindelin
2007-07-09
1
-6
/
+12
[next]