Age | Commit message (Expand) | Author | Files | Lines |
2021-06-08 | t: fix whitespace around && | Andrei Rybak | 1 | -1/+1 |
2021-03-22 | Merge branch 'jk/open-dotgitx-with-nofollow' | Junio C Hamano | 1 | -0/+31 |
2021-02-16 | mailmap: do not respect symlinks for in-tree .mailmap | Jeff King | 1 | -0/+31 |
2021-02-10 | mailmap: only look for .mailmap in work tree | Jeff King | 1 | -0/+43 |
2021-01-25 | Merge branch 'ab/mailmap-fixup' | Junio C Hamano | 1 | -12/+19 |
2021-01-25 | Merge branch 'ab/mailmap' | Junio C Hamano | 1 | -250/+575 |
2021-01-14 | t4203: make blame output massaging more robust | Junio C Hamano | 1 | -5/+5 |
2021-01-14 | t4203: stop losing return codes of git commands | Denton Liu | 1 | -7/+14 |
2021-01-12 | mailmap doc + tests: document and test for case-insensitivity | Ævar Arnfjörð Bjarmason | 1 | -0/+14 |
2021-01-12 | mailmap tests: add tests for empty "<>" syntax | Ævar Arnfjörð Bjarmason | 1 | -0/+27 |
2021-01-12 | mailmap tests: add tests for whitespace syntax | Ævar Arnfjörð Bjarmason | 1 | -0/+52 |
2021-01-12 | mailmap tests: add a test for comment syntax | Ævar Arnfjörð Bjarmason | 1 | -0/+33 |
2021-01-12 | mailmap doc + tests: add better examples & test them | Ævar Arnfjörð Bjarmason | 1 | -0/+88 |
2021-01-12 | test-lib functions: add an --append option to test_commit | Ævar Arnfjörð Bjarmason | 1 | -32/+7 |
2021-01-12 | mailmap: test for silent exiting on missing file/blob | Ævar Arnfjörð Bjarmason | 1 | -1/+20 |
2021-01-12 | mailmap tests: get rid of overly complex blame fuzzing | Ævar Arnfjörð Bjarmason | 1 | -20/+30 |
2021-01-12 | mailmap tests: add a test for "not a blob" error | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
2021-01-12 | mailmap tests: remove redundant entry in test | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2021-01-12 | mailmap tests: improve --stdin tests | Ævar Arnfjörð Bjarmason | 1 | -8/+32 |
2021-01-12 | mailmap tests: modernize syntax & test idioms | Ævar Arnfjörð Bjarmason | 1 | -199/+274 |
2021-01-12 | mailmap tests: use our preferred whitespace syntax | Ævar Arnfjörð Bjarmason | 1 | -8/+8 |
2020-11-19 | t4*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -2/+2 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2019-10-30 | pretty: add "%aL" etc. to show local-part of email addresses | Prarit Bhargava | 1 | -0/+28 |
2019-10-25 | t4203: use test-lib.sh definitions | Prarit Bhargava | 1 | -47/+47 |
2019-08-02 | log: really flip the --mailmap default | Junio C Hamano | 1 | -0/+33 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -3/+1 |
2013-09-17 | Merge branch 'ap/commit-author-mailmap' | Junio C Hamano | 1 | -0/+11 |
2013-09-09 | Merge branch 'jk/mailmap-incomplete-line' | Junio C Hamano | 1 | -1/+15 |
2013-08-28 | mailmap: handle mailmap blobs without trailing newlines | Jeff King | 1 | -1/+15 |
2013-08-24 | commit: search author pattern against mailmap | Antoine Pelisse | 1 | -0/+11 |
2013-07-22 | Merge branch 'es/check-mailmap' | Junio C Hamano | 1 | -0/+43 |
2013-07-15 | mailmap: do not downcase mailmap entries | Junio C Hamano | 1 | -1/+1 |
2013-07-15 | t4203: demonstrate loss of uppercase characters in canonical email | Eric Sunshine | 1 | -0/+9 |
2013-07-15 | mailmap: do not lose single-letter names | Junio C Hamano | 1 | -1/+1 |
2013-07-15 | t4203: demonstrate loss of single-character name in mailmap entry | Eric Sunshine | 1 | -0/+9 |
2013-07-13 | t4203: test check-mailmap command invocation | Eric Sunshine | 1 | -0/+43 |
2013-01-20 | Merge branch 'ap/log-mailmap' | Junio C Hamano | 1 | -0/+56 |
2013-01-10 | log: add log.mailmap configuration option | Antoine Pelisse | 1 | -0/+24 |
2013-01-10 | log: grep author/committer using mailmap | Antoine Pelisse | 1 | -0/+18 |
2013-01-10 | test: add test for --use-mailmap option | Antoine Pelisse | 1 | -0/+14 |
2012-12-13 | mailmap: default mailmap.blob in bare repositories | Jeff King | 1 | -0/+25 |
2012-12-12 | mailmap: support reading mailmap from blobs | Jeff King | 1 | -0/+73 |
2011-06-16 | Fix typo: existant->existent | Dmitry Ivankov | 1 | -1/+1 |
2010-10-19 | t4203: do not let "git shortlog" DWIM based on tty | Junio C Hamano | 1 | -2/+2 |
2010-10-18 | t4203 (mailmap): stop hardcoding commit ids and dates | Jonathan Nieder | 1 | -9/+17 |
2010-10-13 | mailmap: fix use of freed memory | Jim Meyering | 1 | -3/+38 |
2009-02-08 | Change current mailmap usage to do matching on both name and email of author/... | Marius Storm-Olsen | 1 | -0/+106 |
2009-02-08 | Add mailmap.file as configurational option for mailmap location | Marius Storm-Olsen | 1 | -0/+109 |