| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Use SHA1 for git-update-cache --refresh | Bryan Larsen | 2005-07-08 | 1 | -26/+5 |
* | [PATCH] Add --info-only option to git-update-cache. | Bryan Larsen | 2005-07-08 | 1 | -3/+12 |
* | [PATCH] Expose object ID computation functions. | Bryan Larsen | 2005-07-08 | 1 | -1/+1 |
* | Add "-q" flag to git-update-cache | Linus Torvalds | 2005-06-20 | 1 | -5/+11 |
* | [PATCH] Make git-update-cache --force-remove regular | Petr Baudis | 2005-06-05 | 1 | -5/+7 |
* | git-update-cache: allow dot-files | Linus Torvalds | 2005-05-24 | 1 | -4/+40 |
* | sparse cleanup | Linus Torvalds | 2005-05-20 | 1 | -1/+1 |
* | [PATCH] cleanup of in-code names | Alexey Nezhdanov | 2005-05-19 | 1 | -6/+6 |
* | [PATCH] Implement git-checkout-cache -u to update stat information in the cache. | Junio C Hamano | 2005-05-19 | 1 | -44/+4 |
* | Rename cache_match_stat() to ce_match_stat() | Brad Roberts | 2005-05-15 | 1 | -1/+1 |
* | Stick a comment to update-cache.c:refresh_cache() that you can't | Petr Baudis | 2005-05-11 | 1 | -0/+3 |
* | [patch] git: fix overflow in update-cache.c | Ingo Molnar | 2005-05-11 | 1 | -1/+1 |
* | Make update-cache be explicit about failed open() when doing | Petr Baudis | 2005-05-11 | 1 | -1/+1 |
* | Fix git-update-cache --cacheinfo error message. | Junio C Hamano | 2005-05-08 | 1 | -1/+3 |
* | Allow removal of "path" when "path/file" exists. | Junio C Hamano | 2005-05-08 | 1 | -3/+12 |
* | Add git-update-cache --replace option. | Junio C Hamano | 2005-05-07 | 1 | -5/+13 |
* | Revert bogus optimization that avoids index file writes | Linus Torvalds | 2005-05-06 | 1 | -40/+3 |
* | update-cache: remove compiler warning | Linus Torvalds | 2005-05-06 | 1 | -1/+0 |
* | [PATCH] fix compare symlink against readlink not data | Kay Sievers | 2005-05-06 | 1 | -5/+45 |
* | Do not write out new index if nothing has changed. | Junio C Hamano | 2005-05-05 | 1 | -3/+41 |
* | [PATCH] git and symlinks as tracked content | Kay Sievers | 2005-05-05 | 1 | -12/+23 |
* | Implement git-update-cache --force-remove <path> | Junio C Hamano | 2005-05-01 | 1 | -0/+9 |
* | Add git-write-blob. | Junio C Hamano | 2005-05-01 | 1 | -51/+0 |
* | [PATCH] Make git-update-cache --refresh fail if update/merge needed. | Junio C Hamano | 2005-05-01 | 1 | -5/+10 |
* | [PATCH] Allow removing files in a subdirectory. | Junio C Hamano | 2005-05-01 | 1 | -1/+1 |
* | [PATCH] introduce xmalloc and xrealloc | Christopher Li | 2005-04-26 | 1 | -5/+5 |
* | update-cache: remove index lock file on SIGINT | Linus Torvalds | 2005-04-26 | 1 | -0/+7 |
* | [PATCH] update-cache: add "--ignore-missing" option | James Bottomley | 2005-04-24 | 1 | -6/+27 |
* | Add support for a "GIT_INDEX_FILE" environment variable. | Linus Torvalds | 2005-04-21 | 1 | -8/+11 |
* | The recent hash/compression switch-over missed the blob creation. | Linus Torvalds | 2005-04-20 | 1 | -5/+9 |
* | [PATCH] Fix confusing behaviour of update-cache --refresh on unmerged paths. | Junio C Hamano | 2005-04-18 | 1 | -2/+11 |
* | [PATCH] Remove unused arguments from index_fd() | Junio C Hamano | 2005-04-17 | 1 | -9/+6 |
* | Be much more liberal about the file mode bits. | Linus Torvalds | 2005-04-16 | 1 | -2/+2 |
* | Encode a few extra flags per index entry. | Linus Torvalds | 2005-04-15 | 1 | -2/+2 |
* | Add "--cacheinfo" option to update-cache. | Linus Torvalds | 2005-04-15 | 1 | -0/+35 |
* | Convert the index file reading/writing to use network byte order. | Linus Torvalds | 2005-04-15 | 1 | -14/+11 |
* | [PATCH] nsec portability | Petr Baudis | 2005-04-13 | 1 | -0/+4 |
* | [PATCH] Whitespace Fixes | Ingo Molnar | 2005-04-13 | 1 | -1/+1 |
* | [PATCH] Consolidate the error handling | Petr Baudis | 2005-04-13 | 1 | -5/+5 |
* | Allow zero-sized files to be checked in. | Linus Torvalds | 2005-04-11 | 1 | -4/+8 |
* | Rename ".dircache" directory to ".git" | Linus Torvalds | 2005-04-11 | 1 | -4/+4 |
* | Fix stale index.lock file removal using "atexit()". | Linus Torvalds | 2005-04-11 | 1 | -17/+24 |
* | Fix "update-cache" not fixing up the size field as appropriate. | Linus Torvalds | 2005-04-11 | 1 | -5/+6 |
* | Make "update-cache --refresh" do what it really should do: just | Linus Torvalds | 2005-04-11 | 1 | -19/+99 |
* | Make "update-cache" a bit friendlier to use (and harder to mis-use). | Linus Torvalds | 2005-04-10 | 1 | -3/+57 |
* | Make "write_cache()" and friends available as generic routines. | Linus Torvalds | 2005-04-09 | 1 | -69/+0 |
* | Make "cache_name_pos()" available to others. | Linus Torvalds | 2005-04-09 | 1 | -36/+0 |
* | Use "-Wall -O2" for the compiler to get more warnings. | Linus Torvalds | 2005-04-08 | 1 | -0/+2 |
* | Add copyright notices. | Linus Torvalds | 2005-04-07 | 1 | -0/+5 |
* | Initial revision of "git", the information manager from hellinitial | Linus Torvalds | 2005-04-07 | 1 | -0/+248 |