Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Rip out merge-order and make "git log <paths>..." work again. | Linus Torvalds | 2006-03-01 | 11 | -1299/+82 | |
* | Tie it all together: "git log" | Linus Torvalds | 2006-02-28 | 2 | -1/+25 | |
* | Introduce trivial new pager.c helper infrastructure | Linus Torvalds | 2006-02-28 | 3 | -1/+52 | |
* | git-rev-list libification: rev-list walking | Linus Torvalds | 2006-02-28 | 3 | -251/+266 | |
* | Splitting rev-list into revisions lib, end of beginning. | Linus Torvalds | 2006-02-27 | 3 | -22/+22 | |
* | rev-list split: minimum fixup. | Junio C Hamano | 2006-02-26 | 1 | -5/+3 | |
* | First cut at libifying revlist generation | Linus Torvalds | 2006-02-26 | 6 | -357/+464 | |
* | Merge branch 'maint' | Junio C Hamano | 2006-02-26 | 2 | -0/+2 | |
|\ | ||||||
| * | sample hooks template. | Junio C Hamano | 2006-02-26 | 2 | -0/+2 | |
* | | Teach the "git" command to handle some commands internally | Linus Torvalds | 2006-02-26 | 1 | -37/+116 | |
* | | Use setenv(), fix warnings | Timo Hirvonen | 2006-02-26 | 6 | -7/+7 | |
* | | contrib/git-svn: version 0.10.0 | Eric Wong | 2006-02-26 | 1 | -1/+1 | |
* | | contrib/git-svn: optimize sequential commits to svn | Eric Wong | 2006-02-26 | 1 | -3/+27 | |
* | | contrib/git-svn: add show-ignore command | Eric Wong | 2006-02-26 | 2 | -0/+32 | |
* | | annotate: Use qx{} for pipes on activestate. | Ryan Anderson | 2006-02-26 | 1 | -1/+42 | |
* | | annotate: Convert all -| calls to use a helper open_pipe(). | Ryan Anderson | 2006-02-26 | 1 | -29/+44 | |
* | | annotate: Handle dirty state and arbitrary revisions. | Ryan Anderson | 2006-02-26 | 1 | -37/+113 | |
* | | git-fetch: print the new and old ref when fast-forwarding | Lukas Sandström | 2006-02-25 | 1 | -0/+1 | |
* | | fix warning from pack-objects.c | Luck, Tony | 2006-02-24 | 1 | -1/+1 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge branches 'jc/rev-list' and 'jc/pack-thin' | Junio C Hamano | 2006-02-24 | 8 | -128/+437 | |
|\ \ \ | ||||||
| | * | | pack-objects: hash basename and direname a bit differently. | Junio C Hamano | 2006-02-23 | 1 | -1/+32 | |
| | * | | pack-objects: allow "thin" packs to exceed depth limits | Junio C Hamano | 2006-02-23 | 1 | -4/+17 | |
| | * | | pack-objects: use full pathname to help hashing with "thin" pack. | Junio C Hamano | 2006-02-22 | 1 | -16/+44 | |
| | * | | pack-objects: thin pack micro-optimization. | Junio C Hamano | 2006-02-22 | 1 | -6/+10 | |
| | * | | Use thin pack transfer in "git fetch". | Junio C Hamano | 2006-02-20 | 3 | -8/+20 | |
| | * | | Add git-push --thin. | Junio C Hamano | 2006-02-20 | 1 | -0/+4 | |
| | * | | send-pack --thin: use "thin pack" delta transfer. | Junio C Hamano | 2006-02-19 | 1 | -1/+9 | |
| | * | | Thin pack - create packfile with missing delta base. | Junio C Hamano | 2006-02-19 | 1 | -81/+219 | |
| * | | | rev-list --objects: use full pathname to help hashing. | Junio C Hamano | 2006-02-23 | 1 | -13/+56 | |
| * | | | rev-list --objects-edge: remove duplicated edge commit output. | Junio C Hamano | 2006-02-23 | 1 | -1/+3 | |
| * | | | rev-list --objects-edge | Junio C Hamano | 2006-02-19 | 2 | -6/+29 | |
* | | | | gitview: Fix the graph display . | Aneesh Kumar K.V | 2006-02-24 | 1 | -2/+4 | |
* | | | | gitview: Code cleanup | Aneesh Kumar K.V | 2006-02-24 | 1 | -27/+21 | |
* | | | | Add missing programs to ignore list | Shawn Pearce | 2006-02-24 | 1 | -0/+4 | |
* | | | | git ls files recursively show ignored files | Shawn Pearce | 2006-02-24 | 1 | -2/+5 | |
* | | | | Build and install git-mailinfo. | Junio C Hamano | 2006-02-24 | 1 | -2/+2 | |
* | | | | gitview: Bump the rev | Aneesh Kumar | 2006-02-24 | 1 | -1/+1 | |
* | | | | gitview: Fix DeprecationWarning | Aneesh Kumar | 2006-02-24 | 1 | -1/+1 | |
* | | | | Merge fixes early for next maint series. | Junio C Hamano | 2006-02-24 | 1 | -2/+8 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Merge branch 'fix' into maint | Junio C Hamano | 2006-02-24 | 1 | -2/+8 | |
| |\ \ \ | ||||||
| | * | | | git-am: do not allow empty commits by mistake. | Junio C Hamano | 2006-02-23 | 1 | -2/+8 | |
* | | | | | Merge branch 'ar/win' | Junio C Hamano | 2006-02-23 | 1 | -26/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | PATCH: simplify calls to git programs in git-fmt-merge-msg | Alex Riesen | 2006-02-23 | 1 | -26/+5 | |
* | | | | | | Merge branch 'jc/send-insane-refs' | Junio C Hamano | 2006-02-23 | 1 | -10/+28 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | send-pack: do not give up when remote has insanely large number of refs. | Junio C Hamano | 2006-02-22 | 1 | -10/+28 | |
* | | | | | | | Merge fixes early for next maint series. | Junio C Hamano | 2006-02-23 | 9 | -18/+82 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ | Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ... | Junio C Hamano | 2006-02-23 | 4 | -5/+67 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | fix t5600-clone-fail-cleanup.sh on windows | Alex Riesen | 2006-02-23 | 1 | -1/+1 | |
| | | * | | | | | | | diffcore-rename: plug memory leak. | Junio C Hamano | 2006-02-22 | 1 | -1/+3 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | checkout - eye candy. | Junio C Hamano | 2006-02-22 | 3 | -3/+63 | |
| | |/ / / / / / |