summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-24repo-settings: read an int for index.versionLibravatar Derrick Stolee2-1/+5
2019-10-24apply: respect merge.conflictStyle in --3wayLibravatar Denton Liu2-2/+2
2019-10-24t4108: demonstrate bug in applyLibravatar Denton Liu1-2/+11
2019-10-24t4108: use `test_config` instead of `git config`Libravatar Denton Liu1-1/+1
2019-10-24t4108: remove git command upstream of pipeLibravatar Denton Liu1-6/+7
2019-10-24t4108: replace create_file with test_write_linesLibravatar Denton Liu1-17/+10
2019-10-24ci: fix GCC install in the Travis CI GCC OSX jobLibravatar SZEDER Gábor1-0/+1
2019-10-23Eleventh batchLibravatar Junio C Hamano1-0/+10
2019-10-23Merge branch 'cb/pcre2-chartables-leakfix'Libravatar Junio C Hamano3-3/+47
2019-10-23Merge branch 'bc/smart-http-atomic-push'Libravatar Junio C Hamano5-3/+62
2019-10-23Merge branch 'wb/fsmonitor-bitmap-fix'Libravatar Junio C Hamano3-5/+65
2019-10-23Merge branch 'sb/userdiff-dts'Libravatar Junio C Hamano5-2/+33
2019-10-23Merge branch 'sg/progress-fix'Libravatar Junio C Hamano1-1/+1
2019-10-23Merge branch 'nr/diff-highlight-indent-fix'Libravatar Junio C Hamano1-1/+1
2019-10-23Merge branch 'mb/clarify-zsh-completion-doc'Libravatar Junio C Hamano1-2/+3
2019-10-23path.c: don't call the match function without value in trie_find()Libravatar SZEDER Gábor2-5/+8
2019-10-23path.c: clarify two field names in 'struct common_dir'Libravatar SZEDER Gábor1-33/+33
2019-10-23path.c: mark 'logs/HEAD' in 'common_list' as fileLibravatar SZEDER Gábor1-1/+1
2019-10-23path.c: clarify trie_find()'s in-code commentLibravatar SZEDER Gábor1-17/+28
2019-10-23Documentation: mention more worktree-specific exceptionsLibravatar SZEDER Gábor1-5/+5
2019-10-23multi-pack-index: add [--[no-]progress] option.Libravatar William Baker3-6/+87
2019-10-23midx: honor the MIDX_PROGRESS flag in midx_repackLibravatar William Baker1-0/+6
2019-10-23midx: honor the MIDX_PROGRESS flag in verify_midx_fileLibravatar William Baker1-8/+12
2019-10-23midx: add progress to expire_midx_packsLibravatar William Baker1-0/+12
2019-10-23midx: add progress to write_midx_fileLibravatar William Baker1-4/+21
2019-10-23midx: add MIDX_PROGRESS flagLibravatar William Baker4-13/+15
2019-10-23ci(osx): use new location of the `perforce` caskLibravatar Johannes Schindelin1-0/+5
2019-10-23t604[236]: do not run setup in separate testsLibravatar Elijah Newren3-319/+393
2019-10-23merge-recursive: fix merging a subdirectory into the root directoryLibravatar Elijah Newren2-3/+163
2019-10-23merge-recursive: clean up get_renamed_dir_portion()Libravatar Elijah Newren1-24/+36
2019-10-23doc: am --show-current-patch gives an entire e-mail messageLibravatar Junio C Hamano1-1/+1
2019-10-23t7419: change test_must_fail to ! for grepLibravatar Denton Liu1-3/+3
2019-10-23t4014: make output-directory tests self-containedLibravatar Bert Wesarg1-5/+8
2019-10-23Merge branch 'js/azure-pipelines-msvc'Libravatar Junio C Hamano1-2/+2
2019-10-23ci(visual-studio): actually run the tests in parallelLibravatar Johannes Schindelin1-1/+1
2019-10-23ci(visual-studio): use strict compile flags, and optimizationLibravatar Johannes Schindelin1-1/+1
2019-10-22l10n: it.po: update the Italian translation for Git 2.24.0Libravatar Alessandro Menti1-2427/+2565
2019-10-22Merge branch 'master' of github.com:jnavila/git into git-po-masterLibravatar Jiang Xin1-2430/+2510
2019-10-22Merge branch 'master' of github.com:alshopov/git-po into git-po-masterLibravatar Jiang Xin1-2425/+2560
2019-10-21l10n: fr 2.24.0 rnd 1Libravatar Jean-Noël Avila1-2430/+2510
2019-10-21Merge remote-tracking branch 'git-po/master' into git-po-masterLibravatar Jiang Xin2-527/+539
2019-10-21l10n: git.pot: v2.24.0 round 1 (35 new, 16 removed)Libravatar Jiang Xin1-2397/+2484
2019-10-21userdiff: fix some corner cases in dts regexLibravatar Stephen Boyd5-2/+33
2019-10-21builtin/blame.c: constants into bit shift formatLibravatar Hariom Verma1-12/+12
2019-10-21rebase: hide --preserve-merges optionLibravatar Denton Liu1-3/+4
2019-10-21test-progress: fix test failures on big-endian systemsLibravatar SZEDER Gábor1-1/+1
2019-10-19l10n: bg.po: Updated Bulgarian translation (4693)Libravatar Alexander Shopov1-2425/+2560
2019-10-18completion: clarify installation instruction for zshLibravatar Maxim Belsky1-2/+3
2019-10-18Git 2.24-rc0Libravatar Junio C Hamano2-1/+18
2019-10-18Merge branch 'rs/remote-curl-use-argv-array'Libravatar Junio C Hamano1-13/+9