summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* t2020: test variations that matterar/unconfuse-three-dotsJunio C Hamano2017-12-061-3/+3
* t4013: test new output from diff --abbrev --rawAnn T Ropea2017-12-0615-1/+253
* diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 valueAnn T Ropea2017-12-061-1/+7
* t4013: prepare for upcoming "diff --raw --abbrev" output format changeAnn T Ropea2017-12-061-6/+23
* checkout: describe_detached_head: remove ellipsis after committishAnn T Ropea2017-12-063-3/+132
* print_sha1_ellipsis: introduce helperAnn T Ropea2017-12-046-3/+33
* Documentation: user-manual: limit usage of ellipsisAnn T Ropea2017-12-041-10/+10
* Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line wit...Ann T Ropea2017-12-041-1/+1
* 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