42 Commits (69c5f17f11a2afe6b56b04f5a4377e4332858cde)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 5cf88fd8b0 git-compat-util.h: use "UNUSED", not "UNUSED(var)" 2 years ago
Jeff King 63e14ee2d6 refs: mark unused each_ref_fn parameters 2 years ago
Taylor Blau c0c9d35e27 builtin/show-ref.c: avoid over-iterating with --heads, --tags 2 years ago
Jeff King 36a317929b refs: switch peel_ref() to peel_iterated_oid() 4 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Elijah Newren 8e712ef6fc Honor core.precomposeUnicode in more places 6 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
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 11 years ago
Stefan Beller 4741edd549 Remove deprecated OPTION_BOOLEAN for parsing arguments 11 years ago
Doug Bell 3f3d0cea61 show-ref: make --head always show the HEAD ref 11 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 12 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 16 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