summaryrefslogtreecommitdiffstats
path: root/t/t7810-grep.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-30t5303: test some corrupt deltasJeff King1-0/+59
2018-08-30test-delta: read input into a heap bufferJeff King1-4/+4
2018-08-30doc-diff: always use oids inside worktreeJeff King1-4/+4
2018-08-30worktree: delete .git/worktrees if empty after 'remove'Eric Sunshine2-1/+19
2018-08-30worktree: teach 'remove' to override lock when --force given twiceEric Sunshine3-5/+17
2018-08-30worktree: teach 'move' to override lock when --force given twiceEric Sunshine3-4/+26
2018-08-30worktree: teach 'add' to respect --force for registered but missing pathEric Sunshine3-5/+26
2018-08-30worktree: disallow adding same path multiple timesEric Sunshine2-0/+32
2018-08-30worktree: prepare for more checks of whether path can become worktreeEric Sunshine1-2/+7
2018-08-30worktree: generalize delete_git_dir() to reduce code duplicationEric Sunshine1-16/+9
2018-08-30worktree: move delete_git_dir() earlier in file for upcoming new callersEric Sunshine1-14/+14
2018-08-30worktree: don't die() in library function find_worktree()Eric Sunshine2-1/+13
2018-08-30am: avoid directory rename detection when calling recursive merge machineryElijah Newren2-2/+3
2018-08-30merge-recursive: add ability to turn off directory rename detectionElijah Newren2-5/+14
2018-08-30t3401: add another directory rename testcase for rebase and amElijah Newren1-1/+109
2018-08-29mailinfo: support format=flowedRené Scharfe7-2/+2646
2018-08-29Documentation/Makefile: make manpage-base-url.xsl generation quieterTim Schumacher1-1/+1
2018-08-29show_dirstat: simplify same-content checkJeff King1-8/+3
2018-08-29read-cache: use oideq() in ce_compare functionsJeff King1-2/+2
2018-08-29convert hashmap comparison functions to oideq()Jeff King3-13/+13
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King12-15/+24
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King31-49/+55
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King8-14/+23
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King52-111/+117
2018-08-29introduce hasheq() and oideq()Jeff King1-0/+10
2018-08-29coccinelle: use <...> for function exclusionJeff King3-13/+13
2018-08-29.gitattributes: add conflict-marker-size for relevant filesThomas Gummerer1-0/+4
2018-08-29chainlint: match "quoted" here-doc tagsEric Sunshine5-4/+18
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee8-12/+22
2018-08-29tests: fix non-portable iconv invocationÆvar Arnfjörð Bjarmason1-1/+5
2018-08-29tests: fix non-portable "${var:-"str"}" constructÆvar Arnfjörð Bjarmason1-1/+1
2018-08-29rerere: add note about files with existing conflict markersThomas Gummerer1-0/+6
2018-08-29rerere: mention caveat about unmatched conflict markersThomas Gummerer1-0/+4
2018-08-29commit-reach: correct accidental #include of C fileJonathan Nieder1-1/+1
2018-08-28Git 2.19-rc1v2.19.0-rc1Junio C Hamano1-1/+1
2018-08-28l10n: ru.po: update Russian translationDimitriy Ryazantcev1-3496/+6652
2018-08-27Getting ready for -rc1Junio C Hamano1-1/+34
2018-08-27tests: fix and add lint for non-portable grep --fileÆvar Arnfjörð Bjarmason2-1/+2
2018-08-27tests: fix version-specific portability issue in Perl JSONÆvar Arnfjörð Bjarmason1-0/+3
2018-08-27tests: use shorter labels in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason1-28/+28
2018-08-27range-diff: update stale summary of --no-dual-colorKyle Meyer1-1/+1
2018-08-27Document update for nd/unpack-trees-with-cache-treeNguyễn Thái Ngọc Duy2-2/+6
2018-08-27tests: fix comment syntax in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason1-2/+1
2018-08-27tests: fix and add lint for non-portable seqÆvar Arnfjörð Bjarmason3-8/+9
2018-08-27tests: fix and add lint for non-portable head -c NÆvar Arnfjörð Bjarmason3-3/+4
2018-08-23i18n: fix mistakes in translated stringsJean-Noël Avila3-3/+3
2018-08-23config: fix commit-graph related config docsDerrick Stolee1-6/+11
2018-08-23append_signoff: use size_t for string offsetsJeff King4-7/+14
2018-08-23sequencer: ignore "---" divider when parsing trailersJeff King2-0/+18
2018-08-23pretty, ref-filter: format %(trailers) with no_divider optionJeff King4-0/+51