64 Commits (8d7a455ed52e2a96debc080dfc011b6bb00db5d2)

Author SHA1 Message Date
René Scharfe 7e65c75c31 show-branch: use QSORT 9 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 11 years ago
David Aguilar c41a87dd80 refs: make rev-parse --quiet actually quiet 11 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 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 12 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
Nguyễn Thái Ngọc Duy 8cad4744ee Rename resolve_ref() to resolve_ref_unsafe() 13 years ago
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Jeff King c9bfb95348 want_color: automatically fallback to color.ui 14 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 14 years ago
Jeff King e269eb7946 git_config_colorbool: refactor stdout_is_tty handling 14 years ago
Jeff King 8b8a53744f pretty: add pp_commit_easy function for simple callers 14 years ago
Dan McGee 7cd52b5b4b Share color list between graph and show-branch 14 years ago
Thiago Farina 47e44ed1dc commit: Add commit_list prefix in two function names. 14 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 15 years ago
Tay Ray Chuan bd7440fe1b show-branch: use DEFAULT_ABBREV instead of 7 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Mark Lodato 73e9da0196 Add an optional argument for --color options 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 16 years ago
Junio C Hamano 3af1cae469 show-branch: fix segfault when showbranch.default exists 16 years ago