101 Commits (dfaed028620c2dca08d24583c7fc8b0aef9b6d0f)

Author SHA1 Message Date
Jeff King d713e88c40 show-branch: drop unused parameter from show_independent() 6 years ago
Nguyễn Thái Ngọc Duy 7fdff47432 refs.c: remove the_repo from read_ref_at() 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Jeff King 403d2ba52c show-branch: mark --reflog option as NONEG 6 years ago
Jeff King 67947c34ae convert "hashcmp() != 0" to "!hasheq()" 7 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
René Scharfe 5f0df44cd7 parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Nguyễn Thái Ngọc Duy 44cecbf8a0 show-branch: note about its object flags usage 7 years ago
Nguyễn Thái Ngọc Duy 60855a5343 show-branch: use commit-slab for commit-name instead of commit->util 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Olga Telezhnaya cf3947193c format: create pretty.h file 7 years ago
Jeff King 33c643bb08 Revert "color: check color.ui in git_default_config()" 7 years ago
brian m. carlson 8eb36d9422 refs: convert read_ref_at to struct object_id 7 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 7 years ago
brian m. carlson 0f2dc722dd refs: convert resolve_refdup and refs_resolve_refdup to struct object_id 7 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Jeff King 136c8c8b8f color: check color.ui in git_default_config() 8 years ago
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Prathamesh Chavan e0556a928f dir: create function count_slashes() 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Jeff King d3cc5f4c44 show-branch: use skip_prefix to drop magic numbers 8 years ago
Jeff King d9e557a320 show-branch: store resolved head in heap buffer 8 years ago
Jeff King e6a7c75298 show-branch: drop head_len variable 8 years ago
René Scharfe 7e65c75c31 show-branch: use QSORT 8 years ago
Vasco Almeida 205d13451d i18n: show-branch: mark plural strings for translation 9 years ago
Vasco Almeida 8a78d462c9 i18n: show-branch: mark error messages for translation 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
René Scharfe c949b00fb8 show-branch: use argv_array for default arguments 9 years ago
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 9 years ago
Jeff King 7cd17e8057 show-branch: avoid segfault with --reflog of unborn branch 10 years ago
Jeff King 78f23bdf68 show-branch: use a strbuf for reflog descriptions 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Jeff King b7c1e11dc4 show-branch: use DATE_RELATIVE instead of magic number 10 years ago
Michael Haggerty 96062b5762 cmd_show_branch(): fix error message 10 years ago
Michael Haggerty d1516bf462 builtin/show-branch: rewrite functions to work with object_id 10 years ago
Michael Haggerty 7a456c1eea append_one_rev(): rewrite to work with object_id 10 years ago
Michael Haggerty 2e253a4a12 builtin/show-branch: rewrite functions to take object_id arguments 10 years ago
Michael Haggerty a00595fbd2 append_matching_ref(): 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
Mike Hommey 539d09c3b4 show-branch: show all local heads when only giving one rev along --topics 10 years ago
Ralf Thielow d6589d1ba4 show-branch: fix indentation of usage string 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Alexander Kuleshov 9990273917 show-branch: line-wrap show-branch usage 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago