aboutsummaryrefslogtreecommitdiffstats
path: root/update-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds1-8/+11
2005-04-20The recent hash/compression switch-over missed the blob creation.Linus Torvalds1-5/+9
2005-04-18[PATCH] Fix confusing behaviour of update-cache --refresh on unmerged paths.Junio C Hamano1-2/+11
2005-04-17[PATCH] Remove unused arguments from index_fd()Junio C Hamano1-9/+6
2005-04-16Be much more liberal about the file mode bits.Linus Torvalds1-2/+2
2005-04-15Encode a few extra flags per index entry.Linus Torvalds1-2/+2
2005-04-15Add "--cacheinfo" option to update-cache.Linus Torvalds1-0/+35
2005-04-15Convert the index file reading/writing to use network byte order.Linus Torvalds1-14/+11
2005-04-13[PATCH] nsec portabilityPetr Baudis1-0/+4
2005-04-13[PATCH] Whitespace FixesIngo Molnar1-1/+1
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis1-5/+5
2005-04-11Allow zero-sized files to be checked in.Linus Torvalds1-4/+8
2005-04-11Rename ".dircache" directory to ".git"Linus Torvalds1-4/+4
2005-04-11Fix stale index.lock file removal using "atexit()".Linus Torvalds1-17/+24
2005-04-11Fix "update-cache" not fixing up the size field as appropriate.Linus Torvalds1-5/+6
2005-04-11Make "update-cache --refresh" do what it really should do: justLinus Torvalds1-19/+99
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Linus Torvalds1-3/+57
2005-04-09Make "write_cache()" and friends available as generic routines.Linus Torvalds1-69/+0
2005-04-09Make "cache_name_pos()" available to others.Linus Torvalds1-36/+0
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds1-0/+2
2005-04-07Add copyright notices.Linus Torvalds1-0/+5
2005-04-07Initial revision of "git", the information manager from hellLinus Torvalds1-0/+248