57 Commits (dc26bd890d0a8571c38397e2ab33c0f3963c01a7)

Author SHA1 Message Date
Junio C Hamano 415e96c8b7 [PATCH] Implement git-checkout-cache -u to update stat information in the cache. 20 years ago
Brian Gerst bf0f910d1d [PATCH] Kill a bunch of pointer sign warnings for gcc4 20 years ago
Petr Baudis 7ab6f3d437 Remove obsolete note about native CPU byte format 20 years ago
Brad Roberts dbbce55b3a Rename some more cache-related functions 20 years ago
Brad Roberts 5d728c8411 Rename cache_match_stat() to ce_match_stat() 20 years ago
Brad Roberts 127cfd0d2f Cleanup the x-allocation functions 20 years ago
Junio C Hamano a15c1c60db [PATCH 2/3] Support symlinks in git-ls-files --others. 20 years ago
Petr Baudis 883550481f Mark the variable declarations in .h files as extern 20 years ago
Junio C Hamano 8ac069ac0a Introduce GIT_DIR environment variable. 20 years ago
Junio C Hamano d19938ab60 Rename environment variables. 20 years ago
Junio C Hamano 192268c197 Add git-update-cache --replace option. 20 years ago
Junio C Hamano ace1534d6f Introduce SHA1_FILE_DIRECTORIES to support multiple object databases. 20 years ago
Junio C Hamano bf60144c0a [PATCH] Remove unused sha1_file_directory variable. 20 years ago
Linus Torvalds ee267527aa Revert bogus optimization that avoids index file writes 20 years ago
Linus Torvalds f80cd783c6 date.c: add "show_date()" function. 20 years ago
Linus Torvalds db823d4a5a Fix symlink handling 20 years ago
Kay Sievers 8ae0a8c514 [PATCH] git and symlinks as tracked content 20 years ago
Linus Torvalds aac1794132 Improve sha1 object file writing. 20 years ago
Junio C Hamano 74400e7175 Add git-write-blob. 20 years ago
Linus Torvalds 3c249c9506 Add "get_sha1()" helper function. 20 years ago
Edgar Toernig b682969367 [PATCH] compat: missing dirent.d_type field 20 years ago
Edgar Toernig 9da3acfb19 [PATCH] compat: support pre-1.2 zlib 20 years ago
Edgar Toernig ecee9d9e79 [PATCH] Do date parsing by hand... 20 years ago
Junio C Hamano 40469ee9c6 [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 20 years ago
Christopher Li 812666c8e6 [PATCH] introduce xmalloc and xrealloc 20 years ago
Linus Torvalds f5b913c9cb Fix up the types in write_sha1_file 20 years ago
Linus Torvalds a44c9a5e2e Simplify "write_sha1_file()" interfaces 20 years ago
Daniel Barkalow 8237b1854c [PATCH] Additional functions for the objects database 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 cef661fc79 Add support for alternate SHA1 library implementations. 20 years ago
Linus Torvalds bb233d690a Add support for a "GIT_INDEX_FILE" environment variable. 20 years ago
Junio C Hamano f4913f91a9 [PATCH] Accept commit in some places when tree is needed. 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 d98b46f8d9 Do SHA1 hash _before_ compression. 20 years ago
Linus Torvalds e44794706e Be much more liberal about the file mode bits. 20 years ago
Junio C Hamano aee461985f [PATCH] Add --stage to show-files for new stage dircache. 20 years ago
Junio C Hamano fcf712e60e [PATCH] Byteorder fix for read-tree, new -m semantics version. 20 years ago
Linus Torvalds 95fd5bf82a Make cache entry comparison take the new "state" flag into account. 20 years ago
Linus Torvalds f5cabd13d8 Encode a few extra flags per index entry. 20 years ago
Linus Torvalds ccc4feb579 Convert the index file reading/writing to use network byte order. 20 years ago
Petr Baudis 2de381f919 [PATCH] Consolidate the error handling 20 years ago
Linus Torvalds 4bb04f2190 Rename ".dircache" directory to ".git" 20 years ago
Linus Torvalds 73134b6d3f Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of trees 20 years ago
Linus Torvalds 121481abf8 Make "update-cache" a bit friendlier to use (and harder to mis-use). 20 years ago
Linus Torvalds d6d3f9d012 This implements the new "recursive tree" write-tree. 20 years ago
Linus Torvalds 79517a067a Export "cache_name_compare()" helper function. 20 years ago
Linus Torvalds 197ee8c970 Make "write_cache()" and friends available as generic routines. 20 years ago
Linus Torvalds 734aab758c Make the cache stat information comparator public. 20 years ago