summaryrefslogtreecommitdiff
path: root/.mailmap
Commit message (Collapse)AuthorAgeFilesLines
* maint: remove a duplicate entry from THANKSPádraig Brady2017-10-011-0/+1
| | | | * .mailmap: Prefer Colin Watson's last used email address.
* maint: enhance '.mailmap' mappings for THANKS generationBernhard Voelker2015-02-131-0/+7
| | | | | | | | * .mailmap (jeff.liu@oracle.com): There are 3 different names in the 'git log' output for this email address; choose "Jeff Liu" as canonical form. (Алексей Шилин): Convert name to latin1 ("Aleksej Shilin") to improve the sort order of the generated 'THANKS' file.
* maint: remove duplicate names from THANKSPádraig Brady2014-12-291-1/+2
| | | | | * .mailmap: Adjust so that there is only a single entry per name in the generated THANKS.
* ls: with -Z, show SMACK security contextJarkko Sakkinen2013-06-241-0/+1
| | | | | | | | | | | | | Enable showing of file SMACK security with '-Z' command-line switch if SMACK is enabled. Showing SMACK context of a file does not strictly require SMACK to be enabled but this required to make choice whether to show SELinux or SMACK security context. * src/ls.c (getfilecon_cache): Retrieve SMACK context if available. (gobble_file): Handle SMACK context similarly to SELinux context. * src/local.mk: Link lsl with libsmack. * NEWS: Mention the new feature. * .mailmap: Merge the Author's 2 email addresses.
* tests: avoid actual/expected mismatch due to changed diagnosticJim Meyering2013-02-071-0/+1
| | | | | | | * tests/cp/fail-perm.sh: Adjust expected diagnostic to match just-changed cp diagnostic. * tests/ln/hard-to-sym.sh: Likewise. * .mailmap: Also map my new address.
* maint: remove duplicate names from THANKSPádraig Brady2011-06-171-0/+2
| | | | | | * .mailmap: Merge email addresses * THANKS.in: Remove a duplicate name Reported by Stefano Lattarini
* maint: generate much of the THANKS fileJim Meyering2011-01-011-3/+22
| | | | | | | | | | | | | | | | | | Before this change, we had a tendency to manually list each contributor's name in THANKS. Now, each commit "Author" is included in the generated THANKS file automatically, and most of the old THANKS file is now a template, THANKS.in. We'll still have to manually list the names of people who report problems without a usable patch. * THANKS.in: New file, derived from THANKS, but removing names of those who are listed as git log 'Author:'s. * THANKS: Remove file. * thanks-gen: New file. * Makefile.am (THANKS): New rule. (EXTRA_DIST): Add .mailmap, THANKS.in and thanks-gen. * .gitignore: Add THANKS and THANKS-to-translators. * .mailmap: Unify on single address and name-spelling per contributor.
* maint: fix a typo in sort --parallel help messagePádraig Brady2010-12-201-0/+1
| | | | | | | Also fix up Chen Guo's contacts * src/sort.c (usage): Add a missing "of" * THANKS: Add Chen Guo * .mailmap: Add Chen Guo's UCLA address
* split: add --number to generate a particular number of filesChen Guo2010-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/split.c (usage, long_options, main): New options --number, --unbuffered, --elide-empty-files. (set_suffix_length): New function to auto increase suffix length to handle a specified number of files. (create): New function. Refactored from cwrite() and ofile_open(). (bytes_split): Add max_files argument to support byte chunking. (lines_chunk_split): New function. Split file into chunks of lines. (bytes_chunk_extract): New function. Extract a chunk of file. (of_info): New struct. Used by functions lines_rr and ofile_open to keep track of file descriptors associated with output files. (ofile_open): New function. Shuffle file descriptors when there are more output files than available file descriptors. (lines_rr): New function to distribute lines round-robin to files. (chunk_parse): New function. Parses K/N syntax. * tests/misc/split-bchunk: New test for byte chunking. * tests/misc/split-lchunk: New test for line delimited chunking. * tests/misc/split-rchunk: New test for round-robin chunking. * tests/Makefile.am: Reference new tests. * tests/misc/split-fail: Add failure scenarios for new options. * tests/misc/split-l: Fix a typo. s/ln/split/. * doc/coreutils.texi (split invocation): Document --number. * NEWS: Mention the new feature. * .mailmap: Map new email address for shortlog. Signed-off-by: Pádraig Brady <P@draigBrady.com>
* maint: add new file: .mailmapJim Meyering2010-10-111-0/+10
* .mailmap: Map git author names and email addresses to canonical/preferred form. This file is used e.g., by "git shortlog".