summaryrefslogtreecommitdiff
path: root/builtin-show-branch.c
Commit message (Expand)AuthorAgeFilesLines
* 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