summaryrefslogtreecommitdiff
path: root/update-cache.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-20Add "-q" flag to git-update-cacheLibravatar Linus Torvalds1-5/+11
2005-06-05[PATCH] Make git-update-cache --force-remove regularLibravatar Petr Baudis1-5/+7
2005-05-24git-update-cache: allow dot-filesLibravatar Linus Torvalds1-4/+40
2005-05-20sparse cleanupLibravatar Linus Torvalds1-1/+1
2005-05-19[PATCH] cleanup of in-code namesLibravatar Alexey Nezhdanov1-6/+6
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Libravatar Junio C Hamano1-44/+4
2005-05-15Rename cache_match_stat() to ce_match_stat()Libravatar Brad Roberts1-1/+1
2005-05-11Stick a comment to update-cache.c:refresh_cache() that you can'tLibravatar Petr Baudis1-0/+3
2005-05-11[patch] git: fix overflow in update-cache.cLibravatar Ingo Molnar1-1/+1
2005-05-11Make update-cache be explicit about failed open() when doingLibravatar Petr Baudis1-1/+1
2005-05-08Fix git-update-cache --cacheinfo error message.Libravatar Junio C Hamano1-1/+3
2005-05-08Allow removal of "path" when "path/file" exists.Libravatar Junio C Hamano1-3/+12
2005-05-07Add git-update-cache --replace option.Libravatar Junio C Hamano1-5/+13
2005-05-06Revert bogus optimization that avoids index file writesLibravatar Linus Torvalds1-40/+3
2005-05-06update-cache: remove compiler warningLibravatar Linus Torvalds1-1/+0
2005-05-06[PATCH] fix compare symlink against readlink not dataLibravatar Kay Sievers1-5/+45
2005-05-05Do not write out new index if nothing has changed.Libravatar Junio C Hamano1-3/+41
2005-05-05[PATCH] git and symlinks as tracked contentLibravatar Kay Sievers1-12/+23
2005-05-01Implement git-update-cache --force-remove <path>Libravatar Junio C Hamano1-0/+9
2005-05-01Add git-write-blob.Libravatar Junio C Hamano1-51/+0
2005-05-01[PATCH] Make git-update-cache --refresh fail if update/merge needed.Libravatar Junio C Hamano1-5/+10
2005-05-01[PATCH] Allow removing files in a subdirectory.Libravatar Junio C Hamano1-1/+1
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-5/+5
2005-04-26update-cache: remove index lock file on SIGINTLibravatar Linus Torvalds1-0/+7
2005-04-24[PATCH] update-cache: add "--ignore-missing" optionLibravatar James Bottomley1-6/+27
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Libravatar Linus Torvalds1-8/+11
2005-04-20The recent hash/compression switch-over missed the blob creation.Libravatar Linus Torvalds1-5/+9
2005-04-18[PATCH] Fix confusing behaviour of update-cache --refresh on unmerged paths.Libravatar Junio C Hamano1-2/+11
2005-04-17[PATCH] Remove unused arguments from index_fd()Libravatar Junio C Hamano1-9/+6
2005-04-16Be much more liberal about the file mode bits.Libravatar Linus Torvalds1-2/+2
2005-04-15Encode a few extra flags per index entry.Libravatar Linus Torvalds1-2/+2
2005-04-15Add "--cacheinfo" option to update-cache.Libravatar Linus Torvalds1-0/+35
2005-04-15Convert the index file reading/writing to use network byte order.Libravatar Linus Torvalds1-14/+11
2005-04-13[PATCH] nsec portabilityLibravatar Petr Baudis1-0/+4
2005-04-13[PATCH] Whitespace FixesLibravatar Ingo Molnar1-1/+1
2005-04-13[PATCH] Consolidate the error handlingLibravatar Petr Baudis1-5/+5
2005-04-11Allow zero-sized files to be checked in.Libravatar Linus Torvalds1-4/+8
2005-04-11Rename ".dircache" directory to ".git"Libravatar Linus Torvalds1-4/+4
2005-04-11Fix stale index.lock file removal using "atexit()".Libravatar Linus Torvalds1-17/+24
2005-04-11Fix "update-cache" not fixing up the size field as appropriate.Libravatar Linus Torvalds1-5/+6
2005-04-11Make "update-cache --refresh" do what it really should do: justLibravatar Linus Torvalds1-19/+99
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Libravatar Linus Torvalds1-3/+57
2005-04-09Make "write_cache()" and friends available as generic routines.Libravatar Linus Torvalds1-69/+0
2005-04-09Make "cache_name_pos()" available to others.Libravatar Linus Torvalds1-36/+0
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Libravatar Linus Torvalds1-0/+2
2005-04-07Add copyright notices.Libravatar Linus Torvalds1-0/+5
2005-04-07Initial revision of "git", the information manager from hellLibravatar Linus Torvalds1-0/+248