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