13 Commits (ae2f203ef7be7b33ff5ec61646c8662363eccd62)

Author SHA1 Message Date
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 13 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 13 years ago
Jeff King e269eb7946 git_config_colorbool: refactor stdout_is_tty handling 13 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 14 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 15 years ago
Michael J Gruber f621a8454d git-merge-base/git-show-branch --merge-base: Documentation and test 15 years ago
Michael J Gruber 995bdc73fe git-merge-base/git-show-branch: Cleanup documentation and usage 15 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 16 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. 17 years ago
Junio C Hamano 80583c0ef6 Lift 16kB limit of log message output 18 years ago
Shawn O. Pearce 3a55602eec General const correctness fixes 18 years ago
Junio C Hamano 1968d77dd6 prefixcmp(): fix-up leftover strncmp(). 18 years ago
Junio C Hamano 599065a3bb prefixcmp(): fix-up mechanical conversion. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano 632ac9fd12 show-branch -g: default to the current branch. 18 years ago
Junio C Hamano df373ea99a show-branch -g: default to HEAD 18 years ago
Johannes Schindelin 084ae0a7bd reflog inspection: introduce shortcut "-g" 18 years ago
Junio C Hamano 16bfefeebc show-branch --reflog: fix show_date() call 18 years ago
Junio C Hamano b15af07928 show-branch --reflog: tighten input validation. 18 years ago
Junio C Hamano 76a44c5c0b show-branch --reflog: show the reflog message at the top. 18 years ago
Brian Gernhardt f49006b0c7 Make git-show-branch options similar to git-branch. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 7e3fe904ef Teach show-branch how to show ref-log data. 18 years ago
Johannes Schindelin afdcec7366 show-branch: mark active branch with a '*' again 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 18 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 18 years ago
Linus Torvalds ed378ec7e8 Make ref resolution saner 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago