40 Commits (d2feb01aa580843261c25d8609369d17bcdf6028)

Author SHA1 Message Date
Stephen Boyd 5acb3e5012 show-branch: Fix die message in parse_reflog_param() 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
Jonas Fonseca 3dfb9278df Add --relative-date option to the revision interface 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Alexandre Julliard f8263c5339 show-branch: Fix another performance problem. 19 years ago
Junio C Hamano 26a8ad25b2 show-branch: fix performance problem. 19 years ago
Junio C Hamano 8048e24b87 show-branch: match documentation and usage 19 years ago
Linus Torvalds d3ff6f5501 Move "void *util" from "struct object" into "struct commit" 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Peter Eriksen 51ce34b992 Builtin git-show-branch. 19 years ago
Johannes Schindelin 698ce6f87e fmt-patch: Support --attach 19 years ago
Johannes Schindelin 596524b33d Teach fmt-patch about --numbered 19 years ago
Junio C Hamano c24fe420d3 show-branch: omit uninteresting merges. 19 years ago
Junio C Hamano f794c23466 show-branch --topics: omit more uninteresting commits. 19 years ago
Junio C Hamano d320a5437f show-branch --topics 19 years ago
Junio C Hamano 4c8725f16a topo-order: make --date-order optional. 19 years ago
Junio C Hamano ce1610ead6 call git_config() after setup_git_directory() 19 years ago
Junio C Hamano 3815f423ae pretty_print_commit(): pass commit object instead of commit->buffer. 19 years ago
Junio C Hamano b2d4c56f2f diff-tree: abbreviate merge parent object names with --abbrev --pretty. 19 years ago
Junio C Hamano 1aa68d6735 show-branch: --current includes the current branch. 19 years ago
Junio C Hamano ebedc31952 show-branch: make the current branch and merge commits stand out. 19 years ago