69 Commits (cc75addd238a0d59dade0a67d442ab7c148e92ad)

Author SHA1 Message Date
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 12 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 14 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
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Junio C Hamano a2fab531bb strbuf_check_branch_ref(): a helper to check a refname for a branch 16 years ago
Junio C Hamano a552de75eb strbuf_branchname(): a wrapper for branch name shorthands 16 years ago
Junio C Hamano 431b1969fc Rename interpret/substitute nth_last_branch functions 16 years ago
Junio C Hamano 72f600832f Improve "git branch --tracking" output 16 years ago
Junio C Hamano a9f2c13685 Make git-clone respect branch.autosetuprebase 16 years ago
Junio C Hamano 8415d5c7ef Teach the "@{-1} syntax to "git branch" 16 years ago
Junio C Hamano 51a94af845 Fix "checkout --track -b newbranch" on detached HEAD 17 years ago
Miklos Vajna cf10f9fdd5 builtin-commit: use reduce_heads() only when appropriate 17 years ago
Johannes Schindelin 0af0ac7ebb Move MERGE_RR from .git/rr-cache/ into .git/ 17 years ago
Dustin Sallings 0a02186f92 Allow tracking branches to set up rebase by default. 17 years ago
Dustin Sallings c998ae9baa Allow tracking branches to set up rebase by default. 17 years ago
Jay Soffian 9ed36cfa35 branch: optionally setup branch.*.merge from upstream local branches 17 years ago