[PATCH] fix usage string for renamed git commands
[gitweb.git] / update-cache.c
2005-04-26 [PATCH] introduce xmalloc and xrealloc
2005-04-26 update-cache: remove index lock file on SIGINT
2005-04-24 [PATCH] update-cache: add "--ignore-missing" option
2005-04-21 Add support for a "GIT_INDEX_FILE" environment variable.
2005-04-20 The recent hash/compression switch-over missed the...
2005-04-18 Merge the new object model thing from Daniel Barkalow
2005-04-18 [PATCH] Fix confusing behaviour of update-cache --refre...
2005-04-17 [PATCH] Remove unused arguments from index_fd()
2005-04-17 Be much more liberal about the file mode bits.
2005-04-16 Encode a few extra flags per index entry.
2005-04-15 Add "--cacheinfo" option to update-cache.
2005-04-15 Convert the index file reading/writing to use network...
2005-04-13 [PATCH] nsec portability
2005-04-13 [PATCH] Whitespace Fixes
2005-04-13 [PATCH] Consolidate the error handling
2005-04-12 Allow zero-sized files to be checked in.
2005-04-11 Rename ".dircache" directory to ".git"
2005-04-11 Fix stale index.lock file removal using "atexit()".
2005-04-11 Fix "update-cache" not fixing up the size field as...
2005-04-11 Make "update-cache --refresh" do what it really should...
2005-04-10 Make "update-cache" a bit friendlier to use (and harder...
2005-04-09 Make "write_cache()" and friends available as generic...
2005-04-09 Make "cache_name_pos()" available to others.
2005-04-08 Use "-Wall -O2" for the compiler to get more warnings.
2005-04-07 Add copyright notices.
2005-04-07 Initial revision of "git", the information manager...