summaryrefslogtreecommitdiff
path: root/update-cache.c
Commit message (Expand)AuthorAgeFilesLines
* sparse cleanupLinus Torvalds2005-05-201-1/+1
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-6/+6
* [PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano2005-05-191-44/+4
* Rename cache_match_stat() to ce_match_stat()Brad Roberts2005-05-151-1/+1
* Stick a comment to update-cache.c:refresh_cache() that you can'tPetr Baudis2005-05-111-0/+3
* [patch] git: fix overflow in update-cache.cIngo Molnar2005-05-111-1/+1
* Make update-cache be explicit about failed open() when doingPetr Baudis2005-05-111-1/+1
* Fix git-update-cache --cacheinfo error message.Junio C Hamano2005-05-081-1/+3
* Allow removal of "path" when "path/file" exists.Junio C Hamano2005-05-081-3/+12
* Add git-update-cache --replace option.Junio C Hamano2005-05-071-5/+13
* Revert bogus optimization that avoids index file writesLinus Torvalds2005-05-061-40/+3
* update-cache: remove compiler warningLinus Torvalds2005-05-061-1/+0
* [PATCH] fix compare symlink against readlink not dataKay Sievers2005-05-061-5/+45
* Do not write out new index if nothing has changed.Junio C Hamano2005-05-051-3/+41
* [PATCH] git and symlinks as tracked contentKay Sievers2005-05-051-12/+23
* Implement git-update-cache --force-remove <path>Junio C Hamano2005-05-011-0/+9
* Add git-write-blob.Junio C Hamano2005-05-011-51/+0
* [PATCH] Make git-update-cache --refresh fail if update/merge needed.Junio C Hamano2005-05-011-5/+10
* [PATCH] Allow removing files in a subdirectory.Junio C Hamano2005-05-011-1/+1
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-5/+5
* update-cache: remove index lock file on SIGINTLinus Torvalds2005-04-261-0/+7
* [PATCH] update-cache: add "--ignore-missing" optionJames Bottomley2005-04-241-6/+27
* Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds2005-04-211-8/+11
* The recent hash/compression switch-over missed the blob creation.Linus Torvalds2005-04-201-5/+9
* [PATCH] Fix confusing behaviour of update-cache --refresh on unmerged paths.Junio C Hamano2005-04-181-2/+11
* [PATCH] Remove unused arguments from index_fd()Junio C Hamano2005-04-171-9/+6
* Be much more liberal about the file mode bits.Linus Torvalds2005-04-161-2/+2
* Encode a few extra flags per index entry.Linus Torvalds2005-04-151-2/+2
* Add "--cacheinfo" option to update-cache.Linus Torvalds2005-04-151-0/+35
* Convert the index file reading/writing to use network byte order.Linus Torvalds2005-04-151-14/+11
* [PATCH] nsec portabilityPetr Baudis2005-04-131-0/+4
* [PATCH] Whitespace FixesIngo Molnar2005-04-131-1/+1
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-131-5/+5
* Allow zero-sized files to be checked in.Linus Torvalds2005-04-111-4/+8
* Rename ".dircache" directory to ".git"Linus Torvalds2005-04-111-4/+4
* Fix stale index.lock file removal using "atexit()".Linus Torvalds2005-04-111-17/+24
* Fix "update-cache" not fixing up the size field as appropriate.Linus Torvalds2005-04-111-5/+6
* Make "update-cache --refresh" do what it really should do: justLinus Torvalds2005-04-111-19/+99
* Make "update-cache" a bit friendlier to use (and harder to mis-use).Linus Torvalds2005-04-101-3/+57
* Make "write_cache()" and friends available as generic routines.Linus Torvalds2005-04-091-69/+0
* Make "cache_name_pos()" available to others.Linus Torvalds2005-04-091-36/+0
* Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds2005-04-081-0/+2
* Add copyright notices.Linus Torvalds2005-04-071-0/+5
* Initial revision of "git", the information manager from hellinitialLinus Torvalds2005-04-071-0/+248