| Commit message (Expand) | Author | Age | Files | Lines |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+1 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | Move pack_refs() and friends into libgit | Johan Herland | 2008-06-19 | 1 | -120/+1 |
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 | 1 | -0/+6 |
* | Use OPT_BIT in builtin-pack-refs | Pierre Habouzit | 2007-11-11 | 1 | -9/+3 |
* | Make builtin-pack-refs.c use parse_options. | Pierre Habouzit | 2007-10-29 | 1 | -27/+20 |
* | Make every builtin-*.c file #include "builtin.h" | Peter Hagervall | 2007-07-14 | 1 | -0/+1 |
* | Don't ignore a pack-refs write failure | Jim Meyering | 2007-06-26 | 1 | -0/+2 |
* | Make the pack-refs interfaces usable from outside | Linus Torvalds | 2007-05-26 | 1 | -28/+38 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -1/+1 |
* | Fix seriously broken "git pack-refs" | Linus Torvalds | 2007-01-25 | 1 | -1/+3 |
* | --prune is now default for 'pack-refs' | Junio C Hamano | 2007-01-08 | 1 | -2/+7 |
* | Store peeled refs in packed-refs (take 2). | Junio C Hamano | 2006-11-21 | 1 | -2/+6 |
* | Store peeled refs in packed-refs file. | Junio C Hamano | 2006-11-19 | 1 | -4/+20 |
* | pack-refs: Store the full name of the ref even when packing only tags. | Alexandre Julliard | 2006-11-02 | 1 | -3/+5 |
* | git-pack-refs --all | Junio C Hamano | 2006-10-08 | 1 | -2/+7 |
* | pack-refs: call fflush before fsync. | Junio C Hamano | 2006-10-04 | 1 | -0/+1 |
* | pack-refs: use lockfile as everybody else does. | Junio C Hamano | 2006-10-03 | 1 | -17/+4 |
* | Clean-up lock-ref implementation | Junio C Hamano | 2006-09-27 | 1 | -1/+1 |
* | pack-refs: fix git_path() usage. | Junio C Hamano | 2006-09-22 | 1 | -1/+1 |
* | git-pack-refs --prune | Junio C Hamano | 2006-09-21 | 1 | -9/+75 |
* | pack-refs: do not pack symbolic refs. | Junio C Hamano | 2006-09-21 | 1 | -1/+3 |
* | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -1/+2 |
* | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 | 1 | -3/+5 |
* | Start handling references internally as a sorted in-memory list | Linus Torvalds | 2006-09-17 | 1 | -0/+41 |