[PATCH] Cleanup: git-verify-tag-script
[git.git] / update-cache.c
2005-07-18 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-09 Bryan Larsen[PATCH] Use SHA1 for git-update-cache --refresh
2005-07-09 Bryan Larsen[PATCH] Add --info-only option to git-update-cache.
2005-07-09 Bryan Larsen[PATCH] Expose object ID computation functions.
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-22 Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-21 Linus TorvaldsAdd "-q" flag to git-update-cache
2005-06-05 Petr Baudis[PATCH] Make git-update-cache --force-remove regular
2005-05-24 Linus Torvaldsgit-update-cache: allow dot-files
2005-05-20 Linus Torvaldssparse cleanup
2005-05-19 Alexey Nezhdanov[PATCH] cleanup of in-code names
2005-05-19 Junio C Hamano[PATCH] Implement git-checkout-cache -u to update stat...
2005-05-15 Brad RobertsRename cache_match_stat() to ce_match_stat()
2005-05-11 Petr BaudisStick a comment to update-cache.c:refresh_cache() that...
2005-05-11 Ingo Molnar[patch] git: fix overflow in update-cache.c
2005-05-11 Petr BaudisMake update-cache be explicit about failed open() when...
2005-05-11 Petr BaudisMerge ... http://members.cox.net/junkio/git-jc.git
2005-05-08 Junio C HamanoFix git-update-cache --cacheinfo error message.
2005-05-08 Junio C HamanoAllow removal of "path" when "path/file" exists.
2005-05-08 Junio C HamanoAdd git-update-cache --replace option.
2005-05-06 Linus TorvaldsRevert bogus optimization that avoids index file writes
2005-05-06 Linus Torvaldsupdate-cache: remove compiler warning
2005-05-06 Kay Sievers[PATCH] fix compare symlink against readlink not data
2005-05-06 Linus TorvaldsMerge of http://members.cox.net/junkio/git-jc.git
2005-05-05 Junio C HamanoOctopus merge of the following five patches.
2005-05-05 Junio C HamanoDo not write out new index if nothing has changed.
2005-05-05 Kay Sievers[PATCH] git and symlinks as tracked content
2005-05-03 Linus TorvaldsAutomatic merge of /home/torvalds/junkio/.git/
2005-05-02 Junio C HamanoImplement git-update-cache --force-remove <path>
2005-05-02 Junio C HamanoAdd git-write-blob.
2005-05-02 Junio C Hamano[PATCH] Make git-update-cache --refresh fail if update...
2005-05-01 Junio C Hamano[PATCH] Allow removing files in a subdirectory.
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...