85 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
Jeff King 4bd488ea7c create_branch: drop unused "head" parameter 8 years ago
Nguyễn Thái Ngọc Duy 8d9fdd7087 worktree.c: check whether branch is rebased in another worktree 9 years ago
Nguyễn Thái Ngọc Duy d3b9ac07eb worktree.c: make find_shared_symref() return struct worktree * 9 years ago
Nguyễn Thái Ngọc Duy 69dfe3b942 worktree.c: store "id" instead of "git_dir" 9 years ago
Kazuki Yamaguchi 70999e9cec branch -m: update all per-worktree HEADs 9 years ago
Patrick Steinhardt 30598ad06f config: rename git_config_set to git_config_set_gently 9 years ago
Patrick Steinhardt 27852b2c53 branch: report errors in tracking branch setup 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Michael Rappazzo ac6c561b59 worktree: add top-level worktree.c 9 years ago
David Turner 41af65651d worktrees: add find_shared_symref 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Eric Sunshine ed89f84b3c branch: publish die_if_checked_out() 10 years ago
Michael Haggerty 1d147bdff0 ref_transaction_update(): remove "have_old" parameter 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Ronnie Sahlberg db7516ab9f refs.c: pass the ref log message to _create/delete/update instead of _commit 10 years ago
Ronnie Sahlberg d43f990fac branch.c: use ref transaction for all ref updates 11 years ago
Tanay Abhra 540b0f4977 branch.c: replace `git_config()` with `git_config_get_string() 11 years ago
Tanay Abhra aace438502 change `git_config()` return value to void 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Adam 9fe0cf3a5e branch.c: install_branch_config: simplify if chain 11 years ago
Brian Gesiak 303d1d0bd6 branch: use skip_prefix() in install_branch_config() 11 years ago
Jacopo Notarstefano 9ef5e2a722 branch.c: delete size check of newly tracked branch names 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Per Cederqvist 1d7358c524 branch.c: Relax unnecessary requirement on upstream's remote ref name 11 years ago
Felipe Contreras 82a0672f8e branch: trivial style fix 12 years ago
Brad King 9bbb0fa1fd refs: report ref type from lock_any_ref_for_update 12 years ago
Johan Herland 41c21f22d0 branch.c: Validate tracking branches with refspecs instead of refs/remotes/* 12 years ago
Jiang Xin bc554df8c9 i18n: branch: mark strings for translation 12 years ago
Jeff King caa2036b3b branch: give advice when tracking start-point is missing 12 years ago
Jeff King 1a15d00bb9 branch: mention start_name in set-upstream error messages 12 years ago
Jeff King a5e91c722c branch: improve error message for missing --set-upstream-to ref 12 years ago
Jeff King e2b6aa5f1b branch: factor out "upstream is not a branch" error messages 12 years ago
Nguyễn Thái Ngọc Duy d53a35032a Remove i18n legos in notifying new branch tracking setup 13 years ago
Jeff King f9a482e62b checkout: suppress tracking message with "-q" 13 years ago
Nguyễn Thái Ngọc Duy 8cad4744ee Rename resolve_ref() to resolve_ref_unsafe() 13 years ago
Jonathan Nieder a7eff1e027 Revert "reset: Make reset remove the sequencer state" 13 years ago
Jonathan Nieder 39bd6f7261 Allow checkout -B <current-branch> to update the current branch 13 years ago
Jonathan Nieder 82433cdf4d revert: write REVERT_HEAD pseudoref during conflicted revert 13 years ago
Junio C Hamano 6f9a332144 branch: add read_branch_desc() helper function 13 years ago
Junio C Hamano fa79937675 branch --set-upstream: regression fix 14 years ago
Conrad Irwin 587a9ee7da Show interpreted branch name in error messages 14 years ago
Conrad Irwin 55c4a67307 Prevent force-updating of the current branch 14 years ago
Michael J Gruber e9d4f7405b branch.c: use the parsed branch name 14 years ago
Ramkumar Ramachandra 95eb88d8ee reset: Make reset remove the sequencer state 14 years ago
Jay Soffian d7e5c0cbfb Introduce CHERRY_PICK_HEAD 14 years ago
Johan Herland 21b5b1e8dc branch/checkout --track: Ensure that upstream branch is indeed a branch 14 years ago
Tay Ray Chuan cc70148385 builtin/checkout: handle -B from detached HEAD correctly 15 years ago
Matthieu Moy 85e2233f98 branch: warn and refuse to set a branch as a tracking branch of itself. 15 years ago
Ilari Liusvaara 4fc5006676 Add branch --set-upstream 15 years ago