88 Commits (148bce96e58a80fcf3a36d0cb70e0bd24ba6cfb6)

Author SHA1 Message Date
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 9 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
David Aguilar c41a87dd80 refs: make rev-parse --quiet actually quiet 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 10 years ago
Jeff King 28b3563241 free ref string returned by dwim_ref 11 years ago
Jeff King 283101869b use xstrfmt to replace xmalloc + sprintf 11 years ago
Nguyễn Thái Ngọc Duy eb07894fe0 use wildmatch() directly without fnmatch() wrapper 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 0064053bd7 assume parse_commit checks commit->object.parsed 11 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Thomas Rast 465cf8ce45 show-branch: fix description of --date-order 12 years ago
Junio C Hamano 08f704f294 toposort: rename "lifo" field 12 years ago
Jeff King aaa07e3eee show-branch: use strbuf instead of static buffer 12 years ago
Nguyễn Thái Ngọc Duy d780bef42a i18n: show-branch: mark parseopt strings for translation 13 years ago