summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-28[PATCH] Add tag header/parser to libraryDaniel Barkalow
2005-04-28[PATCH] Mark blobs as parsed when they're actually parsedDaniel Barkalow
2005-04-27[PATCH] diff-tree -p implies diff-tree -p -rJunio C Hamano
2005-04-27[PATCH] Use diff-tree -p -r instead of "git diff" in git-export.Junio C Hamano
2005-04-27[PATCH] Make -s flag to show-diff a no-op.Junio C Hamano
2005-04-27[PATCH] Fix up <sys/socket.h> include dependencyAndreas Gal
2005-04-27diff.c: don't add extra '/' to pathnameLinus Torvalds
2005-04-27diff-cache: handle modified new files correctlyLinus Torvalds
2005-04-27[PATCH] Teach diff-tree-helper to handle unmerged paths.Junio C Hamano
2005-04-27[PATCH] Add -p (patch) to diff-cache.Junio C Hamano
2005-04-27[PATCH] Add -p (patch) to diff-tree.Junio C Hamano
2005-04-27[PATCH] Reactivate show-diff patch generationJunio C Hamano
2005-04-27[PATCH] Reworked external diff interface.Junio C Hamano
2005-04-27Allow writing to the private index file mapping.Linus Torvalds
2005-04-27diff-cache: fix handling of unmerged files.Linus Torvalds
2005-04-27diff-cache.c: use the "U <pathname>" format for unmerged entries.Linus Torvalds
2005-04-27[PATCH] diff-cache/tree compatible output for show-diff (take 2).Junio C Hamano
2005-04-27show-diff: don't print out the full "ce" format for unmerged filesLinus Torvalds
2005-04-27show-diff: match diff-tree and diff-cache outputLinus Torvalds
2005-04-26git-pull-script: do automatic mergesLinus Torvalds
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-26update-cache: remove index lock file on SIGINTLinus Torvalds
2005-04-26[PATCH] diff-cache bugletJunio C Hamano
2005-04-26[PATCH] Diff-tree-helper take two.Junio C Hamano
2005-04-26[PATCH] Introduce diff-tree-helper.Junio C Hamano
2005-04-26[PATCH] Split external diff command interface to a separate file.Junio C Hamano
2005-04-25fsck-cache: show root objects only with "--root"Linus Torvalds
2005-04-25fsck-cache: only show tags if asked to do so with "--tags"Linus Torvalds
2005-04-25Add the git-*-script files to the installLinus Torvalds
2005-04-25Add example "git-tag-script" to show how to create signed tag objects.Linus Torvalds
2005-04-25Make "fsck" also show what the name of the tag object is, not justLinus Torvalds
2005-04-25Add "tag" objects that can be used to sign other objects.Linus Torvalds
2005-04-25Fix up the types in write_sha1_fileLinus Torvalds
2005-04-25Simplify "write_sha1_file()" interfacesLinus Torvalds
2005-04-24fsck-cache: warn about missing commit datesLinus Torvalds
2005-04-24Update "convert-cache" to handle git itself.Linus Torvalds
2005-04-24[PATCH] update-cache: add "--ignore-missing" optionJames Bottomley
2005-04-24[PATCH] checkout-cache: add "-n" optionJames Bottomley
2005-04-24Don't add references to objects we couldn't find. Linus Torvalds
2005-04-24Verify that the object type matches for tree/commit objects even before parsing.Linus Torvalds
2005-04-24Set object type at object creation time, not object parse time.Linus Torvalds
2005-04-24fsck-cache: notice missing "blob" objects.Linus Torvalds
2005-04-24[PATCH] fix segfault in fsck-cacheAndreas Gal
2005-04-24Support a fine-grained diff-treeLinus Torvalds
2005-04-24[PATCH] make file merging respect permissionsJames Bottomley
2005-04-24[PATCH] Allow multiple date-ordered listsDaniel Barkalow
2005-04-24Don't add parents to the commit list if we have alreadyLinus Torvalds
2005-04-24Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds
2005-04-24[PATCH] Various transport programsDaniel Barkalow
2005-04-24[PATCH] Replace merge-base implementationDaniel Barkalow