summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fk/blame'Junio C Hamano2006-03-042-1/+563
|\
| * git-blame, take 2Fredrik Kuivinen2006-03-021-365/+485
| * Merge part of 'lt/rev-list' into 'fk/blame'Junio C Hamano2006-03-0280-2342/+5881
| |\
| * | Add git-blame, a tool for assigning blame.Fredrik Kuivinen2006-02-212-1/+444
* | | Merge branch 'lt/rev-list'Junio C Hamano2006-03-0414-1886/+954
|\ \ \
| * | | setup_revisions(): handle -n<n> and -<n> internally.Junio C Hamano2006-03-022-14/+16
| * | | git-log (internal): more options.Junio C Hamano2006-03-013-4/+72
| * | | git-log (internal): add approxidate.Junio C Hamano2006-03-011-0/+20
| | |/ | |/|
| * | Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds2006-03-0111-1299/+82
| * | Tie it all together: "git log"Linus Torvalds2006-02-282-1/+25
| * | Introduce trivial new pager.c helper infrastructureLinus Torvalds2006-02-283-1/+52
| * | git-rev-list libification: rev-list walkingLinus Torvalds2006-02-283-251/+266
| * | Splitting rev-list into revisions lib, end of beginning.Linus Torvalds2006-02-273-22/+22
| * | rev-list split: minimum fixup.Junio C Hamano2006-02-261-5/+3
| * | First cut at libifying revlist generationLinus Torvalds2006-02-266-357/+464
* | | Add a Documentation/git-tools.txtMarco Costalba2006-03-031-0/+97
* | | cvsserver: anonymous cvs via pserver supportMartin Langhoff2006-03-041-0/+34
* | | Merge branch 'tl/anno'Junio C Hamano2006-03-031-1/+1
|\ \ \
| * | | annotate should number lines starting with 1Luck, Tony2006-03-031-1/+1
* | | | cvsserver: better error messagesMartin Langhoff2006-03-031-1/+14
* | | | cvsserver: nested directory creation fixups for Eclipse clientsMartin Langhoff2006-03-031-17/+56
* | | | Merge branch 'maint'Junio C Hamano2006-03-031-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | tar-tree: file/dirmode fix.Junio C Hamano2006-03-031-4/+6
* | | | contrib/git-svn: fix a copied-tree bug in an overzealous assertionEric Wong2006-03-031-4/+11
* | | | show-branch --topics: omit more uninteresting commits.Junio C Hamano2006-03-031-14/+6
* | | | workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm)Alex Riesen2006-03-031-6/+17
* | | | git-mv: fix moves into a subdir from outsideJosef Weidendorfer2006-03-032-2/+24
* | | | send-email: accept --no-signed-off-by-cc as the documentation statesEric Wong2006-03-031-1/+1
* | | | contrib/git-svn: better documenting of CLI switchesEric Wong2006-03-032-15/+31
* | | | contrib/git-svn: add --id/-i=$GIT_SVN_ID command-line switchEric Wong2006-03-031-8/+11
* | | | contrib/git-svn: avoid re-reading the repository uuid, it never changesEric Wong2006-03-031-15/+12
* | | | contrib/git-svn: create a more recent master if one does not existEric Wong2006-03-031-3/+3
* | | | contrib/git-svn: cleanup option parsingEric Wong2006-03-031-30/+35
* | | | contrib/git-svn: allow --authors-file to be specifiedEric Wong2006-03-031-8/+32
* | | | contrib/git-svn: strip 'git-svn-id:' when commiting to SVNEric Wong2006-03-031-0/+3
* | | | contrib/git-svn: several small bug fixes and changesEric Wong2006-03-031-10/+17
* | | | contrib/git-svn: add -b/--branch switch for branch detectionEric Wong2006-03-032-1/+54
* | | | Prevent --index-info from ignoring -z.Shawn Pearce2006-03-021-1/+3
* | | | manpages: insert two missing [verse] markers for multi-line SYNOPSISJonas Fonseca2006-03-022-0/+2
* | | | gitview: pass the missing argument _show_clicked_cb.Aneesh Kumar K.V2006-03-021-1/+1
* | | | Fix test case for some sedJohannes Schindelin2006-03-021-1/+2
* | | | git-branch: add -r switch to list refs/remotes/*Eric Wong2006-03-021-0/+10
* | | | cvsserver: fix checkouts with -d <somedir>Martin Langhoff2006-03-021-5/+5
* | | | cvsserver: checkout faster by sending files in a sensible orderMartin Langhoff2006-03-021-2/+5
* | | | git-commit: make sure we protect against races.Junio C Hamano2006-03-021-0/+2
* | | | git-commit --amendJunio C Hamano2006-03-021-4/+39
* | | | show-branch --topicsJunio C Hamano2006-03-021-1/+18
* | | | GIT-VERSION-GEN: squelch unneeded error from "cat version"Junio C Hamano2006-03-021-1/+4
* | | | Merge branch 'ml/cvsserver'Junio C Hamano2006-03-021-10/+50
|\ \ \ \
| * | | | cvsserver: Eclipse compat -- now "compare with latest from HEAD" worksMartin Langhoff2006-03-011-3/+24