Age | Commit message (Expand) | Author | Files | Lines |
2018-08-16 | branch: support configuring --sort via .gitconfig | Samuel Maftoul | 1 | -0/+46 |
2018-06-22 | t: switch "branch -l" to "branch --create-reflog" | Jeff King | 1 | -17/+17 |
2018-06-22 | t3200: unset core.logallrefupdates when testing reflog creation | Jeff King | 1 | -1/+1 |
2018-06-18 | Merge branch 'ks/branch-set-upstream' | Junio C Hamano | 1 | -1/+1 |
2018-06-18 | t3200: clarify description of --set-upstream test | Kaartic Sivaraam | 1 | -1/+1 |
2018-06-01 | Merge branch 'cc/tests-without-assuming-ref-files-backend' | Junio C Hamano | 1 | -9/+9 |
2018-05-23 | t: make many tests depend less on the refs being files | David Turner | 1 | -9/+9 |
2018-05-14 | t: switch $_z40 to $ZERO_OID | brian m. carlson | 1 | -2/+2 |
2018-04-05 | t3200: verify "branch --list" sanity when rebasing from detached HEAD | Eric Sunshine | 1 | -0/+24 |
2018-03-21 | Merge branch 'ks/t3200-typofix' | Junio C Hamano | 1 | -1/+1 |
2018-03-15 | t/t3200: fix a typo in a test description | Kaartic Sivaraam | 1 | -1/+1 |
2017-10-07 | refs_resolve_ref_unsafe: handle d/f conflicts for writes | Jeff King | 1 | -0/+10 |
2017-10-03 | Merge branch 'sd/branch-copy' | Junio C Hamano | 1 | -0/+256 |
2017-09-24 | branch: fix "copy" to never touch HEAD | Junio C Hamano | 1 | -5/+5 |
2017-09-10 | Merge branch 'nd/worktree-kill-parse-ref' | Junio C Hamano | 1 | -0/+13 |
2017-08-24 | branch: fix branch renaming not updating HEADs correctly | Nguyễn Thái Ngọc Duy | 1 | -0/+13 |
2017-08-17 | builtin/branch: stop supporting the "--set-upstream" option | Kaartic Sivaraam | 1 | -45/+2 |
2017-08-17 | t3200: cleanup cruft of a test | Kaartic Sivaraam | 1 | -0/+1 |
2017-07-09 | reflog-walk: stop using fake parents | Jeff King | 1 | -2/+1 |
2017-07-05 | reflog-walk: skip over double-null oid due to HEAD rename | Jeff King | 1 | -0/+11 |
2017-06-18 | branch: add a --copy (-c) option to go with --move (-m) | Sahil Dua | 1 | -0/+215 |
2017-06-18 | branch: add test for -m renaming multiple config sections | Ævar Arnfjörð Bjarmason | 1 | -0/+41 |
2017-06-13 | t3200: add test for single parameter passed to -m option | Sahil Dua | 1 | -0/+17 |
2017-06-05 | Merge branch 'sd/t3200-typofix' into maint | Junio C Hamano | 1 | -1/+1 |
2017-06-04 | Merge branch 'sd/t3200-typofix' | Junio C Hamano | 1 | -1/+1 |
2017-05-29 | branch test: fix invalid config key access | Sahil Dua | 1 | -1/+1 |
2017-04-11 | Merge branch 'ab/ref-filter-no-contains' | Junio C Hamano | 1 | -0/+4 |
2017-03-21 | ref-filter: make combining --merged & --no-merged an error | Ævar Arnfjörð Bjarmason | 1 | -0/+4 |
2017-03-14 | Merge branch 'kn/ref-filter-branch-list' | Junio C Hamano | 1 | -0/+25 |
2017-03-10 | branch: honor --abbrev/--no-abbrev in --list mode | Junio C Hamano | 1 | -0/+25 |
2017-02-20 | branch: record creation of renamed branch in HEAD's log | Kyle Meyer | 1 | -2/+3 |
2017-02-20 | rename_ref: replace empty message in HEAD's log | Kyle Meyer | 1 | -0/+5 |
2016-07-25 | Merge branch 'mh/split-under-lock' | Junio C Hamano | 1 | -0/+9 |
2016-06-17 | tests: use test_i18n* functions to suppress false positives | Vasco Almeida | 1 | -3/+3 |
2016-06-13 | refs: don't dereference on rename | David Turner | 1 | -0/+9 |
2016-04-18 | Merge branch 'ky/branch-m-worktree' | Junio C Hamano | 1 | -1/+22 |
2016-04-04 | branch -m: update all per-worktree HEADs | Kazuki Yamaguchi | 1 | -1/+22 |
2016-03-29 | branch -d: refuse deleting a branch which is currently checked out | Kazuki Yamaguchi | 1 | -0/+6 |
2016-02-22 | branch: die on config error when unsetting upstream | Patrick Steinhardt | 1 | -0/+7 |
2016-02-22 | branch: report errors in tracking branch setup | Patrick Steinhardt | 1 | -1/+8 |
2015-07-28 | tests: remove some direct access to .git/logs | David Turner | 1 | -6/+6 |
2014-12-22 | Merge branch 'mg/branch-d-m-f' | Junio C Hamano | 1 | -0/+14 |
2014-12-09 | branch: allow -f with -m and -d | Michael J Gruber | 1 | -0/+5 |
2014-12-04 | t3200-branch: test -M | Michael J Gruber | 1 | -0/+9 |
2014-10-15 | branch -d: avoid repeated symref resolution | Jonathan Nieder | 1 | -0/+9 |
2014-03-31 | Merge branch 'dt/tests-with-env-not-subshell' | Junio C Hamano | 1 | -10/+2 |
2014-03-19 | tests: use "env" to run commands with temporary env-var settings | David Tran | 1 | -10/+2 |
2014-03-06 | t3200-branch: test setting branch as own upstream | Brian Gesiak | 1 | -0/+10 |
2013-11-01 | Merge branch 'js/test-help-format-windows-port-fix' | Junio C Hamano | 1 | -1/+1 |
2013-10-30 | t3200: do not open a HTML manual page when DEFAULT_MAN_FORMAT is html | Johannes Sixt | 1 | -1/+1 |