28 Commits (8482d042a016aaae1e564f9c34b4d5f6b59794be)

Author SHA1 Message Date
René Scharfe 4bbaa1eb6f use commit_list_count() to count the members of commit_lists 11 years ago
René Scharfe 50e19a8358 Use starts_with() for C strings instead of memcmp() 11 years ago
Nguyễn Thái Ngọc Duy eb07894fe0 use wildmatch() directly without fnmatch() wrapper 11 years ago
Ramkumar Ramachandra b9cf14d43b for-each-ref: remove unused variable 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Ramkumar Ramachandra db64eb655b for-each-ref: avoid color leakage 12 years ago
Ramkumar Ramachandra fddb74c947 for-each-ref: introduce %(color:...) for color 12 years ago
Ramkumar Ramachandra b28061ce0d for-each-ref: introduce %(upstream:track[short]) 12 years ago
Ramkumar Ramachandra 7a48b83219 for-each-ref: introduce %(HEAD) asterisk marker 12 years ago
Jeff King b74cf64803 for-each-ref: avoid loading objects to print %(objectname) 12 years ago
Nguyễn Thái Ngọc Duy 10d0167fef for-each-ref, quote: convert *_quote_print -> *_quote_buf 12 years ago
Kacper Kornet 3b51222cec for-each-ref: Fix sort with multiple keys 13 years ago
Nguyễn Thái Ngọc Duy 18913521e2 i18n: for-each-ref: mark parseopt strings for translation 13 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:*). 14 years ago
Jeff King 7f6e275bc0 for-each-ref: handle multiline subjects like --pretty 14 years ago
Jeff King 7ec0f31eec for-each-ref: refactor subject and body placeholder parsing 14 years ago
Jay Soffian ea16a030aa for-each-ref: fix objectname:short bug 15 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. 16 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 17 years ago
Johan Herland 94e02e7f3b Use strchrnul() instead of strchr() plus manual workaround 17 years ago
Johan Herland 85cf643f1b for-each-ref: Fix --format=%(subject) for log message without newlines 17 years ago
Bert Wesarg 7d66f21a1b for-each-ref: `:short` format for `refname` 17 years ago
Björn Steinbrink 114ef90854 for-each-ref: Allow a trailing slash in the patterns 17 years ago
Junio C Hamano e276c26b4b for-each-ref: cope with tags with incomplete lines 17 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. 18 years ago
Christian Couder a74fa1106d for-each-ref: fix off by one read. 18 years ago
Pierre Habouzit 9fac800cae Use OPT_BIT in builtin-for-each-ref 18 years ago
Lars Hjemli c899a57c28 for-each-ref: fix setup of option-parsing for --sort 18 years ago