summaryrefslogtreecommitdiff
path: root/builtin-for-each-ref.c
AgeCommit message (Expand)Author
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
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano