summaryrefslogtreecommitdiff
path: root/t/t4212-log-corrupt.sh
Commit message (Expand)AuthorAgeFilesLines
* parse_commit(): handle broken whitespace-only timestampJeff King2023-04-271-0/+41
* parse_commit(): parse timestamp from end of lineJeff King2023-04-271-1/+6
* t4212: avoid putting git on left-hand side of pipeJeff King2023-04-271-2/+3
* t: use hash-object --literally when created malformed objectsJeff King2023-01-181-2/+2
* revisions API: have release_revisions() release "cmdline"Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* tests: fix broken &&-chains in `{...}` groupsEric Sunshine2021-12-131-4/+4
* tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-4/+2
* t: fix moderate &&-chain breakageJeff King2015-03-201-1/+1
* fsck: exit with non-zero status upon error from fsck_obj()Jeff King2014-09-101-1/+1
* Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano2014-04-091-4/+2
|\
| * t4212: loosen far-in-future test for AIXjk/commit-dates-parsing-fixJeff King2014-04-011-4/+2
* | Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano2014-03-181-0/+45
|\ \ | |/
| * log: do not segfault on gmtime errorsJeff King2014-02-241-0/+8
| * log: handle integer overflow in timestampsJeff King2014-02-241-0/+16
| * t4212: test bogus timestamps with git-logJeff King2014-02-241-0/+21
* | split_ident: parse timestamp from end of linejk/split-broken-identJeff King2013-10-151-2/+7
|/
* pretty: handle broken commit headers gracefullyRené Scharfe2013-04-171-0/+42