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