56 Commits (2160a025d2a20202e323d33d879521d23e28b709)

Author SHA1 Message Date
Linus Torvalds 2160a025d2 read-cache.c: remove stray debugging printf 20 years ago
Linus Torvalds 12676608fe Re-implement "check_file_directory_conflict()" 20 years ago
Junio C Hamano 025a0709b6 [PATCH] Bugfix: read-cache.c:write_cache() misrecords number of entries. 20 years ago
Linus Torvalds aa16021efc git-read-tree: remove deleted files in the working directory 20 years ago
Timo Hirvonen 972d1bb067 [PATCH] Use ntohs instead of htons to convert ce_flags to host byte order 20 years ago
David Meybohm 8310c2c0b5 [PATCH] check_file_directory_conflict path fix 20 years ago
Linus Torvalds 2cb45e9543 Don't care about st_dev in the index file 20 years ago
Linus Torvalds 6b0c312106 Include file cleanups.. 20 years ago
Linus Torvalds 958ba6c96e Introduce "base_name_compare()" helper function 20 years ago
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
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
Junio C Hamano aa575f815e A stylistic fix to read-cache.c 20 years ago
Junio C Hamano 192268c197 Add git-update-cache --replace option. 20 years ago
Junio C Hamano 0f1e4f0401 git-update-cache refuses to add a file where a directory is registed. 20 years ago
Junio C Hamano 3d0291c450 [PATCH] Do not initialize sha1_file_directory by hand. 20 years ago
Linus Torvalds ee267527aa Revert bogus optimization that avoids index file writes 20 years ago
Kay Sievers ffbe1addd5 [PATCH] fix compare symlink against readlink not data 20 years ago
Kay Sievers 8ae0a8c514 [PATCH] git and symlinks as tracked content 20 years ago
Linus Torvalds 520fc2415e Allow writing to the private index file mapping. 20 years ago
Christopher Li 812666c8e6 [PATCH] introduce xmalloc and xrealloc 20 years ago
Linus Torvalds b5af910727 New "diff-cache" implementation. 20 years ago
Linus Torvalds bb233d690a Add support for a "GIT_INDEX_FILE" environment variable. 20 years ago
Linus Torvalds 94dfb7f2e3 Fix NSEC compile problem, and properly parse the rev-tree cmd line. 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 0fcfd160b0 Split up read-cache.c into more logical clumps. 20 years ago
James Bottomley a4b7dbef4e [PATCH] fix bug in read-cache.c which loses files when merging a tree 20 years ago
Petr Baudis e8871e88ad [PATCH] Fix +x-related show-diff false positives 20 years ago
Junio C Hamano c4e3cca1f7 [PATCH] update-cache --remove marks the path merged. 20 years ago
Linus Torvalds e44794706e Be much more liberal about the file mode bits. 20 years ago
Linus Torvalds 7b937ca331 When inserting a index entry of stage 0, remove all old unmerged entries. 20 years ago
Linus Torvalds 95fd5bf82a Make cache entry comparison take the new "state" flag into account. 20 years ago
Linus Torvalds ccc4feb579 Convert the index file reading/writing to use network byte order. 20 years ago
Linus Torvalds f864ba7448 Fix read-cache.c collission check logic. 20 years ago
Ingo Molnar aebb267908 [PATCH] Whitespace Fixes 20 years ago
Petr Baudis 2de381f919 [PATCH] Consolidate the error handling 20 years ago
Petr Baudis bdd4da595a [PATCH] Make nsec checking optional 20 years ago
Petr Baudis 5c2a7fbc36 [PATCH] SHA1 naive collision checking 20 years ago
Linus Torvalds 4bb04f2190 Rename ".dircache" directory to ".git" 20 years ago
Linus Torvalds 0dcad32ae2 Fix "usage()" to do the missing line termination. 20 years ago
Linus Torvalds 76e7f4ec48 Fix off-by-one error in removal of cache entry. 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
Linus Torvalds eb38c22f53 Make "cache_name_pos()" available to others. 20 years ago