aboutsummaryrefslogtreecommitdiff
path: root/builtin-show-ref.c
Commit message (Expand)AuthorAge
* builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-23
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
* Rename path_list to string_listJohannes Schindelin2008-07-21
* deref_tag: handle return value NULLMartin Koegler2008-02-17
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-14
* Merge branch 'maint'Junio C Hamano2007-02-24
|\
| * git-show-ref --verify: Fail if called without a referenceDmitry V. Levin2007-02-24
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
|/
* show-ref: fix --exclude-existingJunio C Hamano2006-12-18
* show-ref: fix --verify --hash=lengthJunio C Hamano2006-12-17
* show-ref: fix --quiet --verifyJunio C Hamano2006-12-17
* avoid accessing _all_ loose refs in git-show-ref --verifyJunio C Hamano2006-12-17
* git-fetch: Avoid reading packed refs over and over againJunio C Hamano2006-12-17
* Store peeled refs in packed-refs (take 2).Junio C Hamano2006-11-21
* Store peeled refs in packed-refs file.Junio C Hamano2006-11-19
* Fix show-ref usagestringLars Hjemli2006-10-26
* show-ref --hash=len, --abbrev=len, and --abbrevJunio C Hamano2006-10-01
* Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano2006-09-21
* Fix show-ref usage for --dereference.Christian Couder2006-09-20
* Add [-s|--hash] option to Linus' show-ref.Christian Couder2006-09-17
* Add "git show-ref" builtin commandLinus Torvalds2006-09-16