aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Tests: clean up submodule recursive helpersJonathan Tan2017-11-22
* Tests: clean up and document submodule helpersJonathan Tan2017-11-08
* RelNotes: the second batch post 2.15 comesJunio C Hamano2017-11-06
* Merge branch 'tg/deprecate-stash-save'Junio C Hamano2017-11-06
|\
| * stash: remove now superfluos help for "stash push"Thomas Gummerer2017-10-27
| * stash: mark "git stash save" deprecated in the man pageThomas Gummerer2017-10-27
| * stash: replace "git stash save" with "git stash push" in the documentationThomas Gummerer2017-10-27
* | Merge branch 'tb/complete-checkout'Junio C Hamano2017-11-06
|\ \
| * | completion: add remaining flags to checkoutThomas Braun2017-10-25
* | | Merge branch 'gc/gitweb-filetest-acl'Junio C Hamano2017-11-06
|\ \ \
| * | | gitweb: use filetest to allow ACLsGuillaume Castagnino2017-10-24
* | | | Merge branch 'mp/push-pushoption-config'Junio C Hamano2017-11-06
|\ \ \ \
| * | | | builtin/push.c: add push.pushOption configMarius Paliga2017-10-24
| | |_|/ | |/| |
* | | | Merge branch 'hv/fetch-moved-submodules-on-demand'Junio C Hamano2017-11-06
|\ \ \ \
| * | | | submodule: simplify decision tree whether to or not to fetchHeiko Voigt2017-10-17
| * | | | implement fetching of moved submodulesHeiko Voigt2017-10-17
| * | | | fetch: add test to make sure we stay backwards compatibleHeiko Voigt2017-10-08
* | | | | Merge branch 'jc/check-ref-format-oor'Junio C Hamano2017-11-06
|\ \ \ \ \
| * | | | | check-ref-format doc: --branch validates and expands <branch>Junio C Hamano2017-10-18
| * | | | | check-ref-format --branch: strip refs/heads/ using skip_prefixJunio C Hamano2017-10-18
| * | | | | check-ref-format --branch: do not expand @{...} outside repositoryJunio C Hamano2017-10-18
* | | | | | Merge branch 'jc/t5601-copy-workaround'Junio C Hamano2017-11-06
|\ \ \ \ \ \
| * | | | | | t5601: rm the target file of cp that could still be executingJunio C Hamano2017-10-17
* | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\ \ \ \ \ \ \
| * | | | | | | refs/files-backend: convert static functions to object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert read_raw_ref backends to struct object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert peel_object to struct object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert resolve_ref_unsafe to struct object_idbrian m. carlson2017-10-16
| * | | | | | | worktree: convert struct worktree to object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert resolve_gitlink_ref to struct object_idbrian m. carlson2017-10-16
| * | | | | | | Convert remaining callers of resolve_gitlink_ref to object_idbrian m. carlson2017-10-16
| * | | | | | | sha1_file: convert index_path and index_fd to struct object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert reflog_expire parameter to struct object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert read_ref_at to struct object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert peel_ref to struct object_idbrian m. carlson2017-10-16
| * | | | | | | builtin/pack-objects: convert to struct object_idbrian m. carlson2017-10-16
| * | | | | | | pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert dwim_log to struct object_idbrian m. carlson2017-10-16
| * | | | | | | builtin/reflog: convert remaining unsigned char uses to object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert resolve_refdup and refs_resolve_refdup to struct object_idbrian m. carlson2017-10-16
| * | | | | | | Convert check_connected to use struct object_idbrian m. carlson2017-10-16
| * | | | | | | refs: update ref transactions to use struct object_idbrian m. carlson2017-10-16
| * | | | | | | refs: prevent accidental NULL dereference in write_pseudorefbrian m. carlson2017-10-16
| * | | | | | | refs: convert update_ref and refs_update_ref to use struct object_idbrian m. carlson2017-10-16
| * | | | | | | refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-16
| * | | | | | | refs/files-backend: convert struct ref_to_prune to object_idbrian m. carlson2017-10-16
| * | | | | | | walker: convert to struct object_idbrian m. carlson2017-10-16
* | | | | | | | Merge branch 'jk/revision-pruning-optim'Junio C Hamano2017-11-06
|\ \ \ \ \ \ \ \