summaryrefslogtreecommitdiffstats
path: root/t/t4203-mailmap.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* Merge branch 'jk/send-email-mailmap'Junio C Hamano2024-09-061-4/+38
|\
| * check-mailmap: accept "user@host" contactsJacob Keller2024-08-271-4/+38
* | mailmap: plug memory leak in read_mailmap_blob()Junio C Hamano2024-07-261-0/+1
|/
* tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-1/+1
* ident: don't consider '.' a crudbrian m. carlson2023-08-021-2/+2
* 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-151-5/+5
| * t4203: stop losing return codes of git commandsDenton Liu2021-01-151-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-201-2/+2
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-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 mailmapAntoine Pelisse2013-08-251-0/+11
* | Merge branch 'jk/mailmap-incomplete-line'Junio C Hamano2013-09-091-1/+15
|\ \ | |/ |/|
| * mailmap: handle mailmap blobs without trailing newlinesJeff King2013-08-281-1/+15
* | Merge branch 'es/check-mailmap'Junio C Hamano2013-07-221-0/+43
|\ \
| * | t4203: test check-mailmap command invocationEric 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-211-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