summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tests: clean up submodule recursive helpersjt/submodule-tests-cleanupJonathan Tan2017-11-221-218/+125
* Tests: clean up and document submodule helpersJonathan Tan2017-11-081-205/+46
* RelNotes: the second batch post 2.15 comesJunio C Hamano2017-11-062-4/+46
* Merge branch 'tg/deprecate-stash-save'Junio C Hamano2017-11-064-23/+15
|\
| * stash: remove now superfluos help for "stash push"Thomas Gummerer2017-10-271-12/+1
| * stash: mark "git stash save" deprecated in the man pageThomas Gummerer2017-10-271-3/+6
| * stash: replace "git stash save" with "git stash push" in the documentationThomas Gummerer2017-10-274-13/+13
* | Merge branch 'tb/complete-checkout'Junio C Hamano2017-11-062-1/+6
|\ \
| * | completion: add remaining flags to checkouttb/complete-checkoutThomas Braun2017-10-252-1/+6
* | | Merge branch 'gc/gitweb-filetest-acl'Junio C Hamano2017-11-061-0/+2
|\ \ \
| * | | gitweb: use filetest to allow ACLsgc/gitweb-filetest-aclGuillaume Castagnino2017-10-241-0/+2
* | | | Merge branch 'mp/push-pushoption-config'Junio C Hamano2017-11-064-7/+135
|\ \ \ \
| * | | | builtin/push.c: add push.pushOption configmp/push-pushoption-configMarius Paliga2017-10-244-7/+135
| | |_|/ | |/| |
* | | | Merge branch 'hv/fetch-moved-submodules-on-demand'Junio C Hamano2017-11-063-70/+210
|\ \ \ \
| * | | | submodule: simplify decision tree whether to or not to fetchhv/fetch-moved-submodules-on-demandHeiko Voigt2017-10-171-37/+37
| * | | | implement fetching of moved submodulesHeiko Voigt2017-10-173-38/+138
| * | | | fetch: add test to make sure we stay backwards compatibleHeiko Voigt2017-10-081-1/+41
* | | | | Merge branch 'jc/check-ref-format-oor'Junio C Hamano2017-11-064-4/+32
|\ \ \ \ \
| * | | | | check-ref-format doc: --branch validates and expands <branch>jc/check-ref-format-oorJunio C Hamano2017-10-181-1/+8
| * | | | | check-ref-format --branch: strip refs/heads/ using skip_prefixJunio C Hamano2017-10-181-2/+4
| * | | | | check-ref-format --branch: do not expand @{...} outside repositoryJunio C Hamano2017-10-182-1/+20
* | | | | | Merge branch 'jc/t5601-copy-workaround'Junio C Hamano2017-11-061-0/+2
|\ \ \ \ \ \
| * | | | | | t5601: rm the target file of cp that could still be executingjc/t5601-copy-workaroundJunio C Hamano2017-10-171-0/+2
* | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-0670-554/+544
|\ \ \ \ \ \ \
| * | | | | | | refs/files-backend: convert static functions to object_idbrian m. carlson2017-10-161-28/+28
| * | | | | | | refs: convert read_raw_ref backends to struct object_idbrian m. carlson2017-10-164-17/+18
| * | | | | | | refs: convert peel_object to struct object_idbrian m. carlson2017-10-164-11/+11
| * | | | | | | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-169-38/+36
| * | | | | | | worktree: convert struct worktree to object_idbrian m. carlson2017-10-163-5/+5
| * | | | | | | refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-169-13/+13
| * | | | | | | Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson2017-10-164-13/+13
| * | | | | | | sha1_file: convert index_path and index_fd to struct object_idbrian m. carlson2017-10-161-15/+15
| * | | | | | | refs: convert reflog_expire parameter to struct object_idbrian m. carlson2017-10-166-18/+15
| * | | | | | | refs: convert read_ref_at to struct object_idbrian m. carlson2017-10-164-21/+21
| * | | | | | | refs: convert peel_ref to struct object_idbrian m. carlson2017-10-167-17/+17
| * | | | | | | builtin/pack-objects: convert to struct object_idbrian m. carlson2017-10-161-67/+68
| * | | | | | | pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson2017-10-164-11/+11
| * | | | | | | refs: convert dwim_log to struct object_idbrian m. carlson2017-10-165-9/+9
| * | | | | | | builtin/reflog: convert remaining unsigned char uses to object_idbrian m. carlson2017-10-161-9/+9
| * | | | | | | refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-1615-24/+25
| * | | | | | | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-1619-47/+46
| * | | | | | | refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson2017-10-1612-20/+20
| * | | | | | | Convert check_connected to use struct object_idbrian m. carlson2017-10-165-20/+20
| * | | | | | | refs: update ref transactions to use struct object_idbrian m. carlson2017-10-1615-71/+69
| * | | | | | | refs: prevent accidental NULL dereference in write_pseudorefbrian m. carlson2017-10-161-0/+3
| * | | | | | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-1617-74/+65
| * | | | | | | refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-169-25/+26
| * | | | | | | refs/files-backend: convert struct ref_to_prune to object_idbrian m. carlson2017-10-161-3/+3
| * | | | | | | walker: convert to struct object_idbrian m. carlson2017-10-161-12/+12
* | | | | | | | Merge branch 'jk/revision-pruning-optim'Junio C Hamano2017-11-062-3/+14
|\ \ \ \ \ \ \ \