summaryrefslogtreecommitdiff
path: root/checkout-cache.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix git-checkout-cache segfault on pariscJames Bottomley2005-08-131-1/+2
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-291-1/+1
* [PATCH] checkout-cache: add usage string.Junio C Hamano2005-07-131-0/+5
* Make fiel checkout function available to the git libraryLinus Torvalds2005-06-051-173/+20
* [PATCH] Allow symlinks in the leading path in checkout-cache --prefix=Junio C Hamano2005-05-241-13/+15
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-12/+12
* [PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano2005-05-191-1/+34
* Rename cache_match_stat() to ce_match_stat()Brad Roberts2005-05-151-1/+1
* [PATCH] checkout-cache fixJunio C Hamano2005-05-121-3/+46
* [patch] git: fix memory leak #2 in checkout-cache.cIngo Molnar2005-05-111-0/+2
* Date: Thu Apr 14 08:26:38 2005 +0200Ingo Molnar2005-05-071-0/+1
* [PATCH] create subdirs for symlinksKay Sievers2005-05-051-0/+1
* [PATCH] git and symlinks as tracked contentKay Sievers2005-05-051-10/+28
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-1/+1
* [PATCH] checkout-cache: add "-n" optionJames Bottomley2005-04-241-2/+7
* Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds2005-04-211-2/+0
* Add the ability to prefix something to the pathname to "checkout-cache.c"Linus Torvalds2005-04-211-16/+28
* Ignore any unmerged entries for "checkout-cache -a".Linus Torvalds2005-04-171-0/+2
* [PATCH] Better error message from checkout-cache for unmerged files.Junio C Hamano2005-04-171-2/+9
* Fix total permission bogosity in "checkout-cache.c".Linus Torvalds2005-04-171-3/+1
* Be much more liberal about the file mode bits.Linus Torvalds2005-04-161-2/+13
* Convert the index file reading/writing to use network byte order.Linus Torvalds2005-04-151-1/+1
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-131-11/+7
* Make "checkout-cache" silently skip up-to-date files.Linus Torvalds2005-04-121-5/+7
* Make the default directory permissions more lax.Linus Torvalds2005-04-111-1/+1
* Make "read-tree" read the tree into the current directory cache.Linus Torvalds2005-04-091-1/+29
* Fix "checkout-cache.c" mis-use of read_sha1_file() interface.Linus Torvalds2005-04-091-2/+3
* Fix up "checkout-cache" a bitLinus Torvalds2005-04-091-10/+8
* Add a "checkout-cache" command which does what the name suggests.Linus Torvalds2005-04-091-0/+140