Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mp/push-pushoption-config' | Junio C Hamano | 2017-11-06 | 1 | -5/+21 |
|\ | |||||
| * | builtin/push.c: add push.pushOption configmp/push-pushoption-config | Marius Paliga | 2017-10-24 | 1 | -5/+21 |
* | | Merge branch 'jc/check-ref-format-oor' | Junio C Hamano | 2017-11-06 | 1 | -2/+4 |
|\ \ | |||||
| * | | check-ref-format --branch: strip refs/heads/ using skip_prefix | Junio C Hamano | 2017-10-18 | 1 | -2/+4 |
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 | 30 | -179/+179 |
|\ \ \ | |||||
| * | | | refs: convert resolve_ref_unsafe to struct object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
| * | | | worktree: convert struct worktree to object_id | brian m. carlson | 2017-10-16 | 1 | -3/+3 |
| * | | | refs: convert resolve_gitlink_ref to struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |
| * | | | refs: convert reflog_expire parameter to struct object_id | brian m. carlson | 2017-10-16 | 1 | -3/+3 |
| * | | | refs: convert read_ref_at to struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |
| * | | | refs: convert peel_ref to struct object_id | brian m. carlson | 2017-10-16 | 3 | -4/+4 |
| * | | | builtin/pack-objects: convert to struct object_id | brian m. carlson | 2017-10-16 | 1 | -67/+68 |
| * | | | pack-bitmap: convert traverse_bitmap_commit_list to object_id | brian m. carlson | 2017-10-16 | 2 | -6/+6 |
| * | | | refs: convert dwim_log to struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |
| * | | | builtin/reflog: convert remaining unsigned char uses to object_id | brian m. carlson | 2017-10-16 | 1 | -9/+9 |
| * | | | refs: convert dwim_ref and expand_ref to struct object_id | brian m. carlson | 2017-10-16 | 6 | -6/+6 |
| * | | | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 2017-10-16 | 6 | -12/+12 |
| * | | | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 2017-10-16 | 9 | -13/+13 |
| * | | | Convert check_connected to use struct object_id | brian m. carlson | 2017-10-16 | 3 | -9/+9 |
| * | | | refs: update ref transactions to use struct object_id | brian m. carlson | 2017-10-16 | 7 | -13/+13 |
| * | | | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 2017-10-16 | 8 | -31/+30 |
| * | | | refs: convert delete_ref and refs_delete_ref to struct object_id | brian m. carlson | 2017-10-16 | 5 | -5/+5 |
* | | | | Merge branch 'wk/pull-signoff' | Junio C Hamano | 2017-11-06 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | pull: pass --signoff/--no-signoff to "git merge"wk/pull-signoff | W. Trevor King | 2017-10-13 | 1 | -0/+6 |
| |/ / / | |||||
* | | | | Merge branch 'pc/submodule-helper' | Junio C Hamano | 2017-11-06 | 1 | -17/+256 |
|\ \ \ \ | |||||
| * | | | | submodule: port submodule subcommand 'status' from shell to C | Prathamesh Chavan | 2017-10-07 | 1 | -0/+198 |
| * | | | | submodule--helper: introduce for_each_listed_submodule() | Prathamesh Chavan | 2017-10-07 | 1 | -5/+35 |
| * | | | | submodule--helper: introduce get_submodule_displaypath() | Prathamesh Chavan | 2017-10-02 | 1 | -12/+23 |
* | | | | | Merge branch 'pb/bisect-helper' | Junio C Hamano | 2017-11-06 | 1 | -6/+131 |
|\ \ \ \ \ | |||||
| * | | | | | bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in Cpb/bisect-helper | Pranit Bauva | 2017-10-06 | 1 | -1/+33 |
| * | | | | | bisect--helper: `bisect_clean_state` shell function in C | Pranit Bauva | 2017-10-06 | 1 | -1/+9 |
| * | | | | | bisect--helper: `write_terms` shell function in C | Pranit Bauva | 2017-10-06 | 1 | -7/+29 |
| * | | | | | bisect--helper: rewrite `check_term_format` shell function in C | Pranit Bauva | 2017-10-06 | 1 | -1/+59 |
| * | | | | | bisect--helper: use OPT_CMDMODE instead of OPT_BOOL | Pranit Bauva | 2017-10-06 | 1 | -6/+11 |
* | | | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-11-06 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | grep: take the read-lock when adding a submodulebw/grep-recurse-submodules | Martin Ă…gren | 2017-11-02 | 1 | -0/+2 |
* | | | | | | | Merge branch 'ao/check-resolve-ref-unsafe-result' | Junio C Hamano | 2017-11-06 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | commit: check result of resolve_ref_unsafeao/check-resolve-ref-unsafe-result | Andrey Okoshkin | 2017-10-21 | 1 | -0/+2 |
| * | | | | | | | Merge branch 'jk/ref-filter-colors-fix' into maint | Junio C Hamano | 2017-10-18 | 6 | -5/+8 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'sb/branch-avoid-repeated-strbuf-release' into maint | Junio C Hamano | 2017-10-18 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'mg/timestamp-t-fix' into maint | Junio C Hamano | 2017-10-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jk/diff-blob' into maint | Junio C Hamano | 2017-10-18 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/describe-omit-some-refs' into maint | Junio C Hamano | 2017-10-18 | 1 | -3/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'aw/gc-lockfile-fscanf-fix' into maint | Junio C Hamano | 2017-10-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'rk/commit-tree-make-F-verbatim' into maint | Junio C Hamano | 2017-10-18 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mh/packed-ref-store-prep' into maint | Junio C Hamano | 2017-10-18 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/misc-resolve-ref-unsafe-fixes' | Junio C Hamano | 2017-11-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | remote: handle broken symrefs | Jeff King | 2017-10-21 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Merge branch 'jc/no-cmd-as-subroutine' | Junio C Hamano | 2017-11-06 | 2 | -13/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | merge-ours: do not use cmd_*() as a subroutinejc/no-cmd-as-subroutine | Junio C Hamano | 2017-10-11 | 1 | -9/+7 |