32 Commits (26597cb0cceb82b315c543f1cc02bbb72c537eaa)

Author SHA1 Message Date
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
brian m. carlson b420d90980 refs: convert peel_ref to struct object_id 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
Junio C Hamano 0d583ff02d show-ref: remove a stale comment 8 years ago
Vladimir Panteleev 02bdc9d9f6 show-ref: remove dead `if (verify)' check 8 years ago
Vladimir Panteleev d01b8203ec show-ref: detect dangling refs under --verify as well 8 years ago
Vladimir Panteleev 14144d3b53 show-ref: move --quiet handling into show_one() 8 years ago
Vladimir Panteleev f1627040b9 show-ref: allow -d to work with --verify 8 years ago
Vladimir Panteleev ec7c51bc6b show-ref: accept HEAD with --verify 8 years ago
René Scharfe 42fdf86e5f show-ref: stop using PARSE_OPT_NO_INTERNAL_HELP 9 years ago
Junio C Hamano 33e8fc8740 usage: do not insist that standard input must come from a file 9 years ago
Alex Henrie cc75addd23 show-ref: place angle brackets around variables in usage string 9 years ago
Michael Haggerty a0cde90ebf show_ref(): convert local variable peeled to object_id 10 years ago
Michael Haggerty f0a011fa1f builtin/show-ref: rewrite to use object_id 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Stefan Beller 4741edd549 Remove deprecated OPTION_BOOLEAN for parsing arguments 12 years ago
Doug Bell 3f3d0cea61 show-ref: make --head always show the HEAD ref 12 years ago
Michael Haggerty 66ce036628 exclude_existing(): set existing_refs.strdup_strings 12 years ago
Jeff King e6dbffa67b peel_ref: do not return a null sha1 12 years ago
Nguyễn Thái Ngọc Duy c9120b1c9b i18n: show-ref: mark parseopt strings for translation 13 years ago
Nguyễn Thái Ngọc Duy c689332391 Convert many resolve_ref() calls to read_ref*() and ref_exists() 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 13 years ago
Jonathan Nieder 8c83968385 Describe various forms of "be quiet" using OPT__QUIET 14 years ago
René Scharfe d52ee6e613 add description parameter to OPT__QUIET 14 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Jonathan Nieder e62b393505 Show usage string for 'git show-ref -h' 15 years ago
Stephen Boyd 69932bc611 show-ref: migrate to parse-options 16 years ago
Miklos Vajna 5620e77e30 builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ") 16 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Johannes Schindelin c455c87c5c Rename path_list to string_list 17 years ago
Martin Koegler affeef12fb deref_tag: handle return value NULL 17 years ago
Peter Hagervall baffc0e770 Make every builtin-*.c file #include "builtin.h" 18 years ago
Dmitry V. Levin 8ab40a2005 git-show-ref --verify: Fail if called without a reference 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano d8285af481 show-ref: fix --exclude-existing 18 years ago
Junio C Hamano 64fe031a7a show-ref: fix --verify --hash=length 18 years ago
Junio C Hamano dd9142993c show-ref: fix --quiet --verify 18 years ago
Junio C Hamano 26cdd1e7c7 avoid accessing _all_ loose refs in git-show-ref --verify 18 years ago
Junio C Hamano ed9f7c954c git-fetch: Avoid reading packed refs over and over again 18 years ago
Junio C Hamano f4204ab9f6 Store peeled refs in packed-refs (take 2). 18 years ago
Junio C Hamano cf0adba788 Store peeled refs in packed-refs file. 18 years ago
Lars Hjemli 97f7a7bd0d Fix show-ref usagestring 18 years ago
Junio C Hamano 2eaf22242f show-ref --hash=len, --abbrev=len, and --abbrev 19 years ago
Christian Couder 9c13359aaf Fix show-ref usage for --dereference. 19 years ago
Christian Couder c40abef89f Add [-s|--hash] option to Linus' show-ref. 19 years ago