| Commit message (Expand) | Author | Age |
* | Merge branch 'nd/worktree-kill-parse-ref' | Junio C Hamano | 2017-05-16 |
|\ |
|
| * | refs: kill set_worktree_head_symref() | Nguyễn Thái Ngọc Duy | 2017-04-24 |
| * | worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe() | Nguyễn Thái Ngọc Duy | 2017-04-24 |
* | | create_branch: use xstrfmt for reflog message | Jeff King | 2017-03-30 |
* | | create_branch: move msg setup closer to point of use | Jeff King | 2017-03-30 |
|/ |
|
* | branch: record creation of renamed branch in HEAD's log | Kyle Meyer | 2017-02-20 |
* | refs: add option core.logAllRefUpdates = always | Cornelius Weig | 2017-01-31 |
* | worktree.c: get_worktrees() takes a new flag argument | Nguyễn Thái Ngọc Duy | 2016-11-28 |
* | create_branch: drop unused "head" parameter | Jeff King | 2016-11-09 |
* | worktree.c: check whether branch is rebased in another worktree | Nguyễn Thái Ngọc Duy | 2016-04-22 |
* | worktree.c: make find_shared_symref() return struct worktree * | Nguyễn Thái Ngọc Duy | 2016-04-22 |
* | worktree.c: store "id" instead of "git_dir" | Nguyễn Thái Ngọc Duy | 2016-04-22 |
* | branch -m: update all per-worktree HEADs | Kazuki Yamaguchi | 2016-04-04 |
* | config: rename git_config_set to git_config_set_gently | Patrick Steinhardt | 2016-02-22 |
* | branch: report errors in tracking branch setup | Patrick Steinhardt | 2016-02-22 |
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 |
* | worktree: add top-level worktree.c | Michael Rappazzo | 2015-10-02 |
* | Merge branch 'dt/notes-multiple' | Junio C Hamano | 2015-08-25 |
|\ |
|
| * | worktrees: add find_shared_symref | David Turner | 2015-08-11 |
* | | Merge branch 'jk/git-path' | Junio C Hamano | 2015-08-19 |
|\ \ |
|
| * | | memoize common git-path "constant" files | Jeff King | 2015-08-10 |
* | | | Merge branch 'es/worktree-add-cleanup' | Junio C Hamano | 2015-08-12 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | branch: publish die_if_checked_out() | Eric Sunshine | 2015-07-20 |
* | | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 |
|/ |
|
* | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 2014-10-15 |
* | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 2014-10-15 |
* | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 2014-09-11 |
|\ |
|
| * | branch.c: use ref transaction for all ref updates | Ronnie Sahlberg | 2014-09-03 |
* | | branch.c: replace `git_config()` with `git_config_get_string() | Tanay Abhra | 2014-08-07 |
* | | change `git_config()` return value to void | Tanay Abhra | 2014-08-07 |
* | | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 |
|/ |
|
* | Merge branch 'an/branch-config-message' | Junio C Hamano | 2014-03-31 |
|\ |
|
| * | branch.c: install_branch_config: simplify if chain | Adam | 2014-03-24 |
* | | Merge branch 'bg/install-branch-config-skip-prefix' | Junio C Hamano | 2014-03-18 |
|\ \ |
|
| * | | branch: use skip_prefix() in install_branch_config() | Brian Gesiak | 2014-03-06 |
| |/ |
|
* | | Merge branch 'jn/branch-lift-unnecessary-name-length-limit' | Junio C Hamano | 2014-03-18 |
|\ \
| |/
|/| |
|
| * | branch.c: delete size check of newly tracked branch names | Jacopo Notarstefano | 2014-03-05 |
| * | Merge branch 'jh/checkout-auto-tracking' into maint | Junio C Hamano | 2013-10-23 |
| |\ |
|
* | | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
* | | | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 2013-09-20 |
|\ \ \ |
|
| * | | | refs: report ref type from lock_any_ref_for_update | Brad King | 2013-08-30 |
| |/ / |
|
* | | | Merge branch 'jh/checkout-auto-tracking' | Junio C Hamano | 2013-09-20 |
|\ \ \
| | |/
| |/| |
|
| * | | branch.c: Relax unnecessary requirement on upstream's remote ref name | Per Cederqvist | 2013-09-09 |
* | | | branch: trivial style fix | Felipe Contreras | 2013-08-30 |
| |/
|/| |
|
* | | Merge branch 'jh/checkout-auto-tracking' | Junio C Hamano | 2013-05-29 |
|\ \
| |/ |
|
| * | branch.c: Validate tracking branches with refspecs instead of refs/remotes/* | Johan Herland | 2013-04-21 |
* | | i18n: branch: mark strings for translation | Jiang Xin | 2013-04-15 |
|/ |
|
* | branch: give advice when tracking start-point is missing | Jeff King | 2013-04-02 |
* | branch: mention start_name in set-upstream error messages | Jeff King | 2013-04-02 |