๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v0.99.2
/
read-cache.c
tag
c5db5456ae3b0873fc659c19fafdde22313cc441
tagger
Junio C Hamano <junkio@cox.net>
Wed Jul 27 01:36:15 2005
object
2779fad61302da0fe3a24995e343ab894f32fa42
Wooops. I tagged a wrong version. This is the 0.99.2
c0fd1f5
Make "ce_match_path()" a generic helper function
by Linus Torvalds
ยท 20 years ago
b155725
[PATCH] Fix oversimplified optimization for add_cache_entry().
by Junio C Hamano
ยท 20 years ago
2160a02
read-cache.c: remove stray debugging printf
by Linus Torvalds
ยท 20 years ago
1267660
Re-implement "check_file_directory_conflict()"
by Linus Torvalds
ยท 20 years ago
025a070
[PATCH] Bugfix: read-cache.c:write_cache() misrecords number of entries.
by Junio C Hamano
ยท 21 years ago
aa16021
git-read-tree: remove deleted files in the working directory
by Linus Torvalds
ยท 21 years ago
972d1bb
[PATCH] Use ntohs instead of htons to convert ce_flags to host byte order
by Timo Hirvonen
ยท 21 years ago
8310c2c
[PATCH] check_file_directory_conflict path fix
by David Meybohm
ยท 21 years ago
2cb45e9
Don't care about st_dev in the index file
by Linus Torvalds
ยท 21 years ago
6b0c312
Include file cleanups..
by Linus Torvalds
ยท 21 years ago
958ba6c
Introduce "base_name_compare()" helper function
by Linus Torvalds
ยท 21 years ago
415e96c
[PATCH] Implement git-checkout-cache -u to update stat information in the cache.
by Junio C Hamano
ยท 21 years ago
bf0f910
[PATCH] Kill a bunch of pointer sign warnings for gcc4
by Brian Gerst
ยท 21 years ago
dbbce55
Rename some more cache-related functions
by Brad Roberts
ยท 21 years ago
5d728c8
Rename cache_match_stat() to ce_match_stat()
by Brad Roberts
ยท 21 years ago
aa575f8
A stylistic fix to read-cache.c
by Junio C Hamano
ยท 21 years ago
192268c
Add git-update-cache --replace option.
by Junio C Hamano
ยท 21 years ago
0f1e4f0
git-update-cache refuses to add a file where a directory is registed.
by Junio C Hamano
ยท 21 years ago
3d0291c
[PATCH] Do not initialize sha1_file_directory by hand.
by Junio C Hamano
ยท 21 years ago
ee26752
Revert bogus optimization that avoids index file writes
by Linus Torvalds
ยท 21 years ago
ffbe1ad
[PATCH] fix compare symlink against readlink not data
by Kay Sievers
ยท 21 years ago
8ae0a8c
[PATCH] git and symlinks as tracked content
by Kay Sievers
ยท 21 years ago
520fc24
Allow writing to the private index file mapping.
by Linus Torvalds
ยท 21 years ago
812666c
[PATCH] introduce xmalloc and xrealloc
by Christopher Li
ยท 21 years ago
b5af910
New "diff-cache" implementation.
by Linus Torvalds
ยท 21 years ago
bb233d6
Add support for a "GIT_INDEX_FILE" environment variable.
by Linus Torvalds
ยท 21 years ago
94dfb7f
Fix NSEC compile problem, and properly parse the rev-tree cmd line.
by Linus Torvalds
ยท 21 years ago
ca9be05
Make the sha1 of the index file go at the very end of the file.
by Linus Torvalds
ยท 21 years ago
4990aad
Speed up index file writing by chunking it nicely.
by Linus Torvalds
ยท 21 years ago
0fcfd16
Split up read-cache.c into more logical clumps.
by Linus Torvalds
ยท 21 years ago
a4b7dbe
[PATCH] fix bug in read-cache.c which loses files when merging a tree
by James Bottomley
ยท 21 years ago
e8871e8
[PATCH] Fix +x-related show-diff false positives
by Petr Baudis
ยท 21 years ago
c4e3cca
[PATCH] update-cache --remove marks the path merged.
by Junio C Hamano
ยท 21 years ago
e447947
Be much more liberal about the file mode bits.
by Linus Torvalds
ยท 21 years ago
7b937ca
When inserting a index entry of stage 0, remove all old unmerged entries.
by Linus Torvalds
ยท 21 years ago
95fd5bf
Make cache entry comparison take the new "state" flag into account.
by Linus Torvalds
ยท 21 years ago
ccc4feb
Convert the index file reading/writing to use network byte order.
by Linus Torvalds
ยท 21 years ago
f864ba7
Fix read-cache.c collission check logic.
by Linus Torvalds
ยท 21 years ago
aebb267
[PATCH] Whitespace Fixes
by Ingo Molnar
ยท 21 years ago
2de381f
[PATCH] Consolidate the error handling
by Petr Baudis
ยท 21 years ago
bdd4da5
[PATCH] Make nsec checking optional
by Petr Baudis
ยท 21 years ago
5c2a7fb
[PATCH] SHA1 naive collision checking
by Petr Baudis
ยท 21 years ago
4bb04f2
Rename ".dircache" directory to ".git"
by Linus Torvalds
ยท 21 years ago
0dcad32
Fix "usage()" to do the missing line termination.
by Linus Torvalds
ยท 21 years ago
76e7f4e
Fix off-by-one error in removal of cache entry.
by Linus Torvalds
ยท 21 years ago
73134b6
Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of trees
by Linus Torvalds
ยท 21 years ago
121481a
Make "update-cache" a bit friendlier to use (and harder to mis-use).
by Linus Torvalds
ยท 21 years ago
d6d3f9d
This implements the new "recursive tree" write-tree.
by Linus Torvalds
ยท 21 years ago
79517a0
Export "cache_name_compare()" helper function.
by Linus Torvalds
ยท 21 years ago
197ee8c
Make "write_cache()" and friends available as generic routines.
by Linus Torvalds
ยท 21 years ago
734aab7
Make the cache stat information comparator public.
by Linus Torvalds
ยท 21 years ago
eb38c22
Make "cache_name_pos()" available to others.
by Linus Torvalds
ยท 21 years ago
59c1e24
Fix missing return values and some error tests for empty index files
by Linus Torvalds
ยท 21 years ago
2ade934
Add "check_sha1_signature()" helper function
by Linus Torvalds
ยท 21 years ago
24778e3
Factor out "read_sha1_file" into mapping/inflating/unmapping.
by Linus Torvalds
ยท 21 years ago
19b2860
Use "-Wall -O2" for the compiler to get more warnings.
by Linus Torvalds
ยท 21 years ago
8bc9a0c
Add copyright notices.
by Linus Torvalds
ยท 21 years ago
e83c516
Initial revision of "git", the information manager from hell
by Linus Torvalds
ยท 21 years ago