Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | git-apply: fix whitespace stripping | J. Bruce Fields | 2007-09-17 | 1 | -3/+10 | |
| | * | | | | | apply --index-info: fall back to current index for mode changes | Johannes Schindelin | 2007-09-16 | 2 | -2/+39 | |
| | * | | | | | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint | Junio C Hamano | 2007-09-15 | 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 | |
| | * | | | | | | revision walker: --cherry-pick is a limited operation | Johannes Schindelin | 2007-09-15 | 2 | -0/+15 | |
| | * | | | | | | git-sh-setup: typofix in comments | Junio C Hamano | 2007-09-15 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'js/remote' | Junio C Hamano | 2007-09-14 | 2 | -2/+12 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Teach "git remote" a mirror mode | Johannes Schindelin | 2007-09-03 | 2 | -2/+12 | |
| * | | | | | | | Merge branch 'js/tag' | Junio C Hamano | 2007-09-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | verify-tag: also grok CR/LFs in the tag signature | Johannes Schindelin | 2007-09-03 | 1 | -1/+1 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'lh/svn-first-parent' | Junio C Hamano | 2007-09-14 | 1 | -4/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | git-svn: always use --first-parent | Lars Hjemli | 2007-09-06 | 2 | -22/+5 | |
| | * | | | | | | | git-svn: add support for --first-parent | Lars Hjemli | 2007-09-05 | 2 | -4/+23 | |
| * | | | | | | | | Merge branch 'np/delta' | Junio C Hamano | 2007-09-14 | 4 | -59/+256 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | builtin-pack-objects.c: avoid bogus gcc warnings | Junio C Hamano | 2007-09-14 | 1 | -6/+6 | |
| | * | | | | | | | | threaded delta search: proper locking for cache accounting | Nicolas Pitre | 2007-09-12 | 1 | -4/+20 | |
| | * | | | | | | | | threaded delta search: add pack.threads config variable | Nicolas Pitre | 2007-09-10 | 2 | -1/+20 | |
| | * | | | | | | | | fix threaded delta search locking | Nicolas Pitre | 2007-09-10 | 1 | -5/+6 | |
| | * | | | | | | | | threaded delta search: specify number of threads at run time | Nicolas Pitre | 2007-09-09 | 2 | -5/+29 | |
| | * | | | | | | | | threaded delta search: better chunck split point | Nicolas Pitre | 2007-09-09 | 1 | -0/+5 | |
| | * | | | | | | | | threaded delta search: refine work allocation | Nicolas Pitre | 2007-09-09 | 1 | -14/+45 | |
| | * | | | | | | | | basic threaded delta search | Nicolas Pitre | 2007-09-06 | 2 | -1/+90 | |
| | * | | | | | | | | rearrange delta search progress reporting | Nicolas Pitre | 2007-09-06 | 1 | -9/+14 | |
| | * | | | | | | | | localize window memory usage accounting | Nicolas Pitre | 2007-09-05 | 1 | -14/+14 | |
| | * | | | | | | | | straighten the list of objects to deltify | Nicolas Pitre | 2007-09-05 | 1 | -35/+42 | |
| * | | | | | | | | | Merge branch 'jc/pack' | Junio C Hamano | 2007-09-14 | 1 | -2/+23 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| | * | | | | | | | | Keep last used delta base in the delta window | Junio C Hamano | 2007-09-01 | 1 | -2/+23 | |
| * | | | | | | | | | Merge branch 'dk/diff-delta' | Junio C Hamano | 2007-09-14 | 1 | -23/+86 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | diff-delta.c: Rationalize culling of hash buckets | David Kastrup | 2007-09-09 | 1 | -10/+31 | |
| | * | | | | | | | | | diff-delta.c: pack the index structure | David Kastrup | 2007-09-09 | 1 | -16/+58 | |
| * | | | | | | | | | | Merge branch 'jc/partial-remove' | Junio C Hamano | 2007-09-14 | 4 | -3/+123 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Document ls-files --with-tree=<tree-ish> | Junio C Hamano | 2007-09-14 | 1 | -1/+8 | |
| | * | | | | | | | | | | git-commit: partial commit of paths only removed from the index | Junio C Hamano | 2007-09-14 | 2 | -3/+14 | |
| | * | | | | | | | | | | git-commit: Allow partial commit of file removal. | Junio C Hamano | 2007-09-12 | 3 | -1/+103 | |
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'jc/grep-c' | Junio C Hamano | 2007-09-14 | 10 | -22/+116 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| | * | | | | | | | | Split grep arguments in a way that does not requires to add /dev/null. | Junio C Hamano | 2007-09-14 | 2 | -14/+80 | |
| | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| | * | | | | | | | Documentation/git-config.txt: AsciiDoc tweak to avoid leading dot | Junio C Hamano | 2007-09-14 | 1 | -1/+1 | |
| | * | | | | | | | Add test to check recent fix to "git add -u" | Benoit Sigoure | 2007-09-14 | 2 | -2/+11 | |
| | * | | | | | | | Documentation/git-archive.txt: a couple of clarifications. | Jari Aalto | 2007-09-14 | 1 | -2/+3 |