summaryrefslogtreecommitdiff
path: root/builtin-show-ref.c
AgeCommit message (Expand)Author
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-02-24Merge branch 'maint'Junio C Hamano
2007-02-24git-show-ref --verify: Fail if called without a referenceDmitry V. Levin
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2006-12-18show-ref: fix --exclude-existingJunio C Hamano
2006-12-18show-ref: fix --verify --hash=lengthJunio C Hamano
2006-12-18show-ref: fix --quiet --verifyJunio C Hamano
2006-12-18avoid accessing _all_ loose refs in git-show-ref --verifyJunio C Hamano
2006-12-18git-fetch: Avoid reading packed refs over and over againJunio C Hamano
2006-11-22Store peeled refs in packed-refs (take 2).Junio C Hamano
2006-11-20Store peeled refs in packed-refs file.Junio C Hamano
2006-10-27Fix show-ref usagestringLars Hjemli
2006-10-01show-ref --hash=len, --abbrev=len, and --abbrevJunio C Hamano
2006-09-21Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano
2006-09-20Fix show-ref usage for --dereference.Christian Couder
2006-09-17Add [-s|--hash] option to Linus' show-ref.Christian Couder
2006-09-16Add "git show-ref" builtin commandLinus Torvalds