summaryrefslogtreecommitdiff
path: root/builtin-for-each-ref.c
AgeCommit message (Expand)Author
2009-09-01Style fixes, add a space after if/for/while.Brian Gianforcaro
2009-06-18Merge branch 'ak/maint-for-each-ref-no-lookup'Junio C Hamano
2009-05-29for-each-ref: Do not lookup objects when they will not be usedAnders Kaseorg
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-20for-each-ref: fix segfault in copy_emailJeff King
2009-04-13for-each-ref: utilize core.warnAmbiguousRefs for :short-formatBert Wesarg
2009-04-13shorten_unambiguous_ref(): add strict modeBert Wesarg
2009-04-08make get_short_ref a public functionJeff King
2009-04-08for-each-ref: add "upstream" format fieldJeff King
2009-04-08for-each-ref: refactor refname handlingJeff King
2009-04-08for-each-ref: refactor get_short_ref functionJeff King
2009-03-14Remove unused assignmentsBenjamin Kramer
2008-10-27Fix potentially dangerous uses of mkpath and git_pathAlex Riesen
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce
2008-09-29Use strchrnul() instead of strchr() plus manual workaroundJohan Herland
2008-09-25Merge branch 'maint'Shawn O. Pearce
2008-09-25for-each-ref: Fix --format=%(subject) for log message without newlinesJohan Herland
2008-09-06for-each-ref: `:short` format for `refname`Bert Wesarg
2008-08-29for-each-ref: Allow a trailing slash in the patternsBjörn Steinbrink
2008-08-20for-each-ref: cope with tags with incomplete linesJunio C Hamano
2008-07-24Make non-static functions, that may be static, staticStephan Beyer
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-25for-each-ref: implement missing tag valuesJeff King
2008-02-25builtin-for-each-ref.c: fix typo in error messageMichele Ballabio
2007-12-06for-each-ref: Fix quoting style constants.Johannes Sixt
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano
2007-11-12Merge branch 'maint'Junio C Hamano
2007-11-12for-each-ref: fix off by one read.Christian Couder
2007-11-12Use OPT_BIT in builtin-for-each-refPierre Habouzit
2007-11-10for-each-ref: fix setup of option-parsing for --sortLars Hjemli
2007-10-30Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano
2007-10-03Merge branch 'ap/dateformat'Junio C Hamano
2007-10-02for-each-ref: fix %(numparent) and %(parent)Junio C Hamano
2007-10-02dateformat: parse %(xxdate) %(yydate:format) correctlyJunio C Hamano
2007-09-30Make for-each-ref's grab_date() support per-atom formattingAndy Parkins
2007-09-30Make for-each-ref allow atom names like "<name>:<something>"Andy Parkins
2007-09-19builtin-for-each-ref.c::copy_name() - do not overstep the buffer.Junio C Hamano
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-03-07General const correctness fixesShawn O. Pearce
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-04Assorted typo fixesPavel Roskin
2007-01-28Teach for-each-ref about a little language called Tcl.Shawn O. Pearce
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-18Fix git-for-each-refs broken for tagsPetr Baudis
2006-11-03for-each-ref: "creator" and "creatordate" fieldsJunio C Hamano
2006-09-21Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refsJunio C Hamano