114 Commits (d6a6263f5f97d681849d5646cf1a78a20fb99bee)

Author SHA1 Message Date
Jeff King 2d92ab32fd rev-parse: make --show-toplevel without a worktree an error 5 years ago
brian m. carlson 2eabd38313 rev-parse: add a --show-object-format option 5 years ago
brian m. carlson 7e0d029f18 builtin/rev-parse: switch to use the_hash_algo 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 3a7a698e93 sha1-name.c: remove implicit dependency on the_index 6 years ago
Andreas Gruenbacher 5221048092 rev-parse: clear --exclude list after 'git rev-parse --all' 6 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Elijah Newren 0ed556d38f rev-parse: check lookup'ed commit references for NULL 7 years ago
Stefan Beller c88134870e shallow: add repository argument to is_repository_shallow 7 years ago
brian m. carlson 2182abd94b split-index: convert struct split_index to object_id 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Brandon Williams ae90bdce8f rev-parse: rename 'this' variable 7 years ago
Jeff King e35f11c293 sq_quote_argv: drop maxlen parameter 7 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 7 years ago
Øystein Walle 417abfde35 rev-parse: rev-parse: add --is-shallow-repository 7 years ago
Brandon Casey 33e75122f4 rev-parse parseopt: interpret any whitespace as start of help text 7 years ago
Brandon Casey 28a8d0f77a rev-parse parseopt: do not search help text for flag chars 7 years ago
Jeff King 1d0538e486 rev-parse: don't trim bisect refnames 8 years ago
brian m. carlson 321c89bf5f sha1_name: convert GET_SHA1* flags to GET_OID* 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 8bc095f7d5 builtin/rev-parse: convert to struct object_id 8 years ago
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps 8 years ago
brian m. carlson 1b7ba794d2 Convert sha1_array_for_each_unique and for_each_abbrev to object_id 8 years ago
Jeff King 5b1ef2cef4 replace unchecked snprintf calls with heap buffers 8 years ago
Jeff King e4da43b1f0 prefix_filename: return newly allocated string 8 years ago
Jeff King 116fb64e43 prefix_filename: drop length parameter 8 years ago
Jeff King ffddfc6328 rev-parse: simplify parsing of ref options 8 years ago
Jeff King 9d16ca65bb rev-parse: add helper for parsing "--foo/--foo=" 8 years ago
Jeff King ef87cc79df rev-parse: use skip_prefix when parsing options 8 years ago
Stefan Beller bf0231c661 rev-parse: add --show-superproject-working-tree 8 years ago
Johannes Schindelin 098aa86762 rev-parse: fix several options when running in a subdirectory 8 years ago
SZEDER Gábor a2f5a87626 rev-parse: add '--absolute-git-dir' option 8 years ago
Jeff King a2e7b04c44 rev-parse: fix parent shorthands with --symbolic 8 years ago
Junio C Hamano 7b5b7721af abbrev: prepare for new world order 8 years ago
Vegard Nossum 8779351dd7 revision: new rev^-n shorthand for rev^n..rev 8 years ago
René Scharfe 02962d3684 use strbuf_addstr() for adding constant strings to a strbuf 9 years ago
Jeff King fc7d47f0dd rev-parse: let some options run outside repository 9 years ago
Nguyễn Thái Ngọc Duy 17f1365dbc rev-parse: take prefix into account in --git-common-dir 9 years ago
Junio C Hamano 72e37b6ac8 rev-parse: read parseopt spec with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 9 years ago
Ilya Bobyr 2d893dff4c rev-parse --parseopt: allow [*=?!] in argument hints 10 years ago
Michael Haggerty e23b036863 builtin/rev-parse: rewrite to take an object_id argument 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