summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-01grep: make the behavior for NUL-byte in patterns saneÆvar Arnfjörð Bjarmason3-89/+110
2019-07-01grep tests: move binary pattern tests into their own fileÆvar Arnfjörð Bjarmason2-101/+114
2019-07-01grep tests: move "grep binary" alongside the restÆvar Arnfjörð Bjarmason2-0/+0
2019-07-01grep: inline the return value of a function call used only onceÆvar Arnfjörð Bjarmason1-3/+1
2019-07-01t4210: skip more command-line encoding tests on MinGWÆvar Arnfjörð Bjarmason1-4/+4
2019-07-01t5319: use 'test-tool path-utils' instead of 'ls -l'Derrick Stolee1-2/+2
2019-07-01t2203: avoid hard-coded object ID valuesbrian m. carlson1-2/+4
2019-07-01t1710: make hash independentbrian m. carlson1-17/+34
2019-07-01t1007: remove SHA1 prerequisitesbrian m. carlson1-26/+32
2019-07-01t0090: make test pass with SHA-256brian m. carlson1-2/+2
2019-07-01t0027: make hash size independentbrian m. carlson1-2/+4
2019-07-01t6030: make test work with SHA-256brian m. carlson1-15/+16
2019-07-01t5000: make hash independentbrian m. carlson2-5/+11
2019-07-01t1450: make hash size independentbrian m. carlson1-16/+25
2019-07-01t1410: make hash size independentbrian m. carlson1-8/+8
2019-07-01t: add helper to convert object IDs to pathsbrian m. carlson1-0/+6
2019-07-01git-prompt: improve cherry-pick/revert detectionPhillip Wood2-6/+51
2019-07-01t8014: remove unnecessary bracesMichael Platings1-6/+6
2019-07-01Document that 'git -C ""' works and doesn't change directorySZEDER Gábor1-1/+2
2019-07-01repack: disable bitmaps-by-default if .keep files existEric Wong2-2/+26
2019-07-01t0016: add 'remove' subcommand testChristian Couder1-0/+18
2019-07-01test-oidmap: remove 'add' subcommandChristian Couder1-15/+1
2019-07-01check_everything_connected: assume alternate ref tips are validJeff King5-0/+125
2019-07-01object-store.h: move for_each_alternate_ref() from transport.hJeff King5-100/+99
2019-07-01rebase --am: ignore rebase.rescheduleFailedExecJohannes Schindelin2-3/+15
2019-06-29l10n: it.po: remove an extra spaceCarmine Zaccagnino1-2/+2
2019-06-28blame: drop some unused function parametersJeff King1-4/+3
2019-06-28t7814: do not generate same commits in different reposNguyễn Thái Ngọc Duy1-1/+17
2019-06-28grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>"Ævar Arnfjörð Bjarmason4-8/+10
2019-06-28log tests: test regex backends in "--encode=<enc>" testsÆvar Arnfjörð Bjarmason1-1/+40
2019-06-28list-objects-filter-options: make parser voidMatthew DeVore2-8/+6
2019-06-28list-objects-filter-options: clean up use of ALLOC_GROWMatthew DeVore2-10/+29
2019-06-28list-objects-filter-options: allow mult. --filterMatthew DeVore7-10/+173
2019-06-28strbuf: give URL-encoding API a char predicate fnMatthew DeVore4-14/+23
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore9-70/+78
2019-06-28list-objects-filter-options: move error check upMatthew DeVore1-5/+4
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore7-8/+454
2019-06-28list-objects-filter-options: always supply *errbufMatthew DeVore1-13/+8
2019-06-28list-objects-filter: put omits set in filter structMatthew DeVore1-42/+26
2019-06-28list-objects-filter: encapsulate filter componentsMatthew DeVore3-89/+113
2019-06-27ref-filter.c: find disjoint pattern prefixesTaylor Blau2-26/+89
2019-06-27progress: use term_clear_line()SZEDER Gábor2-20/+14
2019-06-27rebase: fix garbled progress display with '-x'SZEDER Gábor2-5/+16
2019-06-27mingw: use Unicode functions explicitlyJohannes Schindelin3-6/+8
2019-06-27mingw: get pw_name in UTF-8 formatJohannes Schindelin1-2/+8
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingCesar Eduardo Barros2-0/+27
2019-06-27mingw: enable stack smashing protectorJohannes Schindelin1-1/+2
2019-06-27Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy4-22/+26
2019-06-27match-trees.c: remove the_repo from shift_tree*()Nguyễn Thái Ngọc Duy4-10/+12
2019-06-27tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()Nguyễn Thái Ngọc Duy3-14/+10