summaryrefslogtreecommitdiff
path: root/builtin-branch.c
AgeCommit message (Expand)Author
2007-12-06git config --get-colorboolJunio C Hamano
2007-11-23git-branch --contains=commitJunio C Hamano
2007-11-12Use OPT_SET_INT and OPT_BIT in builtin-branchPierre Habouzit
2007-11-04Merge branch 'jc/format-patch-encoding'Junio C Hamano
2007-11-04errors: "strict subset" -> "ancestor"J. Bruce Fields
2007-11-02format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano
2007-10-30Make builtin-branch.c use parse_options.Pierre Habouzit
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit
2007-07-12Re-code builtin-branch.c in UTF-8Junio C Hamano
2007-07-11branch --track: code cleanup and saner handling of local branchesJohannes Schindelin
2007-07-09branch.autosetupmerge: allow boolean values, or "all"Johannes Schindelin
2007-07-07git-branch: default to --trackJohannes Schindelin
2007-06-23Merge branch 'ei/oneline+add-empty'Junio C Hamano
2007-06-13Lift 16kB limit of log message outputJunio C Hamano
2007-06-09git-branch: cleanup config file when deleting branchesGerrit Pape
2007-06-08Missing statics.Pierre Habouzit
2007-06-06git-branch --track: fix tracking branch computation.Junio C Hamano
2007-05-21Merge branch 'maint'Junio C Hamano
2007-05-20branch: fix segfault when resolving an invalid HEADJonas Fonseca
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege
2007-04-06Make builtin-branch.c handle the git config fileLars Hjemli
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini
2007-03-11Fix broken create_branch() in builtin-branch.Junio C Hamano
2007-03-11git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini
2007-03-07General const correctness fixesShawn O. Pearce
2007-03-03git-branch: improve abbreviation of sha1s in verbose modeJulian Phillips
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-14Merge branch 'jc/merge-base' (early part)Junio C Hamano
2007-02-04Merge branch 'master' into np/dreflogJunio C Hamano
2007-02-04Assorted typo fixesPavel Roskin
2007-02-03fix reflog entries for "git-branch"Junio C Hamano
2007-01-28add logref support to git-symbolic-refNicolas Pitre
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-21branch -f: no reason to forbid updating the current branch in a bare repo.Junio C Hamano
2007-01-10Allow in_merge_bases() to take more than one reference commits.Junio C Hamano
2007-01-08Detached HEAD (experimental)Junio C Hamano
2007-01-08git-branch: show detached HEADLars Hjemli
2007-01-03Refactor print-functions in builtin-branchLars Hjemli
2007-01-03Add documentation for git-branch's color configuration.Brian Gernhardt
2006-12-21Move in_merge_bases() to commit.cJunio C Hamano
2006-12-20Merge branch 'jc/branch-remove-remote'Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-19git-branch -d: do not stop at the first failure.Quy Tonthat
2006-12-19Teach git-branch to delete tracking branches with -r -dJunio C Hamano
2006-12-13Merge branch 'lh/branch-rename'Junio C Hamano
2006-12-13branch --color: change default color selection.Junio C Hamano
2006-12-12Colourise git-branch outputAndy Parkins
2006-12-06git-branch: let caller specify logmsgLars Hjemli
2006-12-06git-branch: add options and tests for branch renamingLars Hjemli
2006-11-25git-branch -D: make it work even when on a yet-to-be-born branchJunio C Hamano