summaryrefslogtreecommitdiff
path: root/builtin-show-branch.c
Commit message (Expand)AuthorAgeFilesLines
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-967/+0
* Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
* Refactor pretty_print_commit arguments into a structThomas Rast2009-10-191-2/+2
* Merge branch 'maint'Junio C Hamano2009-10-041-3/+11
|\
| * Merge branch 'jc/maint-1.6.4-show-branch-default' into maintJunio C Hamano2009-10-041-3/+11
| |\
| | * show-branch: fix segfault when showbranch.default existsJunio C Hamano2009-10-041-3/+11
* | | git-merge-base/git-show-branch --merge-base: Documentation and testMichael J Gruber2009-08-051-1/+1
* | | git-merge-base/git-show-branch: Cleanup documentation and usageMichael J Gruber2009-08-051-2/+2
|/ /
* | show-branch: don't use LASTARG_DEFAULT with OPTARGStephen Boyd2009-06-091-2/+1
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
|/
* show-branch: migrate to parse-options APIStephen Boyd2009-05-221-62/+63
* Merge branch 'mh/show-branch-color' into sb/show-branch-parse-optionsJunio C Hamano2009-05-221-4/+47
|\
| * show-branch: color the commit status signsMarkus Heidelberg2009-04-221-4/+47
* | show-branch: Fix die message in parse_reflog_param()Stephen Boyd2009-05-171-1/+1
|/
* builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-2/+1
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Merge branch 'maint'Junio C Hamano2008-05-261-2/+2
|\
| * show-branch --current: do not barf on detached HEADJunio C Hamano2008-05-261-2/+2
* | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
|/
* builtin-show-branch.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
* format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-011-1/+1
* Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit2007-09-101-7/+6
* Lift 16kB limit of log message outputJunio C Hamano2007-06-131-10/+13
* General const correctness fixesShawn O. Pearce2007-03-071-1/+2
* prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-201-2/+2
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-2/+2
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-10/+10
* show-branch -g: default to the current branch.Junio C Hamano2007-02-031-1/+4
* show-branch -g: default to HEADJunio C Hamano2007-01-251-4/+13
* reflog inspection: introduce shortcut "-g"Johannes Schindelin2007-01-241-1/+3
* show-branch --reflog: fix show_date() callJunio C Hamano2007-01-201-1/+1
* show-branch --reflog: tighten input validation.Junio C Hamano2007-01-191-4/+11
* show-branch --reflog: show the reflog message at the top.Junio C Hamano2007-01-191-27/+95
* Make git-show-branch options similar to git-branch.Brian Gernhardt2006-12-221-14/+26
* simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+0
* Teach show-branch how to show ref-log data.Junio C Hamano2006-12-171-5/+30
* show-branch: mark active branch with a '*' againJohannes Schindelin2006-09-211-0/+6
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-11/+11
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-13/+13
* Make ref resolution sanerLinus Torvalds2006-09-171-27/+19
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-3/+3
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-281-1/+1
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-2/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+1
* show-branch: Fix another performance problem.Alexandre Julliard2006-07-231-0/+2
* show-branch: fix performance problem.Junio C Hamano2006-07-161-4/+5
* show-branch: match documentation and usageJunio C Hamano2006-07-061-1/+1
* Move "void *util" from "struct object" into "struct commit"Linus Torvalds2006-06-171-12/+12