summaryrefslogtreecommitdiff
path: root/builtin/branch.c
AgeCommit message (Expand)Author
2011-06-29Merge branch 'maint-1.7.5' into maintJunio C Hamano
2011-06-29"branch -d" can remove more than one branchesJunio C Hamano
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano
2011-05-26pretty: add pp_commit_easy function for simple callersJeff King
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-16branch: split off function that writes tracking info and commit subjectJonathan Nieder
2011-03-10i18n: git-branch "(no branch)" messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-branch "git branch -v" messagesÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-branch "Deleted branch [...]" messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-branch "remote branch '%s' not found" messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-branch basic messagesÆvar Arnfjörð Bjarmason
2011-02-27branch_merged: fix grammar in warningEric Hanchrow
2010-12-19builtin/branch.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.Thiago Farina
2010-12-13Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano
2010-11-15branch: improve --verbose descriptionRené Scharfe
2010-11-15add OPT__FORCERené Scharfe
2010-11-15add description parameter to OPT__VERBOSERené Scharfe
2010-10-22branch -h: show usage even in an invalid repositoryNguyễn Thái Ngọc Duy
2010-06-21Merge branch 'sm/branch-broken-ref'Junio C Hamano
2010-06-07branch: don't fail listing branches if one of the commits wasn't foundSimo Melenius
2010-06-07branch: exit status now reflects if branch listing finds an errorSimo Melenius
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds