summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | send-email: make message-id generation a bit more robustJunio C Hamano2007-09-171-4/+11
| * | | | | | Merge branch 'maint'Junio C Hamano2007-09-1710-1009/+613
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | git-apply: fix whitespace strippingJ. Bruce Fields2007-09-171-3/+10
| | * | | | | apply --index-info: fall back to current index for mode changesJohannes Schindelin2007-09-162-2/+39
| | * | | | | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-09-155-1003/+548
| | |\ \ \ \ \
| | | * | | | | core-tutorial: minor cleanupJ. Bruce Fields2007-09-151-22/+10
| | | * | | | | documentation: replace Discussion section by link to user-manual chapterJ. Bruce Fields2007-09-153-597/+54
| | | * | | | | user-manual: todo updates and cleanupJ. Bruce Fields2007-09-151-13/+16
| | | * | | | | user-manual: fix introduction to packfilesJ. Bruce Fields2007-09-151-2/+2
| | | * | | | | user-manual: move packfile and dangling object discussionJ. Bruce Fields2007-09-151-148/+147
| | | * | | | | user-manual: rewrite object database discussionJ. Bruce Fields2007-09-151-139/+196
| | | * | | | | user-manual: reorder commit, blob, tree discussionJ. Bruce Fields2007-09-151-41/+41
| | | * | | | | user-manual: rewrite index discussionJ. Bruce Fields2007-09-151-49/+55
| | | * | | | | user-manual: create new "low-level git operations" chapterJ. Bruce Fields2007-09-151-9/+24
| | | * | | | | user-manual: rename "git internals" to "git concepts"J. Bruce Fields2007-09-151-6/+10
| | | * | | | | user-manual: move object format details to hacking-git chapterJ. Bruce Fields2007-09-151-23/+32
| | | * | | | | user-manual: adjust section levels in "git internals"J. Bruce Fields2007-09-151-5/+12
| | * | | | | | revision walker: --cherry-pick is a limited operationJohannes Schindelin2007-09-152-0/+15
| | * | | | | | git-sh-setup: typofix in commentsJunio C Hamano2007-09-151-1/+1
| | |/ / / / /
| * | | | | | Merge branch 'js/remote'Junio C Hamano2007-09-142-2/+12
| |\ \ \ \ \ \
| | * | | | | | Teach "git remote" a mirror modeJohannes Schindelin2007-09-032-2/+12
| * | | | | | | Merge branch 'js/tag'Junio C Hamano2007-09-141-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | verify-tag: also grok CR/LFs in the tag signatureJohannes Schindelin2007-09-031-1/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'lh/svn-first-parent'Junio C Hamano2007-09-141-4/+6
| |\ \ \ \ \ \ \
| | * | | | | | | git-svn: always use --first-parentLars Hjemli2007-09-062-22/+5
| | * | | | | | | git-svn: add support for --first-parentLars Hjemli2007-09-052-4/+23
| * | | | | | | | Merge branch 'np/delta'Junio C Hamano2007-09-144-59/+256
| |\ \ \ \ \ \ \ \
| | * | | | | | | | builtin-pack-objects.c: avoid bogus gcc warningsJunio C Hamano2007-09-141-6/+6
| | * | | | | | | | threaded delta search: proper locking for cache accountingNicolas Pitre2007-09-121-4/+20
| | * | | | | | | | threaded delta search: add pack.threads config variableNicolas Pitre2007-09-102-1/+20
| | * | | | | | | | fix threaded delta search lockingNicolas Pitre2007-09-101-5/+6
| | * | | | | | | | threaded delta search: specify number of threads at run timeNicolas Pitre2007-09-092-5/+29
| | * | | | | | | | threaded delta search: better chunck split pointNicolas Pitre2007-09-091-0/+5
| | * | | | | | | | threaded delta search: refine work allocationNicolas Pitre2007-09-091-14/+45
| | * | | | | | | | basic threaded delta searchNicolas Pitre2007-09-062-1/+90
| | * | | | | | | | rearrange delta search progress reportingNicolas Pitre2007-09-061-9/+14
| | * | | | | | | | localize window memory usage accountingNicolas Pitre2007-09-051-14/+14
| | * | | | | | | | straighten the list of objects to deltifyNicolas Pitre2007-09-051-35/+42
| * | | | | | | | | Merge branch 'jc/pack'Junio C Hamano2007-09-141-2/+23
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Keep last used delta base in the delta windowJunio C Hamano2007-09-011-2/+23
| * | | | | | | | | Merge branch 'dk/diff-delta'Junio C Hamano2007-09-141-23/+86
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | diff-delta.c: Rationalize culling of hash bucketsDavid Kastrup2007-09-091-10/+31
| | * | | | | | | | | diff-delta.c: pack the index structureDavid Kastrup2007-09-091-16/+58
| * | | | | | | | | | Merge branch 'jc/partial-remove'Junio C Hamano2007-09-144-3/+123
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Document ls-files --with-tree=<tree-ish>Junio C Hamano2007-09-141-1/+8
| | * | | | | | | | | | git-commit: partial commit of paths only removed from the indexJunio C Hamano2007-09-142-3/+14
| | * | | | | | | | | | git-commit: Allow partial commit of file removal.Junio C Hamano2007-09-123-1/+103
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'jc/grep-c'Junio C Hamano2007-09-1410-22/+116
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Split grep arguments in a way that does not requires to add /dev/null.Junio C Hamano2007-09-142-14/+80
| | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Documentation/git-config.txt: AsciiDoc tweak to avoid leading dotJunio C Hamano2007-09-141-1/+1