Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | core-tutorial: correct URL | Randy Dunlap | 2007-09-25 | 1 | -1/+2 | |
| | * | | | | | Fix spelling of overridden in documentation | Shawn Bohrer | 2007-09-25 | 2 | -2/+2 | |
| | * | | | | | gitattributes.txt: Be more to the point in the filter driver description. | Johannes Sixt | 2007-09-25 | 1 | -5/+4 | |
| | * | | | | | gitattributes.txt: Remove a duplicated paragraph about 'ident' and 'crlf' int... | Johannes Sixt | 2007-09-25 | 1 | -11/+0 | |
| | * | | | | | user-manual: Explain what submodules are good for. | Michael Smith | 2007-09-25 | 1 | -12/+42 | |
| * | | | | | | Move convert-objects to contrib. | Matt Kraai | 2007-09-25 | 2 | -29/+0 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | Start RelNotes for 1.5.4 | Junio C Hamano | 2007-09-24 | 1 | -0/+21 | |
| * | | | | | Merge branch 'je/hooks' | Junio C Hamano | 2007-09-23 | 1 | -0/+13 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Added example hook script to save/restore permissions/ownership. | Josh England | 2007-09-18 | 1 | -1/+2 | |
| | * | | | | | Add post-merge hook, related documentation, and tests. | Josh England | 2007-09-18 | 1 | -0/+12 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge branch 'js/apply-build-ancestor' | Junio C Hamano | 2007-09-23 | 1 | -4/+7 | |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | apply: get rid of --index-info in favor of --build-fake-ancestor | Johannes Schindelin | 2007-09-18 | 1 | -4/+7 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'maint' | Junio C Hamano | 2007-09-23 | 4 | -13/+219 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint | Junio C Hamano | 2007-09-23 | 1 | -7/+213 | |
| | |\ \ \ | ||||||
| | | * | | | User Manual: add a chapter for submodules | Miklos Vajna | 2007-09-23 | 1 | -0/+202 | |
| | | * | | | user-manual: don't assume refs are stored under .git/refs | J. Bruce Fields | 2007-09-23 | 1 | -7/+11 | |
| | * | | | | Conjugate "search" correctly in the git-prune-packed man page. | Matt Kraai | 2007-09-21 | 1 | -1/+1 | |
| | * | | | | Move the paragraph specifying where the .idx and .pack files should be | Matt Kraai | 2007-09-21 | 1 | -4/+4 | |
| | * | | | | Documentation/git-lost-found.txt: drop unnecessarily duplicated name. | Junio C Hamano | 2007-09-21 | 1 | -1/+1 | |
| | |/ / / | ||||||
* | | | | | Make fetch a builtin | Daniel Barkalow | 2007-09-19 | 1 | -4/+5 | |
|/ / / / | ||||||
* | | | | Merge branch 'maint' to sync with 1.5.3.2 | Junio C Hamano | 2007-09-19 | 2 | -0/+59 | |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | ||||||
| * | | GIT 1.5.3.2v1.5.3.2 | Junio C Hamano | 2007-09-19 | 1 | -0/+58 | |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-09-18 | 4 | -13/+14 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed update-hook example allow-users format. | Väinö Järvelä | 2007-09-18 | 1 | -4/+4 | |
| * | | Documentation/git-svn: updated design philosophy notes | Eric Wong | 2007-09-18 | 1 | -5/+6 | |
| * | | git-push: documentation and tests for pushing only branches | Jeff King | 2007-09-18 | 2 | -4/+4 | |
| * | | Document ls-files --with-tree=<tree-ish> | Junio C Hamano | 2007-09-17 | 1 | -1/+8 | |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-09-17 | 5 | -1003/+548 | |
|\ \ \ | |/ / | ||||||
| * | | core-tutorial: minor cleanup | J. Bruce Fields | 2007-09-15 | 1 | -22/+10 | |
| * | | documentation: replace Discussion section by link to user-manual chapter | J. Bruce Fields | 2007-09-15 | 3 | -597/+54 | |
| * | | user-manual: todo updates and cleanup | J. Bruce Fields | 2007-09-15 | 1 | -13/+16 | |
| * | | user-manual: fix introduction to packfiles | J. Bruce Fields | 2007-09-15 | 1 | -2/+2 | |
| * | | user-manual: move packfile and dangling object discussion | J. Bruce Fields | 2007-09-15 | 1 | -148/+147 | |
| * | | user-manual: rewrite object database discussion | J. Bruce Fields | 2007-09-15 | 1 | -139/+196 | |
| * | | user-manual: reorder commit, blob, tree discussion | J. Bruce Fields | 2007-09-15 | 1 | -41/+41 | |
| * | | user-manual: rewrite index discussion | J. Bruce Fields | 2007-09-15 | 1 | -49/+55 | |
| * | | user-manual: create new "low-level git operations" chapter | J. Bruce Fields | 2007-09-15 | 1 | -9/+24 | |
| * | | user-manual: rename "git internals" to "git concepts" | J. Bruce Fields | 2007-09-15 | 1 | -6/+10 | |
| * | | user-manual: move object format details to hacking-git chapter | J. Bruce Fields | 2007-09-15 | 1 | -23/+32 | |
| * | | user-manual: adjust section levels in "git internals" | J. Bruce Fields | 2007-09-15 | 1 | -5/+12 | |
* | | | Merge branch 'js/remote' | Junio C Hamano | 2007-09-14 | 1 | -1/+5 | |
|\ \ \ | ||||||
| * | | | Teach "git remote" a mirror mode | Johannes Schindelin | 2007-09-03 | 1 | -1/+5 | |
* | | | | Merge branch 'np/delta' | Junio C Hamano | 2007-09-14 | 2 | -1/+17 | |
|\ \ \ \ | ||||||
| * | | | | threaded delta search: add pack.threads config variable | Nicolas Pitre | 2007-09-10 | 1 | -1/+9 | |
| * | | | | threaded delta search: specify number of threads at run time | Nicolas Pitre | 2007-09-09 | 1 | -0/+8 | |
* | | | | | Merge branch 'jc/partial-remove' | Junio C Hamano | 2007-09-14 | 1 | -1/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Document ls-files --with-tree=<tree-ish> | Junio C Hamano | 2007-09-14 | 1 | -1/+8 | |
* | | | | | | Merge branch 'jc/grep-c' | Junio C Hamano | 2007-09-14 | 2 | -3/+4 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Documentation/git-config.txt: AsciiDoc tweak to avoid leading dot | Junio C Hamano | 2007-09-14 | 1 | -1/+1 | |
| * | | | | | Documentation/git-archive.txt: a couple of clarifications. | Jari Aalto | 2007-09-14 | 1 | -2/+3 |