summaryrefslogtreecommitdiffstats
path: root/ident.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-27read-tree: teach 1 and 2 way merges about cache-tree.Junio C Hamano1-4/+13
2006-04-27update-index: when --unresolve, smudge the relevant cache-tree entries.Junio C Hamano1-0/+1
2006-04-27t0000-basic: more commit-tree tests.Junio C Hamano1-0/+28
2006-04-27commit-tree.c: check_valid() microoptimization.Junio C Hamano1-6/+5
2006-04-26Fix filename verification when in a subdirectoryLinus Torvalds4-18/+29
2006-04-26rebase: typofix.Junio C Hamano1-1/+1
2006-04-26commit-tree: allow generic object name for the tree as well.Junio C Hamano1-1/+1
2006-04-26Makefile: remove and create xdiff library from scratch.Junio C Hamano1-1/+1
2006-04-26t0000-basic: Add ls-tree recursive test back.Junio C Hamano1-0/+21
2006-04-26Makefile: remove and create libgit.a from scratch.Junio C Hamano1-1/+1
2006-04-26test-dump-cache-tree: report number of subtrees.Junio C Hamano1-3/+4
2006-04-26cache-tree: sort the subtree entries.Junio C Hamano1-26/+66
2006-04-26Teach fsck-objects about cache-tree.Junio C Hamano1-0/+18
2006-04-25socksetup: don't return on set_reuse_addr() errorv1.3.1Serge E. Hallyn1-1/+1
2006-04-25Document the configuration filePetr Baudis3-14/+198
2006-04-25Document git-var -l listing also configuration variablesPetr Baudis1-1/+4
2006-04-25rev-parse: better error message for ambiguous argumentsPaul Mackerras1-2/+10
2006-04-25index: make the index file format extensible.Junio C Hamano10-150/+147
2006-04-25cache-tree: protect against "git prune".Junio C Hamano1-1/+1
2006-04-24Add test-dump-cache-treeJunio C Hamano3-0/+36
2006-04-24Use cache-tree in update-index.Junio C Hamano1-2/+21
2006-04-24Invalidate cache-tree entries for touched paths in git-apply.Junio C Hamano1-3/+13
2006-04-24Update write-tree to use cache-tree.Junio C Hamano1-125/+12
2006-04-24Add cache-tree.Junio C Hamano3-1/+549
2006-04-24read-cache/write-cache: optionally return cache checksum SHA1.Junio C Hamano2-9/+31
2006-04-23gitk: Let git-rev-list do the argument list parsingPaul Mackerras1-18/+2
2006-04-23make update-index --chmod work with multiple files and --stdinAlex Riesen1-7/+16
2006-04-22Libified diff-index: backward compatibility fix.Junio C Hamano3-6/+12
2006-04-22Libify diff-index.Junio C Hamano4-238/+231
2006-04-22Libify diff-files.Junio C Hamano7-1953/+1929
2006-04-22Fix "git show --stat"Junio C Hamano1-1/+2
2006-04-22Add colordiff for git to contrib/colordiff.Junio C Hamano2-0/+198
2006-04-22Makefile: dependency for builtin-help.oJunio C Hamano1-0/+2
2006-04-21Split up builtin commands into separate files from git.cLinus Torvalds5-305/+342
2006-04-21git-log produces no outputLinus Torvalds1-0/+2
2006-04-21fix pack-object buffer sizeNicolas Pitre1-1/+1
2006-04-21mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano1-5/+7
2006-04-21Reintroduce svn pools to solve the memory leak.Santi_BĂ©jar1-1/+3
2006-04-21pack-objects: do not stop at object that is "too small"Junio C Hamano1-1/+1
2006-04-20git-commit --amend: two fixes.Junio C Hamano2-7/+16
2006-04-20git-update-index --unresolveJunio C Hamano4-149/+128
2006-04-20diff --stat: do not drop rename information.Junio C Hamano1-9/+68
2006-04-20Add git-unresolve <paths>...Junio C Hamano3-1/+149
2006-04-20diff: move diff.c to diff-lib.c to make room.Junio C Hamano2-1/+1
2006-04-20pre-commit hook: complain about conflict markers.Junio C Hamano1-0/+3
2006-04-20git-merge: a bit more readable user guidance.Junio C Hamano1-1/+1
2006-04-19get_tree_entry(): make it available from tree-walkJunio C Hamano3-52/+52
2006-04-19sha1_name.c: no need to include diff.h; tree-walk.h will do.Junio C Hamano1-1/+1
2006-04-19sha1_name.c: prepare to make get_tree_entry() reusable from others.Junio C Hamano1-9/+10
2006-04-19git log: don't do merge diffs by defaultLinus Torvalds1-2/+0