126 Commits (de7e0b58ea4bb1ca8242e677096dae50f96e9b7e)

Author SHA1 Message Date
Jeff King 67985e4e4a refs: drop "broken" flag from for_each_fullref_in() 3 years ago
Wolfgang Müller e2c5993744 rev-parse: mark die() messages for translation 4 years ago
Wolfgang Müller 99fc555188 rev-parse: fix segfault with missing --path-format argument 4 years ago
brian m. carlson fac60b8925 rev-parse: add option for absolute or relative path formatting 4 years ago
Jeff King 3a1f91cfd9 rev-parse: handle --end-of-options 4 years ago
Jeff King 9033addfa6 rev-parse: put all options under the "-" check 4 years ago
Jeff King e05e2ae8fe rev-parse: don't accept options after dashdash 4 years ago
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 4 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Alexandr Miloslavskiy 49d3c4b481 get_superproject_working_tree(): return strbuf 5 years ago
Alexandr Miloslavskiy 3d7747e318 real_path: remove unsafe API 5 years ago
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 5 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 6 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 6 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 7 years ago
brian m. carlson 321c89bf5f sha1_name: convert GET_SHA1* flags to GET_OID* 7 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 7 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 8 years ago