summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | gc: fix regression in 7b0f229222 impacting --quietÆvar Arnfjörð Bjarmason2018-09-201-1/+1
| * | | | | | | | | | | commit-graph write: add progress outputÆvar Arnfjörð Bjarmason2018-09-172-3/+5
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ds/multi-pack-verify'Junio C Hamano2018-10-102-1/+21
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | fsck: verify multi-pack-indexDerrick Stolee2018-09-171-0/+18
| * | | | | | | | | | multi-pack-index: add 'verify' verbDerrick Stolee2018-09-171-1/+3
* | | | | | | | | | | Sync with 2.19.1Junio C Hamano2018-09-271-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Sync with 2.18.1Junio C Hamano2018-09-271-0/+1
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Sync with 2.17.2Junio C Hamano2018-09-271-0/+1
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | Sync with 2.16.5Junio C Hamano2018-09-271-0/+1
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Sync with 2.15.3Junio C Hamano2018-09-271-0/+1
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Sync with Git 2.14.4Junio C Hamano2018-09-271-0/+1
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | submodule--helper: use "--" to signal end of clone optionsJeff King2018-09-271-0/+1
* | | | | | | | | | | | | Merge branch 'en/update-ref-no-deref-stdin'Junio C Hamano2018-09-241-11/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | update-ref: allow --no-deref with --stdinElijah Newren2018-09-131-10/+13
| * | | | | | | | | | | | | update-ref: fix type of update_flags variable to match its usageElijah Newren2018-09-131-1/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'ms/remote-error-message-update'Junio C Hamano2018-09-241-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | builtin/remote: quote remote name on error to display empty nameShulhan2018-09-141-3/+3
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'nd/attr-pathspec-fix'Junio C Hamano2018-09-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | add: do not accept pathspec magic 'attr'Nguyễn Thái Ngọc Duy2018-09-211-1/+1
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'en/double-semicolon-fix'Junio C Hamano2018-09-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove superfluous trailing semicolonsElijah Newren2018-09-051-1/+1
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'tb/void-check-attr'Junio C Hamano2018-09-242-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Make git_check_attr() a void functionTorsten Bögershausen2018-09-132-4/+2
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano2018-09-171-7/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason2018-08-311-6/+12
| * | | | | | | | | | | | fetch: change "branch" to "reference" in --force -h outputÆvar Arnfjörð Bjarmason2018-08-311-1/+1
* | | | | | | | | | | | | Merge branch 'es/worktree-forced-ops-fix'Junio C Hamano2018-09-171-36/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | worktree: delete .git/worktrees if empty after 'remove'Eric Sunshine2018-08-301-1/+7
| * | | | | | | | | | | | | worktree: teach 'remove' to override lock when --force given twiceEric Sunshine2018-08-301-5/+6
| * | | | | | | | | | | | | worktree: teach 'move' to override lock when --force given twiceEric Sunshine2018-08-301-4/+9
| * | | | | | | | | | | | | worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine2018-08-301-2/+8
| * | | | | | | | | | | | | worktree: disallow adding same path multiple timesEric Sunshine2018-08-301-0/+25
| * | | | | | | | | | | | | worktree: prepare for more checks of whether path can become worktreeEric Sunshine2018-08-301-2/+7
| * | | | | | | | | | | | | worktree: generalize delete_git_dir() to reduce code duplicationEric Sunshine2018-08-301-16/+9
| * | | | | | | | | | | | | worktree: move delete_git_dir() earlier in file for upcoming new callersEric Sunshine2018-08-301-14/+14
* | | | | | | | | | | | | | Merge branch 'ds/commit-graph-tests'Junio C Hamano2018-09-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee2018-08-291-0/+4
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'rs/mailinfo-format-flowed'Junio C Hamano2018-09-171-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | mailinfo: support format=flowedRené Scharfe2018-08-291-0/+4
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jk/cocci'Junio C Hamano2018-09-1722-47/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | convert hashmap comparison functions to oideq()Jeff King2018-08-291-3/+3
| * | | | | | | | | | | | | | convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-293-4/+4
| * | | | | | | | | | | | | | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-296-8/+8
| * | | | | | | | | | | | | | convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-1/+1
| * | | | | | | | | | | | | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-2919-31/+31
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'es/format-patch-rangediff'Junio C Hamano2018-09-172-21/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | format-patch: allow --range-diff to apply to a lone-patchEric Sunshine2018-08-141-4/+5
| * | | | | | | | | | | | | | format-patch: add --creation-factor tweak for --range-diffEric Sunshine2018-08-141-1/+9
| * | | | | | | | | | | | | | format-patch: teach --range-diff to respect -v/--reroll-countEric Sunshine2018-08-141-1/+6
| * | | | | | | | | | | | | | format-patch: extend --range-diff to accept revision rangeEric Sunshine2018-08-141-3/+13