summaryrefslogtreecommitdiff
path: root/update-cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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