Age | Commit message (Expand) | Author | Files | Lines |
2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -1/+1 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -7/+7 |
2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -7/+7 |
2018-05-18 | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 1 | -3/+3 |
2018-05-18 | refspec: move refspec parsing logic into its own file | Brandon Williams | 1 | -0/+1 |
2017-12-27 | Merge branch 'ks/branch-cleanup' | Junio C Hamano | 1 | -2/+2 |
2017-12-07 | branch: group related arguments of create_branch() | Kaartic Sivaraam | 1 | -1/+1 |
2017-12-07 | branch: improve documentation and naming of create_branch() parameters | Kaartic Sivaraam | 1 | -2/+2 |
2017-11-28 | Merge branch 'jc/branch-name-sanity' | Junio C Hamano | 1 | -14/+30 |
2017-10-16 | refs: convert dwim_ref and expand_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-16 | refs: update ref transactions to use struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-13 | branch: split validate_new_branchname() into two | Junio C Hamano | 1 | -11/+23 |
2017-10-13 | branch: streamline "attr_only" handling in validate_new_branchname() | Junio C Hamano | 1 | -8/+12 |
2017-09-24 | refs: pass NULL to resolve_ref_unsafe() if hash is not needed | René Scharfe | 1 | -2/+1 |
2017-09-10 | Merge branch 'nd/worktree-kill-parse-ref' | Junio C Hamano | 1 | -2/+3 |
2017-08-24 | branch: fix branch renaming not updating HEADs correctly | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2017-08-17 | branch: quote branch/ref names to improve readability | Kaartic Sivaraam | 1 | -8/+8 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -8/+8 |
2017-05-16 | Merge branch 'nd/worktree-kill-parse-ref' | Junio C Hamano | 1 | -7/+8 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-02 | branch: convert to struct object_id | brian m. carlson | 1 | -8/+8 |
2017-04-24 | refs: kill set_worktree_head_symref() | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2017-04-24 | worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe() | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2017-03-30 | create_branch: use xstrfmt for reflog message | Jeff King | 1 | -5/+4 |
2017-03-30 | create_branch: move msg setup closer to point of use | Jeff King | 1 | -8/+9 |
2017-02-20 | branch: record creation of renamed branch in HEAD's log | Kyle Meyer | 1 | -2/+3 |
2017-01-31 | refs: add option core.logAllRefUpdates = always | Cornelius Weig | 1 | -1/+1 |
2016-11-28 | worktree.c: get_worktrees() takes a new flag argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-11-09 | create_branch: drop unused "head" parameter | Jeff King | 1 | -2/+1 |
2016-04-22 | worktree.c: check whether branch is rebased in another worktree | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2016-04-22 | worktree.c: make find_shared_symref() return struct worktree * | Nguyễn Thái Ngọc Duy | 1 | -6/+7 |
2016-04-22 | worktree.c: store "id" instead of "git_dir" | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2016-04-04 | branch -m: update all per-worktree HEADs | Kazuki Yamaguchi | 1 | -0/+23 |
2016-02-22 | config: rename git_config_set to git_config_set_gently | Patrick Steinhardt | 1 | -3/+3 |
2016-02-22 | branch: report errors in tracking branch setup | Patrick Steinhardt | 1 | -14/+36 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-10-02 | worktree: add top-level worktree.c | Michael Rappazzo | 1 | -78/+1 |
2015-08-25 | Merge branch 'dt/notes-multiple' | Junio C Hamano | 1 | -12/+34 |
2015-08-19 | Merge branch 'jk/git-path' | Junio C Hamano | 1 | -7/+7 |
2015-08-12 | Merge branch 'es/worktree-add-cleanup' | Junio C Hamano | 1 | -0/+67 |
2015-08-11 | worktrees: add find_shared_symref | David Turner | 1 | -12/+34 |
2015-08-10 | memoize common git-path "constant" files | Jeff King | 1 | -7/+7 |
2015-07-20 | branch: publish die_if_checked_out() | Eric Sunshine | 1 | -0/+67 |
2015-02-17 | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 1 | -2/+3 |
2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+1 |