aboutsummaryrefslogtreecommitdiff
path: root/builtin-branch.c
Commit message (Expand)AuthorAge
* 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
* git-branch --track: fix tracking branch computation.Junio C Hamano2007-06-06
* Merge branch 'maint'Junio C Hamano2007-05-20
|\
| * branch: fix segfault when resolving an invalid HEADJonas Fonseca2007-05-20
* | git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-10
|/
* Make builtin-branch.c handle the git config fileLars Hjemli2007-04-06
* git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini2007-03-16
* Fix broken create_branch() in builtin-branch.Junio C Hamano2007-03-10
* git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini2007-03-10
* General const correctness fixesShawn O. Pearce2007-03-07
* git-branch: improve abbreviation of sha1s in verbose modeJulian Phillips2007-03-02
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Merge branch 'jc/merge-base' (early part)Junio C Hamano2007-02-13
|\
| * Allow in_merge_bases() to take more than one reference commits.Junio C Hamano2007-01-09
* | Merge branch 'master' into np/dreflogJunio C Hamano2007-02-03
|\ \
| * | Assorted typo fixesPavel Roskin2007-02-03
| * | fix reflog entries for "git-branch"Junio C Hamano2007-02-03
* | | add logref support to git-symbolic-refNicolas Pitre2007-01-28
|/ /
* | Don't force everybody to call setup_ident().Junio C Hamano2007-01-28
* | branch -f: no reason to forbid updating the current branch in a bare repo.Junio C Hamano2007-01-20
* | Detached HEAD (experimental)Junio C Hamano2007-01-08
* | git-branch: show detached HEADLars Hjemli2007-01-08
|/
* Refactor print-functions in builtin-branchLars Hjemli2007-01-03
* Add documentation for git-branch's color configuration.Brian Gernhardt2007-01-03
* Move in_merge_bases() to commit.cJunio C Hamano2006-12-20
* Merge branch 'jc/branch-remove-remote'Junio C Hamano2006-12-20
|\
| * git-branch -d: do not stop at the first failure.Quy Tonthat2006-12-18
| * Teach git-branch to delete tracking branches with -r -dJunio C Hamano2006-12-18
* | simplify inclusion of system header files.Junio C Hamano2006-12-20
|/
* Merge branch 'lh/branch-rename'Junio C Hamano2006-12-13
|\
| * git-branch: let caller specify logmsgLars Hjemli2006-12-05
| * git-branch: add options and tests for branch renamingLars Hjemli2006-12-05
* | branch --color: change default color selection.Junio C Hamano2006-12-13
* | Colourise git-branch outputAndy Parkins2006-12-12
|/
* git-branch -D: make it work even when on a yet-to-be-born branchJunio C Hamano2006-11-24
* Add -v and --abbrev options to git-branchLars Hjemli2006-11-24
* Add support to git-branch to show local and remote branchesAndy Parkins2006-11-21
* Remove uneccessarily similar printf() from print_ref_list() in builtin-branchAndy Parkins2006-11-02
* Make git-branch a builtinLars Hjemli2006-10-23