3865 Commits (fb18a2edf7f3d1585b6330b7dde110b992d3b97c)
 

Author SHA1 Message Date
Linus Torvalds a44c9a5e2e Simplify "write_sha1_file()" interfaces 20 years ago
Linus Torvalds e6948b6d88 fsck-cache: warn about missing commit dates 20 years ago
Linus Torvalds 3f053897b3 Update "convert-cache" to handle git itself. 20 years ago
James Bottomley c6e007b094 [PATCH] update-cache: add "--ignore-missing" option 20 years ago
James Bottomley 32718b6c5e [PATCH] checkout-cache: add "-n" option 20 years ago
Linus Torvalds 235ac40772 Don't add references to objects we couldn't find. 20 years ago
Linus Torvalds c35dfe8589 Verify that the object type matches for tree/commit objects even before parsing. 20 years ago
Linus Torvalds d32987be61 Set object type at object creation time, not object parse time. 20 years ago
Linus Torvalds 4728b861ac fsck-cache: notice missing "blob" objects. 20 years ago
Andreas Gal da6abf5d9c [PATCH] fix segfault in fsck-cache 20 years ago
Linus Torvalds c5b423860d Support a fine-grained diff-tree 20 years ago
James Bottomley e2b6a9d0bf [PATCH] make file merging respect permissions 20 years ago
Daniel Barkalow 58e28af6a4 [PATCH] Allow multiple date-ordered lists 20 years ago
Linus Torvalds 4056c09114 Don't add parents to the commit list if we have already 20 years ago
Linus Torvalds 64745109c4 Add "rev-list" program that uses the new time-based commit listing. 20 years ago
Daniel Barkalow 6eb7ed5403 [PATCH] Various transport programs 20 years ago
Daniel Barkalow b6b15db3f4 [PATCH] Replace merge-base implementation 20 years ago
Daniel Barkalow 8237b1854c [PATCH] Additional functions for the objects database 20 years ago
Daniel Barkalow 08692164e0 [PATCH] Parse tree objects completely 20 years ago
Daniel Barkalow dd97f850c3 [PATCH] Add some functions for commit lists 20 years ago
Jonas Fonseca 90ffd0952f [PATCH] Simplify building of programs 20 years ago
Petr Baudis 65bc81d6fe [PATCH] Fix broken diff-cache output on added files 20 years ago
Linus Torvalds 93256315b2 Make a hack to convert-cache for missing author dates in old 20 years ago
Linus Torvalds bfac5d9429 Make "convert-cache" able to handle the really old archive formats 20 years ago
Linus Torvalds 144bde78e9 Use O_NOATIME when opening the sha1 files. 20 years ago
Paul Mackerras a6ef3518f9 [PATCH] PPC assembly implementation of SHA1 20 years ago
Linus Torvalds b5af910727 New "diff-cache" implementation. 20 years ago
Linus Torvalds 94537c78a8 Move "read_tree()" to "tree.c" to be used as a generic helper function. 20 years ago
Linus Torvalds aba0668247 Clean up and simplify read-tree a bit. 20 years ago
Linus Torvalds cef661fc79 Add support for alternate SHA1 library implementations. 20 years ago
Linus Torvalds cc1ad5c830 Split up Makefile library list handling with separate entries for 20 years ago
Linus Torvalds b2c0071867 Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h". 20 years ago
Linus Torvalds bb233d690a Add support for a "GIT_INDEX_FILE" environment variable. 20 years ago
Linus Torvalds 65bb49144d Add the ability to prefix something to the pathname to "checkout-cache.c" 20 years ago
Linus Torvalds 94dfb7f2e3 Fix NSEC compile problem, and properly parse the rev-tree cmd line. 20 years ago
Junio C Hamano c5bac17ad2 [PATCH] Usage-string fixes. 20 years ago
Linus Torvalds 80913d4364 Duh, just make git-export.c use the proper syntax, everything is fine. 20 years ago
Linus Torvalds 860edf7a71 Fix up some problems from the commit->tree helper patch 20 years ago
Linus Torvalds 32347c3752 Fix up git-export to use the lower-level interfaces for diff generation. 20 years ago
Junio C Hamano b12ec373b8 [PATCH] Teach read-tree about commit objects 20 years ago
Junio C Hamano 23b127ed08 [PATCH] Teach ls-tree about commit objects 20 years ago
Junio C Hamano c1fdf2a6ab [PATCH] Teach diff-tree about commit objects 20 years ago
Junio C Hamano 38357e6703 [PATCH] Teach diff-cache about commit objects 20 years ago
Junio C Hamano f4913f91a9 [PATCH] Accept commit in some places when tree is needed. 20 years ago
Andre Noll 6ca25ed331 [PATCH] simplify Makefile 20 years ago
Linus Torvalds 2dee060968 Improve build: add <unistd.h> and use -O2 instead of -O3 20 years ago
Linus Torvalds ca9be05421 Make the sha1 of the index file go at the very end of the file. 20 years ago
Linus Torvalds 4990aadc4c Speed up index file writing by chunking it nicely. 20 years ago
Linus Torvalds 706bc531a1 Make "write_sha1_file()" exit early if the file already exists. 20 years ago
James Bottomley ad4e9ce4f9 [PATCH] make dotest more amenable to commit message editing 20 years ago