summaryrefslogtreecommitdiff
path: root/branch.c
AgeCommit message (Expand)Author
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg
2014-09-11Merge branch 'rs/ref-transaction-1'Junio C Hamano
2014-09-03branch.c: use ref transaction for all ref updatesRonnie Sahlberg
2014-08-07branch.c: replace `git_config()` with `git_config_get_string()Tanay Abhra
2014-08-07change `git_config()` return value to voidTanay Abhra
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-03-31Merge branch 'an/branch-config-message'Junio C Hamano
2014-03-24branch.c: install_branch_config: simplify if chainAdam
2014-03-18Merge branch 'bg/install-branch-config-skip-prefix'Junio C Hamano
2014-03-18Merge branch 'jn/branch-lift-unnecessary-name-length-limit'Junio C Hamano
2014-03-06branch: use skip_prefix() in install_branch_config()Brian Gesiak
2014-03-05branch.c: delete size check of newly tracked branch namesJacopo Notarstefano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-23Merge branch 'jh/checkout-auto-tracking' into maintJunio C Hamano
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano
2013-09-20Merge branch 'jh/checkout-auto-tracking'Junio C Hamano
2013-09-09branch.c: Relax unnecessary requirement on upstream's remote ref namePer Cederqvist
2013-08-31branch: trivial style fixFelipe Contreras
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King
2013-05-29Merge branch 'jh/checkout-auto-tracking'Junio C Hamano
2013-04-21branch.c: Validate tracking branches with refspecs instead of refs/remotes/*Johan Herland
2013-04-16i18n: branch: mark strings for translationJiang Xin
2013-04-02branch: give advice when tracking start-point is missingJeff King
2013-04-02branch: mention start_name in set-upstream error messagesJeff King
2013-04-02branch: improve error message for missing --set-upstream-to refJeff King
2013-04-02branch: factor out "upstream is not a branch" error messagesJeff King
2012-06-07Remove i18n legos in notifying new branch tracking setupNguyễn Thái Ngọc Duy
2012-03-27checkout: suppress tracking message with "-q"Jeff King
2011-12-20Merge branch 'nd/resolve-ref'Junio C Hamano
2011-12-20Merge branch 'jn/maint-sequencer-fixes'Junio C Hamano
2011-12-14Merge branch 'jn/branch-move-to-self'Junio C Hamano
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2011-12-12Revert "reset: Make reset remove the sequencer state"Jonathan Nieder
2011-12-09Merge branch 'jc/request-pull-show-head-4'Junio C Hamano
2011-11-28Allow checkout -B <current-branch> to update the current branchJonathan Nieder
2011-11-22revert: write REVERT_HEAD pseudoref during conflicted revertJonathan Nieder
2011-10-05branch: add read_branch_desc() helper functionJunio C Hamano
2011-10-05Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano
2011-09-17Merge branch 'ci/forbid-unwanted-current-branch-update'Junio C Hamano
2011-09-17branch --set-upstream: regression fixJunio C Hamano
2011-08-29Merge branch 'ci/forbid-unwanted-current-branch-update'Junio C Hamano
2011-08-22Show interpreted branch name in error messagesConrad Irwin
2011-08-22Prevent force-updating of the current branchConrad Irwin
2011-08-19branch.c: use the parsed branch nameMichael J Gruber
2011-08-08reset: Make reset remove the sequencer stateRamkumar Ramachandra
2011-03-15Merge branch 'jh/maint-do-not-track-non-branches'Junio C Hamano
2011-02-22Introduce CHERRY_PICK_HEADJay Soffian
2011-02-17branch/checkout --track: Ensure that upstream branch is indeed a branchJohan Herland