summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-blame: Use the same tests for git-blame as for git-annotateFredrik Kuivinen2006-03-053-83/+97
* blame and annotate: show localtime with timezone.Junio C Hamano2006-03-052-5/+20
* blame: avoid -lm by not using log().Junio C Hamano2006-03-052-6/+4
* git-blame: Make the output human readableFredrik Kuivinen2006-03-052-18/+148
* get_revision(): do not dig deeper when we know we are at the end.Linus Torvalds2006-03-051-7/+11
* documentation: add 'see also' sections to git-rm and git-addJeff Muizelaar2006-03-052-0/+6
* contrib/emacs/Makefile: Provide tool for byte-compiling files.Mark Wooding2006-03-052-0/+21
* gitignore: Ignore some more boring things.Mark Wooding2006-03-052-0/+2
* Const tightening.Junio C Hamano2006-03-0510-39/+44
* Documentation/Makefile: Some `git-*.txt' files aren't manpages.Mark Wooding2006-03-051-1/+5
* cvsserver: updated documentationMartin Langhoff2006-03-051-25/+60
* cosmetics: change from 'See-Also' to 'See Also'Jeff Muizelaar2006-03-054-4/+4
* git-commit --amend: allow empty commit.Junio C Hamano2006-03-051-1/+1
*-. Cauterize dropped or duplicate bits from next.Junio C Hamano2006-03-040-0/+0
|\ \
| | * diff-delta: cull collided hash bucket more aggressively.Junio C Hamano2006-03-011-12/+25
| * | cvsserver: fix checkouts with -d <somedir>Martin Langhoff2006-03-031-5/+5
| * | cvsserver: checkout faster by sending files in a sensible orderMartin Langhoff2006-03-031-2/+5
| * | Merge branch 'master' into nextJunio C Hamano2006-03-024-41/+82
| |\ \
| * \ \ Merge branch 'ml/cvsserver' into nextJunio C Hamano2006-03-011-3/+24
| |\ \ \
| * \ \ \ Merge branch 'np/delta' into nextJunio C Hamano2006-03-017-25/+137
| |\ \ \ \
| | * | | | diff-delta: allow reusing of the reference buffer indexNicolas Pitre2006-03-016-21/+40
| | * | | | diff-delta: bound hash list length to avoid O(m*n) behaviorNicolas Pitre2006-03-011-13/+56
| | * | | | diff-delta: produce optimal pack dataNicolas Pitre2006-03-011-47/+30
| * | | | | Merge branch 'ml/cvsserver' into nextJunio C Hamano2006-03-011-7/+26
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/tag' into nextJunio C Hamano2006-03-012-15/+125
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Pull GIT 1.2.4 fixes from masterJunio C Hamano2006-03-012-10/+25
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/diff' into nextJunio C Hamano2006-03-011-28/+113
| |\ \ \ \ \ \ \ \
| | * | | | | | | | diffcore-delta: stop using deltifier for packing.Junio C Hamano2006-02-281-28/+113
| * | | | | | | | | Merge branch 'lt/rev-list' into nextJunio C Hamano2006-03-014-4/+92
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'lt/rev-list' into nextJunio C Hamano2006-03-0115-1543/+415
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge part of 'jc/diff' into nextJunio C Hamano2006-03-015-40/+61
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge part of 'sp/checkout' into nextJunio C Hamano2006-03-012-2/+59
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'lt/apply' into nextJunio C Hamano2006-03-011-4/+9
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'js/refs' into nextJunio C Hamano2006-03-011-2/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cvsserver' of http://locke.catalyst.net.nz/git/git-martinlangho...Junio C Hamano2006-03-015-27/+106
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | cvsserver: Eclipse compat - browsing 'modules' (heads in our case) worksMartin Langhoff2006-03-011-0/+20
| | * | | | | | | | | | | | | | cvsserver: Eclipse compat fixes - implement Questionable, alias rlog, add a s...Martin Langhoff2006-03-011-3/+21
| | * | | | | | | | | | | | | | cvsserver: add notes on how to get a checkout under EclipseMartin Langhoff2006-03-011-0/+24
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge part of np/deltaJunio C Hamano2006-02-281-49/+75
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | diff-delta: bound hash list length to avoid O(m*n) behaviorNicolas Pitre2006-02-271-13/+56
| | * | | | | | | | | | | | | | Revert "Revert "diff-delta: produce optimal pack data""Junio C Hamano2006-02-271-47/+30
| * | | | | | | | | | | | | | | Merge branch 'lt/apply' into nextJunio C Hamano2006-02-281-2/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJunio C Hamano2006-02-274-26/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'lt/rev-list' into nextJunio C Hamano2006-02-273-22/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'lt/apply' into nextJunio C Hamano2006-02-273-26/+90
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'kh/svnimport' into nextJunio C Hamano2006-02-272-8/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'kh/svnimport' into nextJunio C Hamano2006-02-262-4/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'lt/apply' into nextJunio C Hamano2006-02-264-80/+232
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'lt/rev-list' into nextJunio C Hamano2006-02-261-5/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'lt/rev-list' into nextJunio C Hamano2006-02-2619-461/+838
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \