aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-show-ref.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-249/+0
2009-11-09Show usage string for 'git show-ref -h'Jonathan Nieder1-2/+8
2009-06-20show-ref: migrate to parse-optionsStephen Boyd1-73/+60
2009-03-23builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna1-1/+1
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano1-3/+3
2008-07-21Rename path_list to string_listJohannes Schindelin1-5/+5
2008-02-17deref_tag: handle return value NULLMartin Koegler1-0/+3
2007-07-14Make every builtin-*.c file #include "builtin.h"Peter Hagervall1-0/+1
2007-02-24Merge branch 'maint'Junio C Hamano1-2/+4
2007-02-24git-show-ref --verify: Fail if called without a referenceDmitry V. Levin1-2/+4
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-6/+6
2006-12-18show-ref: fix --exclude-existingJunio C Hamano1-3/+4
2006-12-17show-ref: fix --verify --hash=lengthJunio C Hamano1-10/+15
2006-12-17show-ref: fix --quiet --verifyJunio C Hamano1-3/+5
2006-12-17avoid accessing _all_ loose refs in git-show-ref --verifyJunio C Hamano1-0/+17
2006-12-17git-fetch: Avoid reading packed refs over and over againJunio C Hamano1-1/+59
2006-11-21Store peeled refs in packed-refs (take 2).Junio C Hamano1-2/+4
2006-11-19Store peeled refs in packed-refs file.Junio C Hamano1-9/+27
2006-10-26Fix show-ref usagestringLars Hjemli1-1/+1
2006-10-01show-ref --hash=len, --abbrev=len, and --abbrevJunio C Hamano1-4/+31
2006-09-21Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano1-3/+3
2006-09-20Fix show-ref usage for --dereference.Christian Couder1-1/+1
2006-09-17Add [-s|--hash] option to Linus' show-ref.Christian Couder1-3/+11
2006-09-16Add "git show-ref" builtin commandLinus Torvalds1-0/+112