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