summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2018-11-21Merge branch 'tq/branch-style-fix' into maintJunio C Hamano
2018-11-21Merge branch 'tq/branch-create-wo-branch-get' into maintJunio C Hamano
2018-11-21Merge branch 'jk/check-everything-connected-is-long-gone' into maintJunio C Hamano
2018-11-21Merge branch 'en/double-semicolon-fix' into maintJunio C Hamano
2018-11-21Merge branch 'tb/void-check-attr' into maintJunio C Hamano
2018-11-21Merge branch 'jk/detect-truncated-zlib-input' into maintJunio C Hamano
2018-11-21Merge branch 'md/exclude-promisor-objects-fix' into maintJunio C Hamano
2018-11-21Merge branch 'js/shallow-and-fetch-prune' into maintJunio C Hamano
2018-11-21Merge branch 'jc/receive-deny-current-branch-fix' into maintJunio C Hamano
2018-11-21Merge branch 'js/pack-objects-mutex-init-fix' into maintJunio C Hamano
2018-11-21Merge branch 'en/status-multiple-renames-to-the-same-target-fix' into maintJunio C Hamano
2018-11-21Merge branch 'ds/commit-graph-with-grafts' into maintJunio C Hamano
2018-11-21Merge branch 'en/update-ref-no-deref-stdin' into maintJunio C Hamano
2018-11-21Merge branch 'ms/remote-error-message-update' into maintJunio C Hamano
2018-11-21Merge branch 'nd/attr-pathspec-fix' into maintJunio C Hamano
2018-11-21Merge branch 'jk/trailer-fixes' into maintJunio C Hamano
2018-10-31Adjust for 2.19.x seriesJunio C Hamano
2018-10-31cat-file: handle streaming failures consistentlyJeff King
2018-10-25repack -ad: prune the list of shallow commitsJohannes Schindelin
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore
2018-10-19receive: denyCurrentBranch=updateinstead should not blindly updateJunio C Hamano
2018-10-19pack-objects (mingw): initialize `packing_data` mutex in the correct spotJohannes Schindelin
2018-10-18branch: trivial style fixTao Qingyun
2018-10-18builtin/branch.c: remove useless branch_getTao Qingyun
2018-09-27commit: fix erroneous BUG, 'multiple renames on the same target? how?'Elijah Newren
2018-09-27Sync with 2.18.1Junio C Hamano
2018-09-27Sync with 2.17.2Junio C Hamano
2018-09-27Sync with 2.16.5Junio C Hamano
2018-09-27Sync with 2.15.3Junio C Hamano
2018-09-27Sync with Git 2.14.4Junio C Hamano
2018-09-27submodule--helper: use "--" to signal end of clone optionsJeff King
2018-09-25receive-pack: update comment with check_everything_connectedJeff King
2018-09-21add: do not accept pathspec magic 'attr'Nguyễn Thái Ngọc Duy
2018-09-14builtin/remote: quote remote name on error to display empty nameShulhan
2018-09-12update-ref: allow --no-deref with --stdinElijah Newren
2018-09-12update-ref: fix type of update_flags variable to match its usageElijah Newren
2018-09-12Make git_check_attr() a void functionTorsten Bögershausen
2018-09-07Revert "Merge branch 'sb/submodule-core-worktree'"Jonathan Nieder
2018-09-05Remove superfluous trailing semicolonsElijah Newren
2018-09-04Merge branch 'en/directory-renames-nothanks'Junio C Hamano
2018-08-30am: avoid directory rename detection when calling recursive merge machineryElijah Newren
2018-08-27Merge branch 'ja/i18n-message-fixes'Junio C Hamano
2018-08-27Merge branch 'js/range-diff'Junio C Hamano
2018-08-27Merge branch 'rs/opt-updates'Junio C Hamano
2018-08-27Merge branch 'ep/worktree-quiet-option'Junio C Hamano
2018-08-27Merge branch 'sm/branch-sort-config'Junio C Hamano
2018-08-27range-diff: update stale summary of --no-dual-colorKyle Meyer
2018-08-23i18n: fix mistakes in translated stringsJean-Noël Avila
2018-08-23interpret-trailers: allow suppressing "---" dividerJeff King