132 Commits (f8fbcd6e01d8e31fb1c7093679538df79b79d90e)

Author SHA1 Message Date
Eric Sunshine 1f537be3f2 t3200: verify "branch --list" sanity when rebasing from detached HEAD 7 years ago
Kaartic Sivaraam 40c17eb184 t/t3200: fix a typo in a test description 7 years ago
Jeff King a1c1d8170d refs_resolve_ref_unsafe: handle d/f conflicts for writes 7 years ago
Junio C Hamano e5435ff1fc branch: fix "copy" to never touch HEAD 7 years ago
Nguyễn Thái Ngọc Duy 31824d180d branch: fix branch renaming not updating HEADs correctly 8 years ago
Kaartic Sivaraam 52668846ea builtin/branch: stop supporting the "--set-upstream" option 8 years ago
Kaartic Sivaraam 93a6b3f234 t3200: cleanup cruft of a test 8 years ago
Jeff King d08565bf2d reflog-walk: stop using fake parents 8 years ago
Jeff King 2272d3e542 reflog-walk: skip over double-null oid due to HEAD rename 8 years ago
Sahil Dua 52d59cc645 branch: add a --copy (-c) option to go with --move (-m) 8 years ago
Ævar Arnfjörð Bjarmason c8b2cec09e branch: add test for -m renaming multiple config sections 8 years ago
Sahil Dua bb8efa1772 t3200: add test for single parameter passed to -m option 8 years ago
Sahil Dua b8f354f294 branch test: fix invalid config key access 8 years ago
Ævar Arnfjörð Bjarmason 17d6c744dc ref-filter: make combining --merged & --no-merged an error 8 years ago
Junio C Hamano ac5bbc02b8 branch: honor --abbrev/--no-abbrev in --list mode 8 years ago
Kyle Meyer 39ee4c6c2f branch: record creation of renamed branch in HEAD's log 8 years ago
Kyle Meyer 893dbf5ba1 rename_ref: replace empty message in HEAD's log 8 years ago
Vasco Almeida 1edbaac3bb tests: use test_i18n* functions to suppress false positives 9 years ago
David Turner 12fd3496d1 refs: don't dereference on rename 9 years ago
Kazuki Yamaguchi 70999e9cec branch -m: update all per-worktree HEADs 9 years ago
Kazuki Yamaguchi f292244c04 branch -d: refuse deleting a branch which is currently checked out 9 years ago
Patrick Steinhardt b81842cbbb branch: die on config error when unsetting upstream 9 years ago
Patrick Steinhardt 27852b2c53 branch: report errors in tracking branch setup 9 years ago
David Turner d0ab058498 tests: remove some direct access to .git/logs 10 years ago
Michael J Gruber 356e91f2ec branch: allow -f with -m and -d 10 years ago
Michael J Gruber ff7aa81f89 t3200-branch: test -M 10 years ago
Jonathan Nieder 62a2d52514 branch -d: avoid repeated symref resolution 10 years ago
David Tran 512477b175 tests: use "env" to run commands with temporary env-var settings 11 years ago
Brian Gesiak 95052d1f2d t3200-branch: test setting branch as own upstream 11 years ago
Johannes Sixt 01e8d327a9 t3200: do not open a HTML manual page when DEFAULT_MAN_FORMAT is html 11 years ago
Eric Sunshine b0f49ff130 t3200: fix failure on case-insensitive filesystems 12 years ago
Per Cederqvist 1d7358c524 branch.c: Relax unnecessary requirement on upstream's remote ref name 12 years ago
Johan Herland 62d94a3aa6 t3200: Add test demonstrating minor regression in 41c21f2 12 years ago
Johan Herland 81f339dc3d t3200: Minor fix when preparing for tracking failure 12 years ago
Felipe Contreras d0423ddd77 t: branch: fix broken && chains 12 years ago
Felipe Contreras 002ba0376b t: branch: fix typo 12 years ago
Felipe Contreras 140cd84593 t: branch: trivial style fix 12 years ago
Johan Herland 41c21f22d0 branch.c: Validate tracking branches with refspecs instead of refs/remotes/* 12 years ago
Johan Herland 9c9cd39a0c t3200.39: tracking setup should fail if there is no matching refspec. 12 years ago
Jeff King 8a3e5ecdaa t3200: test --set-upstream-to with bogus refs 12 years ago
Jonathon Mah d1520c4b1a branch: give better message when no names specified for rename 12 years ago
Ramkumar Ramachandra 0d158ebb92 t3200 (branch): modernize style 12 years ago
Nguyễn Thái Ngọc Duy 8efb8899cf branch: segfault fixes and validation 12 years ago
Nguyễn Thái Ngọc Duy 43722c4d9e branch: give a more helpful message on redundant arguments 12 years ago
René Scharfe 13baa9fe86 branch: show targets of deleted symrefs, not sha1s 12 years ago
René Scharfe 0fe700e311 branch: skip commit checks when deleting symref branches 12 years ago
René Scharfe 566c7707db branch: delete symref branch, not its target 12 years ago
Carlos Martín Nieto b347d06bf0 branch: deprecate --set-upstream and show help if we detect possible mistaken use 13 years ago
Carlos Martín Nieto b84869ef14 branch: add --unset-upstream option 13 years ago
Jiang Xin 9a0013819e Fix tests under GETTEXT_POISON on parseopt 13 years ago