summaryrefslogtreecommitdiffstats
path: root/t/t6300-for-each-ref.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-23interpret-trailers: allow suppressing "---" dividerJeff King5-2/+33
2018-08-23interpret-trailers: tighten check for "---" patch boundaryJeff King3-3/+28
2018-08-23trailer: pass process_trailer_opts to trailer_info_get()Jeff King3-5/+8
2018-08-23trailer: use size_t for iterating trailer listJeff King2-4/+4
2018-08-23trailer: use size_t for string offsetsJeff King1-19/+20
2018-08-23t/lib-rebase.sh: support explicit 'pick' commands in 'fake_editor.sh'SZEDER Gábor1-3/+3
2018-08-23hashcmp: assert constant hash sizeJeff King1-0/+10
2018-08-22rev-list: make empty --stdin not an errorJeff King4-5/+9
2018-08-22t3420-rebase-autostash: don't try to grep non-existing filesSZEDER Gábor1-4/+4
2018-08-22t3903-stash: don't try to grep non-existing fileSZEDER Gábor1-1/+1
2018-08-22t6018-rev-list-glob: fix 'empty stdin' testSZEDER Gábor1-1/+1
2018-08-22t4051-diff-function-context: read the right fileSZEDER Gábor1-1/+1
2018-08-22t0020-crlf: check the right fileSZEDER Gábor1-1/+1
2018-08-22t7501-commit: drop silly command substitutionSZEDER Gábor1-1/+1
2018-08-21commit: use timestamp_t for author_date_slabDerrick Stolee1-1/+1
2018-08-21SubmittingPatches: mention doc-diffJeff King2-1/+11
2018-08-21pack-objects: reuse on-disk deltas for thin "have" objectsJeff King3-11/+56
2018-08-21pack-bitmap: save "have" bitmap from walkJeff King2-1/+31
2018-08-21test-tool.h: include git-compat-util.hJeff King1-0/+2
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor46-226/+114
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp /dev/null <out>'SZEDER Gábor10-16/+16
2018-08-21tests: use 'test_must_be_empty' instead of 'test ! -s'SZEDER Gábor4-4/+4
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor25-99/+98
2018-08-21parseopt: group literal string alternatives in argument helpRené Scharfe3-4/+4
2018-08-21remote: improve argument help for add --mirrorRené Scharfe1-1/+1
2018-08-21checkout-index: improve argument help for --stageRené Scharfe1-1/+1
2018-08-21generate-cmdlist.sh: collect config from all config.txt filesNguyễn Thái Ngọc Duy4-14/+14
2018-08-21l10n: git.pot: v2.19.0 round 1 (382 new, 30 removed)Jiang Xin1-2631/+4353
2018-08-21pack-objects: consider packs in multi-pack-indexDerrick Stolee2-1/+35
2018-08-21midx: test a few commands that use get_all_packsDerrick Stolee1-3/+18
2018-08-21treewide: use get_all_packsDerrick Stolee11-23/+23
2018-08-21packfile: add all_packs listDerrick Stolee5-1/+36
2018-08-21midx: fix bug that skips midx with alternatesDerrick Stolee2-5/+23
2018-08-21midx: stop reporting garbageDerrick Stolee1-3/+4
2018-08-21midx: mark bad packed objectsDerrick Stolee1-0/+10
2018-08-21multi-pack-index: store local propertyDerrick Stolee4-10/+13
2018-08-21multi-pack-index: provide more helpful usage infoDerrick Stolee1-8/+8
2018-08-20range-diff: indent special lines as contextStefan Beller2-6/+8
2018-08-20range-diff: make use of different output indicatorsStefan Beller1-1/+19
2018-08-20diff.c: add --output-indicator-{new, old, context}Stefan Beller2-3/+23