summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-29Merge branch 'sb/reset-recurse-submodules'Libravatar Junio C Hamano6-12/+96
2017-05-29wildmatch test: remove redundant duplicate testLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2017-05-29doc: filter-branch does not require re-export of varsLibravatar Andreas Heiduk1-4/+1
2017-05-26grep: assert that threading is enabled when calling grep_{lock,unlock}Libravatar Ævar Arnfjörð Bjarmason1-4/+4
2017-05-26grep: given --threads with NO_PTHREADS=YesPlease, warnLibravatar Ævar Arnfjörð Bjarmason2-0/+31
2017-05-26pack-objects: fix buggy warning about threadsLibravatar Ævar Arnfjörð Bjarmason2-2/+4
2017-05-26pack-objects & index-pack: add test for --threads warningLibravatar Ævar Arnfjörð Bjarmason1-0/+36
2017-05-26test-lib: add a PTHREADS prerequisiteLibravatar Ævar Arnfjörð Bjarmason3-0/+6
2017-05-26grep: move is_fixed() earlier to avoid forward declarationLibravatar Ævar Arnfjörð Bjarmason1-12/+12
2017-05-26grep: change internal *pcre* variable & function names to be *pcre1*Libravatar Ævar Arnfjörð Bjarmason2-30/+30
2017-05-26grep: change the internal PCRE macro names to be PCRE1Libravatar Ævar Arnfjörð Bjarmason4-7/+7
2017-05-26grep: factor test for \0 in grep patterns into a functionLibravatar Ævar Arnfjörð Bjarmason1-7/+15
2017-05-26grep: remove redundant regflags assignmentsLibravatar Ævar Arnfjörð Bjarmason1-5/+1
2017-05-26grep: catch a missing enum in switch statementLibravatar Ævar Arnfjörð Bjarmason1-0/+2
2017-05-26perf: add a comparison test of log --grep regex engines with -FLibravatar Ævar Arnfjörð Bjarmason1-0/+44
2017-05-26perf: add a comparison test of log --grep regex enginesLibravatar Ævar Arnfjörð Bjarmason1-0/+53
2017-05-26perf: add a comparison test of grep regex engines with -FLibravatar Ævar Arnfjörð Bjarmason1-0/+41
2017-05-26perf: add a comparison test of grep regex enginesLibravatar Ævar Arnfjörð Bjarmason1-0/+56
2017-05-26connect.c: fix leak in parse_one_symref_info()Libravatar Jeff King1-1/+1
2017-05-26docs/config.txt: fix indefinite article in core.fileMode descriptionLibravatar SZEDER Gábor1-1/+1
2017-05-26Windows: do not treat a path with backslashes as a remote's nick nameLibravatar Johannes Sixt1-1/+6
2017-05-25blame: move entry prepend to libgitLibravatar Jeff Smith3-14/+18
2017-05-25blame: move scoreboard setup to libgitLibravatar Jeff Smith3-284/+281
2017-05-25blame: move scoreboard-related methods to libgitLibravatar Jeff Smith3-1318/+1324
2017-05-25blame: move fake-commit-related methods to libgitLibravatar Jeff Smith3-199/+205
2017-05-25blame: move origin-related methods to libgitLibravatar Jeff Smith4-72/+78
2017-05-25blame: move core structures to headerLibravatar Jeff Smith2-133/+144
2017-05-25blame: create entry prepend functionLibravatar Jeff Smith1-10/+15
2017-05-25blame: create scoreboard setup functionLibravatar Jeff Smith1-89/+101
2017-05-25blame: create scoreboard init functionLibravatar Jeff Smith1-3/+8
2017-05-25blame: rework methods that determine 'final' commitLibravatar Jeff Smith1-26/+23
2017-05-25blame: wrap blame_sort and compare_blame_finalLibravatar Jeff Smith1-8/+9
2017-05-25blame: move progress updates to a scoreboard callbackLibravatar Jeff Smith1-10/+17
2017-05-24cache_ref_iterator_begin(): avoid priming unneeded directoriesLibravatar Michael Haggerty1-10/+85
2017-05-24blame: make sanity_check use a callback in scoreboardLibravatar Jeff Smith1-8/+19
2017-05-24blame: move no_whole_file_rename flag to scoreboardLibravatar Jeff Smith1-1/+3
2017-05-24blame: move xdl_opts flags to scoreboardLibravatar Jeff Smith1-3/+5
2017-05-24blame: move show_root flag to scoreboardLibravatar Jeff Smith1-1/+4
2017-05-24blame: move reverse flag to scoreboardLibravatar Jeff Smith1-9/+14
2017-05-24blame: move contents_from to scoreboardLibravatar Jeff Smith1-0/+4
2017-05-24blame: move copy/move thresholds to scoreboardLibravatar Jeff Smith1-18/+23
2017-05-24blame: move stat counters to scoreboardLibravatar Jeff Smith1-17/+17
2017-05-24blame: rename nth_line functionLibravatar Jeff Smith1-8/+8
2017-05-24blame: rename ent_score functionLibravatar Jeff Smith1-7/+7
2017-05-24blame: rename coalesce functionLibravatar Jeff Smith1-2/+2
2017-05-24blame: rename origin-related functionsLibravatar Jeff Smith1-29/+29
2017-05-24blame: rename scoreboard structure to blame_scoreboardLibravatar Jeff Smith1-29/+29
2017-05-24blame: rename origin structure to blame_originLibravatar Jeff Smith1-57/+57
2017-05-24blame: remove unused parametersLibravatar Jeff Smith1-15/+10
2017-05-24blame: move textconv_object with related functionsLibravatar Jeff Smith5-30/+31