summaryrefslogtreecommitdiff
path: root/builtin-show-branch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Shrink "struct object" a bitLinus Torvalds2006-06-171-1/+1
* Merge branch 'js/fmt-patch'Junio C Hamano2006-05-241-1/+1
* Builtin git-show-branch.Peter Eriksen2006-05-231-0/+789