13 Commits (675a0fe297e88e0fab2ee9b311d4ebb3c3bfef28)

Author SHA1 Message Date
Kacper Kornet 3b51222cec for-each-ref: Fix sort with multiple keys 12 years ago
Nguyễn Thái Ngọc Duy 18913521e2 i18n: for-each-ref: mark parseopt strings for translation 12 years ago
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Michał Górny e2b239722a for-each-ref: add split message parts to %(contents:*). 13 years ago
Jeff King 7f6e275bc0 for-each-ref: handle multiline subjects like --pretty 13 years ago
Jeff King 7ec0f31eec for-each-ref: refactor subject and body placeholder parsing 13 years ago
Jay Soffian ea16a030aa for-each-ref: fix objectname:short bug 14 years ago
Tor Arntsen 2543d9b609 Change C99 comments to old-style C comments 15 years ago
Michael J Gruber 67687feae5 for-each-ref: Field with abbreviated objectname 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 88fb7f27f6 for-each-ref --format='%(flag)' 15 years ago
Junio C Hamano 5cdd628c84 for-each-ref --format='%(symref) %(symref:short)' 15 years ago
Junio C Hamano 20322e0b55 builtin-for-each-ref.c: check if we need to peel onion while parsing the format 15 years ago
Junio C Hamano 40dae3094d builtin-for-each-ref.c: comment fixes 15 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 15 years ago
Anders Kaseorg b7dd2d20fa for-each-ref: Do not lookup objects when they will not be used 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Jeff King e64c1b0053 for-each-ref: fix segfault in copy_email 16 years ago
Bert Wesarg 2bb98169be for-each-ref: utilize core.warnAmbiguousRefs for :short-format 16 years ago
Bert Wesarg 6e7b3309d3 shorten_unambiguous_ref(): add strict mode 16 years ago
Jeff King 7c2b3029df make get_short_ref a public function 16 years ago
Jeff King 8cae19d987 for-each-ref: add "upstream" format field 16 years ago
Jeff King 8db9a4b85d for-each-ref: refactor refname handling 16 years ago
Jeff King 3d4ecc0e23 for-each-ref: refactor get_short_ref function 16 years ago
Benjamin Kramer 8e76bf3fc9 Remove unused assignments 16 years ago
Alex Riesen 058412d097 Fix potentially dangerous uses of mkpath and git_path 16 years ago
Johan Herland 94e02e7f3b Use strchrnul() instead of strchr() plus manual workaround 16 years ago
Johan Herland 85cf643f1b for-each-ref: Fix --format=%(subject) for log message without newlines 16 years ago
Bert Wesarg 7d66f21a1b for-each-ref: `:short` format for `refname` 16 years ago
Björn Steinbrink 114ef90854 for-each-ref: Allow a trailing slash in the patterns 16 years ago
Junio C Hamano e276c26b4b for-each-ref: cope with tags with incomplete lines 16 years ago
Stephan Beyer 186458b11b Make non-static functions, that may be static, static 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Jeff King 87412ec1f1 for-each-ref: implement missing tag values 17 years ago
Michele Ballabio 8e0fbe671f builtin-for-each-ref.c: fix typo in error message 17 years ago
Johannes Sixt c9ecf4f12a for-each-ref: Fix quoting style constants. 17 years ago
Christian Couder a74fa1106d for-each-ref: fix off by one read. 17 years ago
Pierre Habouzit 9fac800cae Use OPT_BIT in builtin-for-each-ref 17 years ago
Lars Hjemli c899a57c28 for-each-ref: fix setup of option-parsing for --sort 17 years ago
Pierre Habouzit c3428da87f Make builtin-for-each-ref.c use parse-opts. 17 years ago
Junio C Hamano 9e1a2acfb2 for-each-ref: fix %(numparent) and %(parent) 17 years ago
Junio C Hamano 070f6918d1 dateformat: parse %(xxdate) %(yydate:format) correctly 17 years ago
Andy Parkins d392e712a8 Make for-each-ref's grab_date() support per-atom formatting 17 years ago
Andy Parkins b64265ca8d Make for-each-ref allow atom names like "<name>:<something>" 17 years ago
Junio C Hamano 6b30852ded builtin-for-each-ref.c::copy_name() - do not overstep the buffer. 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 years ago
Peter Hagervall baffc0e770 Make every builtin-*.c file #include "builtin.h" 18 years ago
Shawn O. Pearce 3a55602eec General const correctness fixes 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Nicolas Pitre df8436622f formalize typename(), and add its reverse type_from_string() 18 years ago