summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-04-27[PATCH] Add -p (patch) to diff-cache.Libravatar Junio C Hamano1-9/+28
2005-04-27[PATCH] Add -p (patch) to diff-tree.Libravatar Junio C Hamano1-9/+26
2005-04-27[PATCH] Reactivate show-diff patch generationLibravatar Junio C Hamano1-14/+42
2005-04-27[PATCH] Reworked external diff interface.Libravatar Junio C Hamano2-40/+72
2005-04-26Allow writing to the private index file mapping.Libravatar Linus Torvalds1-1/+1
2005-04-26diff-cache: fix handling of unmerged files.Libravatar Linus Torvalds1-22/+39
2005-04-26diff-cache.c: use the "U <pathname>" format for unmerged entries.Libravatar Linus Torvalds1-1/+1
2005-04-26[PATCH] diff-cache/tree compatible output for show-diff (take 2).Libravatar Junio C Hamano1-9/+18
2005-04-26show-diff: don't print out the full "ce" format for unmerged filesLibravatar Linus Torvalds1-1/+1
2005-04-26show-diff: match diff-tree and diff-cache outputLibravatar Linus Torvalds1-31/+32
2005-04-26git-pull-script: do automatic mergesLibravatar Linus Torvalds1-3/+11
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li18-41/+54
2005-04-26update-cache: remove index lock file on SIGINTLibravatar Linus Torvalds1-0/+7
2005-04-26[PATCH] diff-cache bugletLibravatar Junio C Hamano1-1/+1
2005-04-26[PATCH] Diff-tree-helper take two.Libravatar Junio C Hamano4-270/+271
2005-04-25[PATCH] Introduce diff-tree-helper.Libravatar Junio C Hamano4-1/+363
2005-04-25[PATCH] Split external diff command interface to a separate file.Libravatar Junio C Hamano4-98/+130
2005-04-25fsck-cache: show root objects only with "--root"Libravatar Linus Torvalds1-1/+6
2005-04-25fsck-cache: only show tags if asked to do so with "--tags"Libravatar Linus Torvalds1-5/+25
2005-04-25Add the git-*-script files to the installLibravatar Linus Torvalds1-2/+3
2005-04-25Add example "git-tag-script" to show how to create signed tag objects.Libravatar Linus Torvalds1-0/+8
2005-04-25Make "fsck" also show what the name of the tag object is, not justLibravatar Linus Torvalds1-3/+6
2005-04-25Add "tag" objects that can be used to sign other objects.Libravatar Linus Torvalds3-1/+165
2005-04-25Fix up the types in write_sha1_fileLibravatar Linus Torvalds2-3/+3
2005-04-25Simplify "write_sha1_file()" interfacesLibravatar Linus Torvalds5-100/+38
2005-04-24fsck-cache: warn about missing commit datesLibravatar Linus Torvalds1-0/+2
2005-04-24Update "convert-cache" to handle git itself.Libravatar Linus Torvalds1-2/+1
2005-04-24[PATCH] update-cache: add "--ignore-missing" optionLibravatar James Bottomley1-6/+27
2005-04-24[PATCH] checkout-cache: add "-n" optionLibravatar James Bottomley1-2/+7
2005-04-24Don't add references to objects we couldn't find. Libravatar Linus Torvalds2-4/+8
2005-04-24Verify that the object type matches for tree/commit objects even before parsing.Libravatar Linus Torvalds2-2/+2
2005-04-24Set object type at object creation time, not object parse time.Libravatar Linus Torvalds2-2/+2
2005-04-24fsck-cache: notice missing "blob" objects.Libravatar Linus Torvalds2-2/+9
2005-04-24[PATCH] fix segfault in fsck-cacheLibravatar Andreas Gal1-0/+2
2005-04-23Support a fine-grained diff-treeLibravatar Linus Torvalds1-2/+76
2005-04-23[PATCH] make file merging respect permissionsLibravatar James Bottomley2-9/+49
2005-04-23[PATCH] Allow multiple date-ordered listsLibravatar Daniel Barkalow4-26/+13
2005-04-23Don't add parents to the commit list if we have alreadyLibravatar Linus Torvalds1-2/+5
2005-04-23Add "rev-list" program that uses the new time-based commit listing.Libravatar Linus Torvalds2-1/+24
2005-04-23[PATCH] Various transport programsLibravatar Daniel Barkalow6-2/+482
2005-04-23[PATCH] Replace merge-base implementationLibravatar Daniel Barkalow1-48/+44
2005-04-23[PATCH] Additional functions for the objects databaseLibravatar Daniel Barkalow2-0/+77
2005-04-23[PATCH] Parse tree objects completelyLibravatar Daniel Barkalow2-3/+29
2005-04-23[PATCH] Add some functions for commit listsLibravatar Daniel Barkalow2-6/+61
2005-04-23[PATCH] Simplify building of programsLibravatar Jonas Fonseca1-1/+1
2005-04-23[PATCH] Fix broken diff-cache output on added filesLibravatar Petr Baudis1-1/+1
2005-04-23Make a hack to convert-cache for missing author dates in oldLibravatar Linus Torvalds1-0/+7
2005-04-23Make "convert-cache" able to handle the really old archive formatsLibravatar Linus Torvalds1-13/+206
2005-04-23Use O_NOATIME when opening the sha1 files.Libravatar Linus Torvalds1-3/+26
2005-04-22[PATCH] PPC assembly implementation of SHA1Libravatar Paul Mackerras4-1/+283