aboutsummaryrefslogtreecommitdiff
path: root/builtin/branch.c
Commit message (Expand)AuthorAge
* builtin-branch: Fix crash on invalid use of --forceVincent van Ravesteijn2011-11-23
* branch -m: handle no arg properlyTay Ray Chuan2011-11-02
* Merge branch 'mg/branch-list'Junio C Hamano2011-10-05
|\
| * branch: -v does not automatically imply --listMichael J Gruber2011-09-08
| * branch: allow pattern argumentsMichael J Gruber2011-08-28
| * branch: introduce --list optionMichael J Gruber2011-08-28
| * git-branch: introduce missing long forms for the optionsMichael J Gruber2011-08-28
* | Merge branch 'ci/forbid-unwanted-current-branch-update'Junio C Hamano2011-09-16
|\ \
| * | branch --set-upstream: regression fixJunio C Hamano2011-09-16
* | | Merge branch 'ci/forbid-unwanted-current-branch-update'Junio C Hamano2011-08-28
|\ \ \ | |/ /
| * | Prevent force-updating of the current branchConrad Irwin2011-08-22
* | | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-28
|\ \ \ | |_|/ |/| |
| * | want_color: automatically fallback to color.uiJeff King2011-08-19
| * | color: delay auto-color decision until point of useJeff King2011-08-19
| * | git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-18
| |/
* | branch -v: honor core.abbrevNamhyung Kim2011-07-01
|/
* Merge branch 'maint-1.7.5' into maintJunio C Hamano2011-06-29
|\
| * "branch -d" can remove more than one branchesJunio C Hamano2011-06-29
* | Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-31
|\ \ | |/ |/|
| * pretty: add pp_commit_easy function for simple callersJeff King2011-05-26
* | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-01
|\ \
| * | i18n: git-branch "(no branch)" messageÆvar Arnfjörð Bjarmason2011-03-09
| * | i18n: git-branch "git branch -v" messagesÆvar Arnfjörð Bjarmason2011-03-09
| * | i18n: git-branch "Deleted branch [...]" messageÆvar Arnfjörð Bjarmason2011-03-09
| * | i18n: git-branch "remote branch '%s' not found" messageÆvar Arnfjörð Bjarmason2011-03-09
| * | i18n: git-branch basic messagesÆvar Arnfjörð Bjarmason2011-03-09
| |/
* | branch: split off function that writes tracking info and commit subjectJonathan Nieder2011-03-16
* | branch_merged: fix grammar in warningEric Hanchrow2011-02-27
|/
* builtin/branch.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.Thiago Farina2010-12-19
* Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano2010-12-12
|\
| * branch -h: show usage even in an invalid repositoryNguyễn Thái Ngọc Duy2010-10-22
* | branch: improve --verbose descriptionRené Scharfe2010-11-15
* | add OPT__FORCERené Scharfe2010-11-15
* | add description parameter to OPT__VERBOSERené Scharfe2010-11-15
|/
* Merge branch 'sm/branch-broken-ref'Junio C Hamano2010-06-21
|\
| * branch: don't fail listing branches if one of the commits wasn't foundSimo Melenius2010-06-07
| * branch: exit status now reflects if branch listing finds an errorSimo Melenius2010-06-07
* | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
|/
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-10
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22