Age | Commit message (Expand) | Author | Files | Lines |
2009-05-25 | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 1 | -1/+1 |
2009-05-20 | for-each-ref: fix segfault in copy_email | Jeff King | 1 | -2/+5 |
2009-04-13 | for-each-ref: utilize core.warnAmbiguousRefs for :short-format | Bert Wesarg | 1 | -1/+5 |
2009-04-13 | shorten_unambiguous_ref(): add strict mode | Bert Wesarg | 1 | -1/+1 |
2009-04-07 | make get_short_ref a public function | Jeff King | 1 | -104/+1 |
2009-04-07 | for-each-ref: add "upstream" format field | Jeff King | 1 | -0/+14 |
2009-04-07 | for-each-ref: refactor refname handling | Jeff King | 1 | -21/+26 |
2009-04-07 | for-each-ref: refactor get_short_ref function | Jeff King | 1 | -7/+7 |
2009-03-14 | Remove unused assignments | Benjamin Kramer | 1 | -1/+0 |
2008-10-26 | Fix potentially dangerous uses of mkpath and git_path | Alex Riesen | 1 | -2/+4 |
2008-09-29 | Merge branch 'bc/master-diff-hunk-header-fix' | Shawn O. Pearce | 1 | -3/+1 |
2008-09-29 | Use strchrnul() instead of strchr() plus manual workaround | Johan Herland | 1 | -3/+1 |
2008-09-25 | Merge branch 'maint' | Shawn O. Pearce | 1 | -2/+2 |
2008-09-24 | for-each-ref: Fix --format=%(subject) for log message without newlines | Johan Herland | 1 | -2/+2 |
2008-09-05 | for-each-ref: `:short` format for `refname` | Bert Wesarg | 1 | -7/+128 |
2008-08-29 | for-each-ref: Allow a trailing slash in the patterns | Björn Steinbrink | 1 | -1/+2 |
2008-08-20 | for-each-ref: cope with tags with incomplete lines | Junio C Hamano | 1 | -1/+3 |
2008-07-23 | Make non-static functions, that may be static, static | Stephan Beyer | 1 | -1/+1 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-06-25 | for-each-ref: implement missing tag values | Jeff King | 1 | -0/+7 |
2008-02-24 | builtin-for-each-ref.c: fix typo in error message | Michele Ballabio | 1 | -1/+1 |
2007-12-06 | for-each-ref: Fix quoting style constants. | Johannes Sixt | 1 | -3/+3 |
2007-11-18 | Merge branch 'ph/diffopts' | Junio C Hamano | 1 | -9/+10 |
2007-11-12 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-11-11 | for-each-ref: fix off by one read. | Christian Couder | 1 | -1/+1 |
2007-11-11 | Use OPT_BIT in builtin-for-each-ref | Pierre Habouzit | 1 | -9/+10 |
2007-11-10 | for-each-ref: fix setup of option-parsing for --sort | Lars Hjemli | 1 | -1/+1 |
2007-10-29 | Make builtin-for-each-ref.c use parse-opts. | Pierre Habouzit | 1 | -77/+61 |
2007-10-03 | Merge branch 'ph/strbuf' | Junio C Hamano | 1 | -31/+9 |
2007-10-03 | Merge branch 'ap/dateformat' | Junio C Hamano | 1 | -8/+31 |
2007-10-02 | for-each-ref: fix %(numparent) and %(parent) | Junio C Hamano | 1 | -4/+6 |
2007-10-02 | dateformat: parse %(xxdate) %(yydate:format) correctly | Junio C Hamano | 1 | -1/+1 |
2007-09-29 | Make for-each-ref's grab_date() support per-atom formatting | Andy Parkins | 1 | -7/+21 |
2007-09-29 | Make for-each-ref allow atom names like "<name>:<something>" | Andy Parkins | 1 | -1/+10 |
2007-09-19 | builtin-for-each-ref.c::copy_name() - do not overstep the buffer. | Junio C Hamano | 1 | -1/+1 |
2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -31/+9 |
2007-07-14 | Make every builtin-*.c file #include "builtin.h" | Peter Hagervall | 1 | -1/+2 |
2007-03-07 | General const correctness fixes | Shawn O. Pearce | 1 | -3/+3 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -2/+2 |
2007-02-27 | formalize typename(), and add its reverse type_from_string() | Nicolas Pitre | 1 | -1/+1 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -3/+3 |
2007-02-03 | Assorted typo fixes | Pavel Roskin | 1 | -1/+1 |
2007-01-28 | Teach for-each-ref about a little language called Tcl. | Shawn O. Pearce | 1 | -0/+10 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -1/+0 |
2006-11-18 | Fix git-for-each-refs broken for tags | Petr Baudis | 1 | -2/+2 |
2006-11-02 | for-each-ref: "creator" and "creatordate" fields | Junio C Hamano | 1 | -0/+25 |
2006-09-21 | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refs | Junio C Hamano | 1 | -23/+20 |
2006-09-16 | Add git-for-each-ref: helper for language bindings | Junio C Hamano | 1 | -0/+874 |