summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Merge branch 'jt/partial-clone-missing-ref-delta-base'Junio C Hamano2-15/+123
2019-06-21Merge branch 'ml/userdiff-rust'Junio C Hamano7-0/+29
2019-06-21l10n: ru.po: update Russian translationDimitriy Ryazantcev1-4362/+7296
2019-06-21tests: make GIT_TEST_FAIL_PREREQS a booleanÆvar Arnfjörð Bjarmason4-12/+27
2019-06-21tests: replace test_tristate with "git env--helper"Ævar Arnfjörð Bjarmason5-70/+22
2019-06-21tests README: re-flow a previously changed paragraphÆvar Arnfjörð Bjarmason1-4/+4
2019-06-21tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason12-18/+46
2019-06-21t6040 test: stop using global "script" variableÆvar Arnfjörð Bjarmason1-3/+3
2019-06-21config.c: refactor die_bad_number() to not call gettext() earlyÆvar Arnfjörð Bjarmason1-9/+10
2019-06-21env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason6-0/+182
2019-06-21pull: add --[no-]show-forced-updates passthroughDerrick Stolee1-0/+7
2019-06-21fetch: warn about forced updates in branch listingDerrick Stolee4-1/+31
2019-06-21fetch: add --[no-]show-forced-updates argumentDerrick Stolee4-1/+51
2019-06-21status: ignore status.aheadbehind in porcelain formatsJeff Hostetler2-8/+14
2019-06-21status: warn when a/b calculation takes too longJeff Hostetler4-0/+26
2019-06-21status: add status.aheadbehind settingJeff Hostetler4-1/+56
2019-06-21status: remove the empty line after hintsJohn Lin4-85/+0
2019-06-20config tests: simplify include cycle testÆvar Arnfjörð Bjarmason1-14/+7
2019-06-20msvc: update Makefile to allow for spaces in the compiler pathJeff Hostetler1-1/+1
2019-06-20msvc: fix detect_msys_tty()Jeff Hostetler1-0/+13
2019-06-20msvc: define ftello()Jeff Hostetler1-0/+2
2019-06-20msvc: do not re-declare the timespec structJeff Hostetler1-0/+2
2019-06-20msvc: mark a variable as non-constJeff Hostetler1-1/+4
2019-06-20msvc: define O_ACCMODEPhilip Oakley1-0/+2
2019-06-20msvc: include sigset_t definitionPhilip Oakley1-0/+2
2019-06-20msvc: fix dependencies of compat/msvc.cJohannes Schindelin1-0/+2
2019-06-20mingw: replace mingw_startup() hackJohannes Schindelin3-31/+47
2019-06-20obstack: fix compiler warningJohannes Schindelin1-1/+1
2019-06-20cache-tree/blame: avoid reusing the DEBUG constantJeff Hostetler2-10/+10
2019-06-20t0001 (mingw): do not expect a specific order of stdout/stderrJohannes Schindelin1-2/+2
2019-06-20Mark .bat files as requiring CR/LF endingsJohannes Schindelin1-0/+1
2019-06-20mingw: fix a typo in the msysGit-specific sectionJohannes Schindelin1-1/+1
2019-06-20fetch-pack: print server version at the top in -v -vNguyễn Thái Ngọc Duy1-6/+7
2019-06-20fetch-pack: print all relevant supported capabilities with -v -vNguyễn Thái Ngọc Duy1-9/+21
2019-06-20fetch-pack: move capability names out of i18n stringsNguyễn Thái Ngọc Duy1-9/+9
2019-06-20blame: add a test to cover blame_coalesce()Barret Rhoden1-0/+36
2019-06-20blame: use the fingerprint heuristic to match ignored linesBarret Rhoden2-8/+55
2019-06-20blame: add a fingerprint heuristic to match ignored linesMichael Platings2-0/+1082
2019-06-20completion: disable dwim on "git switch -d"Nguyễn Thái Ngọc Duy1-0/+4
2019-06-20switch: allow to switch in the middle of bisectNguyễn Thái Ngọc Duy1-3/+1
2019-06-20t2027: use test_must_be_emptyNguyễn Thái Ngọc Duy1-3/+2
2019-06-20delta-islands: respect progress flagJeff King3-4/+5
2019-06-20rev-list: teach --no-object-names to enable pipingEmily Shaffer4-1/+49
2019-06-20hashmap: convert sha1hash() to oidhash()Jeff King8-11/+13
2019-06-20hash.h: move object_id definition from cache.hJeff King2-24/+24
2019-06-20khash: rename oid helper functionsJeff King1-5/+5
2019-06-20khash: drop sha1-specific map typesJeff King1-8/+0
2019-06-20pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King3-12/+12
2019-06-20delta-islands: convert island_marks khash to use oidsJeff King1-11/+11
2019-06-20khash: rename kh_oid_t to kh_oid_setJeff King3-9/+9