summaryrefslogtreecommitdiff
path: root/builtin-show-ref.c
Commit message (Expand)AuthorAgeFilesLines
* show-ref: migrate to parse-optionsStephen Boyd2009-06-201-73/+60
* builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-1/+1
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-3/+3
* Rename path_list to string_listJohannes Schindelin2008-07-211-5/+5
* deref_tag: handle return value NULLMartin Koegler2008-02-171-0/+3
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-141-0/+1
* Merge branch 'maint'Junio C Hamano2007-02-241-2/+4
|\
| * git-show-ref --verify: Fail if called without a referenceDmitry V. Levin2007-02-241-2/+4
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-6/+6
|/
* show-ref: fix --exclude-existingJunio C Hamano2006-12-181-3/+4
* show-ref: fix --verify --hash=lengthJunio C Hamano2006-12-171-10/+15
* show-ref: fix --quiet --verifyJunio C Hamano2006-12-171-3/+5
* avoid accessing _all_ loose refs in git-show-ref --verifyJunio C Hamano2006-12-171-0/+17
* git-fetch: Avoid reading packed refs over and over againJunio C Hamano2006-12-171-1/+59
* Store peeled refs in packed-refs (take 2).Junio C Hamano2006-11-211-2/+4
* Store peeled refs in packed-refs file.Junio C Hamano2006-11-191-9/+27
* Fix show-ref usagestringLars Hjemli2006-10-261-1/+1
* show-ref --hash=len, --abbrev=len, and --abbrevJunio C Hamano2006-10-011-4/+31
* Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano2006-09-211-3/+3
* Fix show-ref usage for --dereference.Christian Couder2006-09-201-1/+1
* Add [-s|--hash] option to Linus' show-ref.Christian Couder2006-09-171-3/+11
* Add "git show-ref" builtin commandLinus Torvalds2006-09-161-0/+112