[PATCH] introduce xmalloc and xrealloc
[git.git] / update-cache.c
2005-04-26 Christopher Li[PATCH] introduce xmalloc and xrealloc
2005-04-26 Linus Torvaldsupdate-cache: remove index lock file on SIGINT
2005-04-24 James Bottomley[PATCH] update-cache: add "--ignore-missing" option
2005-04-21 Linus TorvaldsAdd support for a "GIT_INDEX_FILE" environment variable.
2005-04-20 Linus TorvaldsThe recent hash/compression switch-over missed the...
2005-04-18 Linus TorvaldsMerge the new object model thing from Daniel Barkalow
2005-04-18 Junio C Hamano[PATCH] Fix confusing behaviour of update-cache --refre...
2005-04-17 Junio C Hamano[PATCH] Remove unused arguments from index_fd()
2005-04-17 Linus TorvaldsBe much more liberal about the file mode bits.
2005-04-16 Linus TorvaldsEncode a few extra flags per index entry.
2005-04-15 Linus TorvaldsAdd "--cacheinfo" option to update-cache.
2005-04-15 Linus TorvaldsConvert the index file reading/writing to use network...
2005-04-13 Petr Baudis[PATCH] nsec portability
2005-04-13 Ingo Molnar[PATCH] Whitespace Fixes
2005-04-13 Petr Baudis[PATCH] Consolidate the error handling
2005-04-12 Linus TorvaldsAllow zero-sized files to be checked in.
2005-04-11 Linus TorvaldsRename ".dircache" directory to ".git"
2005-04-11 Linus TorvaldsFix stale index.lock file removal using "atexit()".
2005-04-11 Linus TorvaldsFix "update-cache" not fixing up the size field as...
2005-04-11 Linus TorvaldsMake "update-cache --refresh" do what it really should...
2005-04-10 Linus TorvaldsMake "update-cache" a bit friendlier to use (and harder...
2005-04-09 Linus TorvaldsMake "write_cache()" and friends available as generic...
2005-04-09 Linus TorvaldsMake "cache_name_pos()" available to others.
2005-04-08 Linus TorvaldsUse "-Wall -O2" for the compiler to get more warnings.
2005-04-07 Linus TorvaldsAdd copyright notices.
2005-04-07 Linus TorvaldsInitial revision of "git", the information manager...