summaryrefslogtreecommitdiff
path: root/update-cache.c
AgeCommit message (Expand)Author
2005-06-21Add "-q" flag to git-update-cacheLinus Torvalds
2005-06-05[PATCH] Make git-update-cache --force-remove regularPetr Baudis
2005-05-24git-update-cache: allow dot-filesLinus Torvalds
2005-05-20sparse cleanupLinus Torvalds
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano
2005-05-15Rename cache_match_stat() to ce_match_stat()Brad Roberts
2005-05-11Stick a comment to update-cache.c:refresh_cache() that you can'tPetr Baudis
2005-05-11[patch] git: fix overflow in update-cache.cIngo Molnar
2005-05-11Make update-cache be explicit about failed open() when doingPetr Baudis
2005-05-08Fix git-update-cache --cacheinfo error message.Junio C Hamano
2005-05-08Allow removal of "path" when "path/file" exists.Junio C Hamano
2005-05-08Add git-update-cache --replace option.Junio C Hamano
2005-05-06Revert bogus optimization that avoids index file writesLinus Torvalds
2005-05-06update-cache: remove compiler warningLinus Torvalds
2005-05-06[PATCH] fix compare symlink against readlink not dataKay Sievers
2005-05-05Do not write out new index if nothing has changed.Junio C Hamano
2005-05-05[PATCH] git and symlinks as tracked contentKay Sievers
2005-05-02Implement git-update-cache --force-remove <path>Junio C Hamano
2005-05-02Add git-write-blob.Junio C Hamano
2005-05-02[PATCH] Make git-update-cache --refresh fail if update/merge needed.Junio C Hamano
2005-05-01[PATCH] Allow removing files in a subdirectory.Junio C Hamano
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-26update-cache: remove index lock file on SIGINTLinus Torvalds
2005-04-24[PATCH] update-cache: add "--ignore-missing" optionJames Bottomley
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds
2005-04-20The recent hash/compression switch-over missed the blob creation.Linus Torvalds
2005-04-18[PATCH] Fix confusing behaviour of update-cache --refresh on unmerged paths.Junio C Hamano
2005-04-17[PATCH] Remove unused arguments from index_fd()Junio C Hamano
2005-04-17Be much more liberal about the file mode bits.Linus Torvalds
2005-04-16Encode a few extra flags per index entry.Linus Torvalds
2005-04-15Add "--cacheinfo" option to update-cache.Linus Torvalds
2005-04-15Convert the index file reading/writing to use network byte order.Linus Torvalds
2005-04-13[PATCH] nsec portabilityPetr Baudis
2005-04-13[PATCH] Whitespace FixesIngo Molnar
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis
2005-04-12Allow zero-sized files to be checked in.Linus Torvalds
2005-04-11Rename ".dircache" directory to ".git"Linus Torvalds
2005-04-11Fix stale index.lock file removal using "atexit()".Linus Torvalds
2005-04-11Fix "update-cache" not fixing up the size field as appropriate.Linus Torvalds
2005-04-11Make "update-cache --refresh" do what it really should do: justLinus Torvalds
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Linus Torvalds
2005-04-09Make "write_cache()" and friends available as generic routines.Linus Torvalds
2005-04-09Make "cache_name_pos()" available to others.Linus Torvalds
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds
2005-04-07Add copyright notices.Linus Torvalds
2005-04-07Initial revision of "git", the information manager from hellLinus Torvalds