aboutsummaryrefslogtreecommitdiff
path: root/builtin-branch.c
Commit message (Expand)AuthorAge
* Merge branch 'bc/maint-1.6.1-branch-deleted-was' into maintJunio C Hamano2009-04-02
|\
| * git-branch: display "was sha1" on branch deletion rather than just "sha1"Brandon Casey2009-03-21
* | Teach the "@{-1} syntax to "git branch"Junio C Hamano2009-02-13
* | Make has_commit() non-staticJake Goulding2009-01-28
* | Make opt_parse_with_commit() non-staticJake Goulding2009-01-28
|/
* git-branch: display sha1 on branch deletionBrandon Casey2008-12-12
* builtin-branch: use strbuf in rename_branch()Miklos Vajna2008-11-18
* builtin-branch: use strbuf in fill_tracking_info()Miklos Vajna2008-11-18
* builtin-branch: use strbuf in delete_branches()Miklos Vajna2008-11-18
* Merge branch 'mv/maint-branch-m-symref'Junio C Hamano2008-11-05
|\
| * Fix git branch -m for symrefs.Miklos Vajna2008-10-26
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
|/
* builtin-branch: fix -v for --[no-]mergedLars Hjemli2008-07-27
* builtin-branch: factor out merge_filter matchingLars Hjemli2008-07-27
* builtin-branch: remove duplicated codeLars Hjemli2008-07-27
* builtin-branch.c: optimize --merged and --no-mergedJunio C Hamano2008-07-23
* builtin-branch.c: remove unused code in append_ref() callback functionJunio C Hamano2008-07-23
* Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\
| * Make usage strings dash-lessStephan Beyer2008-07-13
* | Merge branch 'jc/branch-merged'Junio C Hamano2008-07-14
|\ \
| * | branch --merged/--no-merged: allow specifying arbitrary commitJunio C Hamano2008-07-09
| * | branch --contains: default to HEADJunio C Hamano2008-07-09
| |/
* | branch -r -v: do not spit out garbageJunio C Hamano2008-07-06
* | git-branch -v: show the remote tracking statisticsJunio C Hamano2008-07-02
|/
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* git-branch: add support for --merged and --no-mergedLars Hjemli2008-04-20
* Merge branch 'jm/free'Junio C Hamano2008-02-27
|\
| * Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-22
* | Merge branch 'js/branch-track'Junio C Hamano2008-02-27
|\ \
| * | branch: optionally setup branch.*.merge from upstream local branchesJay Soffian2008-02-19
* | | Merge branch 'db/checkout'Junio C Hamano2008-02-27
|\ \ \ | |/ / | | / | |/ |/|
| * Move create_branch into a library fileDaniel Barkalow2008-02-09
* | Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-18
* | builtin-branch.c: guard config parser from value=NULLJunio C Hamano2008-02-11
|/
* git config --get-colorboolJunio C Hamano2007-12-05
* git-branch --contains=commitJunio C Hamano2007-11-22
* Use OPT_SET_INT and OPT_BIT in builtin-branchPierre Habouzit2007-11-11
* Merge branch 'jc/format-patch-encoding'Junio C Hamano2007-11-04
|\
| * format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-01
* | errors: "strict subset" -> "ancestor"J. Bruce Fields2007-11-03
* | Make builtin-branch.c use parse_options.Pierre Habouzit2007-10-29
|/
* Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-10
* Re-code builtin-branch.c in UTF-8Junio C Hamano2007-07-11
* branch --track: code cleanup and saner handling of local branchesJohannes Schindelin2007-07-11
* branch.autosetupmerge: allow boolean values, or "all"Johannes Schindelin2007-07-08
* git-branch: default to --trackJohannes Schindelin2007-07-06
* Merge branch 'ei/oneline+add-empty'Junio C Hamano2007-06-22
|\
| * Lift 16kB limit of log message outputJunio C Hamano2007-06-13
* | git-branch: cleanup config file when deleting branchesGerrit Pape2007-06-09
|/
* Missing statics.Pierre Habouzit2007-06-08