108 Commits (a1d4f67c12ac172f835e6d5e4e0a197075e2146b)

Author SHA1 Message Date
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 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 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
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 15 years ago
Junio C Hamano 3af1cae469 show-branch: fix segfault when showbranch.default exists 16 years ago
Michael J Gruber f621a8454d git-merge-base/git-show-branch --merge-base: Documentation and test 16 years ago
Michael J Gruber 995bdc73fe git-merge-base/git-show-branch: Cleanup documentation and usage 16 years ago
Stephen Boyd e169b97459 show-branch: don't use LASTARG_DEFAULT with OPTARG 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Stephen Boyd 57343652a5 show-branch: migrate to parse-options API 16 years ago
Stephen Boyd 5acb3e5012 show-branch: Fix die message in parse_reflog_param() 16 years ago
Markus Heidelberg ab07ba2a24 show-branch: color the commit status signs 16 years ago
Miklos Vajna 33fa4d3dfe builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ") 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Junio C Hamano f8fcb57bb4 show-branch --current: do not barf on detached HEAD 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano 4f9c412bf7 builtin-show-branch.c: guard config parser from value=NULL 17 years ago
Junio C Hamano acef41c9db format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Junio C Hamano 4593fb8405 format-patch -s: add MIME encoding header if signer's name requires so 17 years ago
Pierre Habouzit 674d172730 Rework pretty_print_commit to use strbufs instead of custom buffers. 18 years ago
Junio C Hamano 80583c0ef6 Lift 16kB limit of log message output 18 years ago