summaryrefslogtreecommitdiffstats
path: root/t/t7064-wtstatus-pv2.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-13Hopefully the last batch before -rc0Junio C Hamano1-0/+9
2017-07-10use DIV_ROUND_UPRené Scharfe9-15/+14
2017-07-10Prepare for 2.13.3Junio C Hamano2-1/+54
2017-07-10Sixteenth batch for 2.14Junio C Hamano1-0/+14
2017-07-10ref-filter.c: drop return from void functionAlejandro R. Sedeño1-1/+1
2017-07-10l10n: de.po: fix typoRalf Thielow1-1/+1
2017-07-10doc: correct a mistake in an illustrationKaartic Sivaraam1-1/+1
2017-07-10wt-status: use separate variable for result of shorten_unambiguous_refRené Scharfe1-3/+4
2017-07-09urlmatch: use hex2chr() in append_normalized_escapes()René Scharfe1-5/+5
2017-07-09apply: use strcmp(3) for comparing strings in gitdiff_verify_name()René Scharfe1-2/+1
2017-07-09branch: set remote color in ref-filter branch immediatelyJeff King1-5/+6
2017-07-09branch: use BRANCH_COLOR_LOCAL in ref-filter formatJeff King2-2/+47
2017-07-09branch: only perform HEAD check for local branchesJeff King1-1/+2
2017-07-07unicode: update the width tables to Unicode 10Beat Bolli1-13/+29
2017-07-07reflog-walk: include all fields when freeing complete_reflogsJeff King1-8/+18
2017-07-07reflog-walk: don't free reflogs added to cacheJeff King2-4/+4
2017-07-07reflog-walk: duplicate strings in complete_reflogs listJeff King2-0/+7
2017-07-07Fifteenth batch for 2.14Junio C Hamano1-0/+24
2017-07-06builtin/commit.c: fix a typo in the commentKaartic Sivaraam1-1/+1
2017-07-05Fourteenth batch for 2.14Junio C Hamano1-0/+12
2017-07-05reflog-walk: skip over double-null oid due to HEAD renameJeff King2-0/+13
2017-07-05t5534: fix misleading grep invocationJohannes Schindelin1-4/+10
2017-07-05send-email: --batch-size to work around some SMTP server limitxiaoqiang zhao4-0/+45
2017-07-03sha1collisiondetection: automatically enable when submodule is populatedJunio C Hamano1-0/+4
2017-07-03sha1dc: optionally use sha1collisiondetection as a submoduleÆvar Arnfjörð Bjarmason4-0/+20
2017-07-03sha1dc: update from upstreamÆvar Arnfjörð Bjarmason1-22/+66
2017-07-01strbuf: change an always NULL/"" strbuf_addftime() param to boolÆvar Arnfjörð Bjarmason3-6/+6
2017-07-01apply: use starts_with() in gitdiff_verify_name()René Scharfe1-2/+1
2017-06-30Thirteenth batch for 2.14Junio C Hamano1-0/+23
2017-06-30hashmap: migrate documentation from Documentation/technical into headerStefan Beller2-341/+316
2017-06-30patch-ids.c: use hashmap correctlyStefan Beller1-4/+4
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller19-66/+113
2017-06-30merge-recursive: use DIFF_XDL_SET macroStefan Beller1-3/+3
2017-06-30grep: remove redundant REG_NEWLINE when compiling fixed regexÆvar Arnfjörð Bjarmason1-1/+1
2017-06-30grep: remove regflags from the public grep_opt APIÆvar Arnfjörð Bjarmason4-14/+34
2017-06-30grep: remove redundant and verbose re-assignments to 0Ævar Arnfjörð Bjarmason1-11/+0
2017-06-30grep: remove redundant "fixed" field re-assignment to 0Ævar Arnfjörð Bjarmason1-2/+0
2017-06-30grep: adjust a redundant grep pattern type assignmentÆvar Arnfjörð Bjarmason1-4/+1
2017-06-30grep: remove redundant double assignment to 0Ævar Arnfjörð Bjarmason1-1/+0
2017-06-30t9700: add tests for Git::unquote_path()Phillip Wood1-0/+7
2017-06-30Git::unquote_path(): throw an exception on bad pathPhillip Wood1-2/+2
2017-06-30Git::unquote_path(): handle '\a'Phillip Wood1-1/+2
2017-06-30add -i: move unquote_path() to Git.pmPhillip Wood2-43/+53
2017-06-30commit-template: distinguish status information unconditionallyKaartic Sivaraam2-2/+24
2017-06-30commit-template: remove outdated notice about explicit pathsKaartic Sivaraam1-6/+0
2017-06-29coccinelle: polish FREE_AND_NULL rulesRené Scharfe1-9/+1
2017-06-28submodule--helper: do not call utf8_fprintf() unnecessarilyJunio C Hamano1-3/+2
2017-06-28t1450: use egrep for regexp "alternation"Junio C Hamano1-1/+1
2017-06-28subtree: honour USE_ASCIIDOCTOR when setA. Wilcox1-7/+19
2017-06-27builtin/fetch cleanup: always set default value for submodule recursingStefan Beller1-3/+2