136 Commits (master)

Author SHA1 Message Date
Elijah Newren b5fa608180 ident.h: move ident-related declarations out of cache.h 2 years ago
Ævar Arnfjörð Bjarmason 5cf88fd8b0 git-compat-util.h: use "UNUSED", not "UNUSED(var)" 2 years ago
Jeff King 783a86c142 config: mark unused callback parameters 2 years ago
Siddharth Asthana 66a8a95315 ident: rename commit_rewrite_person() to apply_mailmap_to_header() 2 years ago
Siddharth Asthana dc88e349a2 ident: move commit_rewrite_person() to ident.c 2 years ago
Ævar Arnfjörð Bjarmason 88c7b4c3c8 date API: create a date.h, split from cache.h 3 years ago
Junio C Hamano 9ed104e5ca ident: say whose identity is missing when giving user.name hint 4 years ago
Phillip Wood e8cbe2118a am: stop exporting GIT_COMMITTER_DATE 4 years ago
Thomas Gummerer 0640897dc5 ident: don't require calling prepare_fallback_ident first 6 years ago
Johannes Schindelin fd5a58477c ident: add the ability to provide a "fallback identity" 6 years ago
William Hubbs 39ab4d0951 config: allow giving separate author and committer idents 6 years ago
Johannes Schindelin 501afcb8b0 mingw: use domain information for default email 6 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 7 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
David Turner 5781a9a270 xgethostname: handle long hostnames 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jeff King 94425552f3 ident: do not ignore empty config name/email 8 years ago
Jeff King 13b9a24e58 ident: reject all-crud ident name 8 years ago
Jeff King 862e80a413 ident: handle NULL email when complaining of empty name 8 years ago
Jeff King afb6c30b27 ident: mark error messages for translation 8 years ago
Jeff King c375a7efa3 ident: handle NULL ai_canonname 8 years ago
Vasco Almeida 166e55e328 i18n: ident: mark hint for translation 8 years ago
Jeff King 4d9c7e6f45 am: reset cached ident date for each patch 8 years ago
Nguyễn Thái Ngọc Duy a26f4ed682 ident.c: use warning_errno() 9 years ago
Marios Titas d3c06c1969 ident: give "please tell me" message upon useConfigOnly error 9 years ago
Marios Titas 734c7789aa ident: check for useConfigOnly before auto-detection of name/email 9 years ago
Dan Aloni 4d5c295696 ident: add user.useConfigOnly boolean for when ident shouldn't be guessed 9 years ago
Jeff King 59f929596b fmt_ident: refactor strictness checks 9 years ago
Junio C Hamano 1f3b1efd18 ident.c: read /etc/mailname with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Jeff King 58d29ececf ident: fix undefined variable when NO_IPV6 is set 9 years ago
Jeff King 92bcbb9b33 ident: loosen getpwuid error in non-strict mode 9 years ago
Jeff King 19ce497cf5 ident: keep a flag for bogus default_email 9 years ago
Jeff King e850194c83 ident: make xgetpwuid_self() a static local helper 9 years ago
Elia Pinto 00bce77fe5 ident.c: add support for IPv6 9 years ago
Jeff King c33ddc2e33 date: use strbufs in date-formatting functions 10 years ago
Matthieu Moy 9830534e40 config --global --edit: create a template file if needed 10 years ago
Jeff King 03818a4a94 split_ident: parse timestamp from end of line 11 years ago
Jeff King 662cc30cd0 format-patch: print in-body "From" only when needed 11 years ago
Jonathan Nieder dc342a25d1 ident: do not drop username when reading from /etc/mailname 12 years ago
Jeff King d6991ceedc ident: keep separate "explicit" flags for author and committer 12 years ago
Jeff King 452802309c ident: make user_ident_explicitly_given static 12 years ago
Junio C Hamano dad148c359 ident.c: mark private file-scope symbols as static 12 years ago
Junio C Hamano e27ddb6456 split_ident_line(): make best effort when parsing author/committer line 12 years ago
Jeff King 8c5b1ae1b2 ident: reject bogus email addresses with IDENT_STRICT 13 years ago
Jeff King f9bc573fda ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT 13 years ago
Jeff King c15e1987ae ident: let callers omit name with fmt_indent 13 years ago
Jeff King 359b27add3 ident: refactor NO_DATE flag in fmt_ident 13 years ago
Jeff King b00f6cfcd7 ident: reword empty ident error message 13 years ago
Jeff King d9955fd60f fix off-by-one error in split_ident_line 13 years ago