aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-for-each-ref.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-26Fix potentially dangerous uses of mkpath and git_pathAlex Riesen1-2/+4
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce1-3/+1
2008-09-29Use strchrnul() instead of strchr() plus manual workaroundJohan Herland1-3/+1
2008-09-25Merge branch 'maint'Shawn O. Pearce1-2/+2
2008-09-24for-each-ref: Fix --format=%(subject) for log message without newlinesJohan Herland1-2/+2
2008-09-05for-each-ref: `:short` format for `refname`Bert Wesarg1-7/+128
2008-08-29for-each-ref: Allow a trailing slash in the patternsBjörn Steinbrink1-1/+2
2008-08-20for-each-ref: cope with tags with incomplete linesJunio C Hamano1-1/+3
2008-07-23Make non-static functions, that may be static, staticStephan Beyer1-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-06-25for-each-ref: implement missing tag valuesJeff King1-0/+7
2008-02-24builtin-for-each-ref.c: fix typo in error messageMichele Ballabio1-1/+1
2007-12-06for-each-ref: Fix quoting style constants.Johannes Sixt1-3/+3
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano1-9/+10
2007-11-12Merge branch 'maint'Junio C Hamano1-1/+1
2007-11-11for-each-ref: fix off by one read.Christian Couder1-1/+1
2007-11-11Use OPT_BIT in builtin-for-each-refPierre Habouzit1-9/+10
2007-11-10for-each-ref: fix setup of option-parsing for --sortLars Hjemli1-1/+1
2007-10-29Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit1-77/+61
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano1-31/+9
2007-10-03Merge branch 'ap/dateformat'Junio C Hamano1-8/+31
2007-10-02for-each-ref: fix %(numparent) and %(parent)Junio C Hamano1-4/+6
2007-10-02dateformat: parse %(xxdate) %(yydate:format) correctlyJunio C Hamano1-1/+1
2007-09-29Make for-each-ref's grab_date() support per-atom formattingAndy Parkins1-7/+21
2007-09-29Make for-each-ref allow atom names like "<name>:<something>"Andy Parkins1-1/+10
2007-09-19builtin-for-each-ref.c::copy_name() - do not overstep the buffer.Junio C Hamano1-1/+1
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-31/+9
2007-07-14Make every builtin-*.c file #include "builtin.h"Peter Hagervall1-1/+2
2007-03-07General const correctness fixesShawn O. Pearce1-3/+3
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-2/+2
2007-02-27formalize typename(), and add its reverse type_from_string()Nicolas Pitre1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-3/+3
2007-02-03Assorted typo fixesPavel Roskin1-1/+1
2007-01-28Teach for-each-ref about a little language called Tcl.Shawn O. Pearce1-0/+10
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-11-18Fix git-for-each-refs broken for tagsPetr Baudis1-2/+2
2006-11-02for-each-ref: "creator" and "creatordate" fieldsJunio C Hamano1-0/+25
2006-09-21Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refsJunio C Hamano1-23/+20
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano1-0/+874