108 Commits (a1d4f67c12ac172f835e6d5e4e0a197075e2146b)

Author SHA1 Message Date
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 4 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
René Scharfe 2ce6d075fa use strpbrk(3) to search for characters from a given set 5 years ago
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()" 6 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 6 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 8 years ago
Vasco Almeida 8a78d462c9 i18n: show-branch: mark error messages for translation 8 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 9 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