summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* index: make the index file format extensible.Junio C Hamano2006-04-2410-150/+147
* cache-tree: protect against "git prune".Junio C Hamano2006-04-241-1/+1
* Add test-dump-cache-treeJunio C Hamano2006-04-243-0/+36
* Use cache-tree in update-index.Junio C Hamano2006-04-241-2/+21
* Invalidate cache-tree entries for touched paths in git-apply.Junio C Hamano2006-04-231-3/+13
* Update write-tree to use cache-tree.Junio C Hamano2006-04-231-125/+12
* Add cache-tree.Junio C Hamano2006-04-233-1/+549
* read-cache/write-cache: optionally return cache checksum SHA1.Junio C Hamano2006-04-232-9/+31
* Merge branch 'jc/diff'Junio C Hamano2006-04-211-9/+68
|\
| * diff --stat: do not drop rename information.Junio C Hamano2006-04-191-9/+68
* | Makefile: dependency for builtin-help.oJunio C Hamano2006-04-211-0/+2
* | Split up builtin commands into separate files from git.cLinus Torvalds2006-04-215-305/+342
* | Merge branch 'fix'Junio C Hamano2006-04-211-0/+2
|\ \
| * | git-log produces no outputLinus Torvalds2006-04-211-0/+2
* | | Merge branch 'fix'Junio C Hamano2006-04-213-8/+12
|\ \ \ | |/ /
| * | fix pack-object buffer sizeNicolas Pitre2006-04-211-1/+1
| * | mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano2006-04-211-5/+7
| * | Reintroduce svn pools to solve the memory leak.Santi_BĂ©jar2006-04-201-1/+3
| * | pack-objects: do not stop at object that is "too small"Junio C Hamano2006-04-201-1/+1
* | | Merge branch 'fix'Junio C Hamano2006-04-202-7/+16
|\ \ \ | |/ / | | / | |/ |/|
| * git-commit --amend: two fixes.Junio C Hamano2006-04-202-7/+16
* | Merge branch 'lt/xsha1'Junio C Hamano2006-04-193-1/+67
|\ \
| * | get_tree_entry(): make it available from tree-walkJunio C Hamano2006-04-193-52/+52
| * | sha1_name.c: no need to include diff.h; tree-walk.h will do.Junio C Hamano2006-04-191-1/+1
| * | sha1_name.c: prepare to make get_tree_entry() reusable from others.Junio C Hamano2006-04-191-9/+10
| * | get_sha1() shorthands for blob/tree objectsLinus Torvalds2006-04-181-1/+66
* | | Merge branch 'maint'Junio C Hamano2006-04-192-1/+4
|\ \ \ | | |/ | |/|
| * | pre-commit hook: complain about conflict markers.Junio C Hamano2006-04-191-0/+3
| * | git-merge: a bit more readable user guidance.Junio C Hamano2006-04-191-1/+1
* | | diff: move diff.c to diff-lib.c to make room.Junio C Hamano2006-04-192-1/+1
* | | git log: don't do merge diffs by defaultLinus Torvalds2006-04-191-2/+0
* | | Allow "git repack" users to specify repacking window/depthLinus Torvalds2006-04-191-3/+5
* | | Merge branch 'fix'Junio C Hamano2006-04-192-4/+24
|\ \ \ | |/ / | | / | |/ |/|
| * Document git-clone --referenceShawn Pearce2006-04-181-1/+20
| * Fix filename scaling for binary filesJonas Fonseca2006-04-181-3/+4
* | Fix uninteresting tags in new revision parsingLinus Torvalds2006-04-181-0/+1
* | Merge branch 'jc/pager-cat'Junio C Hamano2006-04-181-1/+1
|\ \
| * | Do not fork PAGER=catJunio C Hamano2006-04-161-1/+1
* | | Merge branch 'lt/logopt'Junio C Hamano2006-04-1814-437/+472
|\ \ \ | |_|/ |/| |
| * | Fix "git log --stat": make sure to set recursive with --stat.Junio C Hamano2006-04-182-2/+9
| * | combine-diff: show diffstat with the first parent.Junio C Hamano2006-04-171-5/+19
| * | git.c: LOGSIZE is unused after log printing cleanup.Junio C Hamano2006-04-171-2/+0
| * | Log message printout cleanups (#3): fix --pretty=onelineLinus Torvalds2006-04-171-2/+12
| * | Log message printout cleanups (#2)Linus Torvalds2006-04-172-8/+17
| * | Log message printout cleanupsLinus Torvalds2006-04-1711-185/+151
| * | rev-list --header: output format fixJunio C Hamano2006-04-171-0/+3
| * | Fixes for option parsingLinus Torvalds2006-04-162-4/+15
| * | log/whatchanged/show - log formatting cleanup.Junio C Hamano2006-04-163-15/+30
| * | Simplify common default options setup for built-in log family.Junio C Hamano2006-04-161-13/+7
| * | Merge branch 'master' into lt/logoptJunio C Hamano2006-04-168-21/+169
| |\ \ | | |/