summaryrefslogtreecommitdiff
path: root/builtin-for-each-ref.c
Commit message (Expand)AuthorAgeFilesLines
* Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
* Merge branch 'ak/maint-for-each-ref-no-lookup'Junio C Hamano2009-06-181-9/+17
|\
| * for-each-ref: Do not lookup objects when they will not be usedAnders Kaseorg2009-05-281-9/+17
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
|/
* for-each-ref: fix segfault in copy_emailJeff King2009-05-201-2/+5
* for-each-ref: utilize core.warnAmbiguousRefs for :short-formatBert Wesarg2009-04-131-1/+5
* shorten_unambiguous_ref(): add strict modeBert Wesarg2009-04-131-1/+1
* make get_short_ref a public functionJeff King2009-04-071-104/+1
* for-each-ref: add "upstream" format fieldJeff King2009-04-071-0/+14
* for-each-ref: refactor refname handlingJeff King2009-04-071-21/+26
* for-each-ref: refactor get_short_ref functionJeff King2009-04-071-7/+7
* Remove unused assignmentsBenjamin Kramer2009-03-141-1/+0
* Fix potentially dangerous uses of mkpath and git_pathAlex Riesen2008-10-261-2/+4
* Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce2008-09-291-3/+1
|\
| * Use strchrnul() instead of strchr() plus manual workaroundJohan Herland2008-09-291-3/+1
* | Merge branch 'maint'Shawn O. Pearce2008-09-251-2/+2
|\ \ | |/
| * for-each-ref: Fix --format=%(subject) for log message without newlinesJohan Herland2008-09-241-2/+2
* | for-each-ref: `:short` format for `refname`Bert Wesarg2008-09-051-7/+128
|/
* for-each-ref: Allow a trailing slash in the patternsBjörn Steinbrink2008-08-291-1/+2
* for-each-ref: cope with tags with incomplete linesJunio C Hamano2008-08-201-1/+3
* Make non-static functions, that may be static, staticStephan Beyer2008-07-231-1/+1
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* for-each-ref: implement missing tag valuesJeff King2008-06-251-0/+7
* builtin-for-each-ref.c: fix typo in error messageMichele Ballabio2008-02-241-1/+1
* for-each-ref: Fix quoting style constants.Johannes Sixt2007-12-061-3/+3
* Merge branch 'ph/diffopts'Junio C Hamano2007-11-181-9/+10
|\
| * Use OPT_BIT in builtin-for-each-refPierre Habouzit2007-11-111-9/+10
* | Merge branch 'maint'Junio C Hamano2007-11-121-1/+1
|\ \ | |/ |/|
| * for-each-ref: fix off by one read.Christian Couder2007-11-111-1/+1
* | for-each-ref: fix setup of option-parsing for --sortLars Hjemli2007-11-101-1/+1
* | Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit2007-10-291-77/+61
* | Merge branch 'ph/strbuf'Junio C Hamano2007-10-031-31/+9
|\ \
| * | builtin-for-each-ref.c::copy_name() - do not overstep the buffer.Junio C Hamano2007-09-191-1/+1
| * | Use xmemdupz() in many places.Pierre Habouzit2007-09-181-31/+9
* | | Merge branch 'ap/dateformat'Junio C Hamano2007-10-031-8/+31
|\ \ \ | |_|/ |/| |
| * | dateformat: parse %(xxdate) %(yydate:format) correctlyJunio C Hamano2007-10-021-1/+1
| * | Make for-each-ref's grab_date() support per-atom formattingAndy Parkins2007-09-291-7/+21
| * | Make for-each-ref allow atom names like "<name>:<something>"Andy Parkins2007-09-291-1/+10
| |/
* | for-each-ref: fix %(numparent) and %(parent)Junio C Hamano2007-10-021-4/+6
|/
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-141-1/+2
* General const correctness fixesShawn O. Pearce2007-03-071-3/+3
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-2/+2
* formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-271-1/+1
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-3/+3
* Assorted typo fixesPavel Roskin2007-02-031-1/+1
* Teach for-each-ref about a little language called Tcl.Shawn O. Pearce2007-01-281-0/+10
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* Fix git-for-each-refs broken for tagsPetr Baudis2006-11-181-2/+2
* for-each-ref: "creator" and "creatordate" fieldsJunio C Hamano2006-11-021-0/+25
* Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refsJunio C Hamano2006-09-211-23/+20