summaryrefslogtreecommitdiff
path: root/t/t4203-mailmap.sh
Commit message (Expand)AuthorAgeFilesLines
* cat-file: add mailmap support to --batch-check optionSiddharth Asthana2022-12-201-0/+36
* cat-file: add mailmap support to -s optionSiddharth Asthana2022-12-201-0/+29
* cat-file: add mailmap supportSiddharth Asthana2022-07-181-0/+59
* t: fix whitespace around &&Andrei Rybak2021-06-081-1/+1
* Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano2021-03-221-0/+31
|\
| * mailmap: do not respect symlinks for in-tree .mailmapJeff King2021-02-161-0/+31
* | mailmap: only look for .mailmap in work treeJeff King2021-02-101-0/+43
|/
* Merge branch 'ab/mailmap-fixup'Junio C Hamano2021-01-251-12/+19
|\
| * t4203: make blame output massaging more robustJunio C Hamano2021-01-141-5/+5
| * t4203: stop losing return codes of git commandsDenton Liu2021-01-141-7/+14
* | Merge branch 'ab/mailmap'Junio C Hamano2021-01-251-250/+575
|\ \ | |/
| * mailmap doc + tests: document and test for case-insensitivityÆvar Arnfjörð Bjarmason2021-01-121-0/+14
| * mailmap tests: add tests for empty "<>" syntaxÆvar Arnfjörð Bjarmason2021-01-121-0/+27
| * mailmap tests: add tests for whitespace syntaxÆvar Arnfjörð Bjarmason2021-01-121-0/+52
| * mailmap tests: add a test for comment syntaxÆvar Arnfjörð Bjarmason2021-01-121-0/+33
| * mailmap doc + tests: add better examples & test themÆvar Arnfjörð Bjarmason2021-01-121-0/+88
| * test-lib functions: add an --append option to test_commitÆvar Arnfjörð Bjarmason2021-01-121-32/+7
| * mailmap: test for silent exiting on missing file/blobÆvar Arnfjörð Bjarmason2021-01-121-1/+20
| * mailmap tests: get rid of overly complex blame fuzzingÆvar Arnfjörð Bjarmason2021-01-121-20/+30
| * mailmap tests: add a test for "not a blob" errorÆvar Arnfjörð Bjarmason2021-01-121-0/+9
| * mailmap tests: remove redundant entry in testÆvar Arnfjörð Bjarmason2021-01-121-1/+0
| * mailmap tests: improve --stdin testsÆvar Arnfjörð Bjarmason2021-01-121-8/+32
| * mailmap tests: modernize syntax & test idiomsÆvar Arnfjörð Bjarmason2021-01-121-199/+274
| * mailmap tests: use our preferred whitespace syntaxÆvar Arnfjörð Bjarmason2021-01-121-8/+8
* | t4*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-2/+2
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
|/
* pretty: add "%aL" etc. to show local-part of email addressesPrarit Bhargava2019-10-301-0/+28
* t4203: use test-lib.sh definitionsPrarit Bhargava2019-10-251-47/+47
* log: really flip the --mailmap defaultJunio C Hamano2019-08-021-0/+33
* tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-3/+1
* Merge branch 'ap/commit-author-mailmap'Junio C Hamano2013-09-171-0/+11
|\
| * commit: search author pattern against mailmapap/commit-author-mailmapAntoine Pelisse2013-08-241-0/+11
* | Merge branch 'jk/mailmap-incomplete-line'Junio C Hamano2013-09-091-1/+15
|\ \ | |/ |/|
| * mailmap: handle mailmap blobs without trailing newlinesjk/mailmap-incomplete-lineJeff King2013-08-281-1/+15
* | Merge branch 'es/check-mailmap'Junio C Hamano2013-07-221-0/+43
|\ \
| * | t4203: test check-mailmap command invocationes/check-mailmapEric Sunshine2013-07-131-0/+43
| |/
* | mailmap: do not downcase mailmap entriesJunio C Hamano2013-07-151-1/+1
* | t4203: demonstrate loss of uppercase characters in canonical emailEric Sunshine2013-07-151-0/+9
* | mailmap: do not lose single-letter namesJunio C Hamano2013-07-151-1/+1
* | t4203: demonstrate loss of single-character name in mailmap entryEric Sunshine2013-07-151-0/+9
|/
* Merge branch 'ap/log-mailmap'Junio C Hamano2013-01-201-0/+56
|\
| * log: add log.mailmap configuration optionAntoine Pelisse2013-01-101-0/+24
| * log: grep author/committer using mailmapAntoine Pelisse2013-01-101-0/+18
| * test: add test for --use-mailmap optionAntoine Pelisse2013-01-101-0/+14
* | mailmap: default mailmap.blob in bare repositoriesJeff King2012-12-131-0/+25
* | mailmap: support reading mailmap from blobsJeff King2012-12-121-0/+73
|/
* Fix typo: existant->existentDmitry Ivankov2011-06-161-1/+1
* t4203: do not let "git shortlog" DWIM based on ttyJunio C Hamano2010-10-191-2/+2
* t4203 (mailmap): stop hardcoding commit ids and datesJonathan Nieder2010-10-181-9/+17
* mailmap: fix use of freed memoryJim Meyering2010-10-131-3/+38