summaryrefslogtreecommitdiffstats
path: root/checkout-cache.c
AgeCommit message (Expand)AuthorLines
2005-06-05Make fiel checkout function available to the git libraryLinus Torvalds-173/+20
2005-05-24[PATCH] Allow symlinks in the leading path in checkout-cache --prefix=Junio C Hamano-13/+15
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov-12/+12
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano-1/+34
2005-05-15Rename cache_match_stat() to ce_match_stat()Brad Roberts-1/+1
2005-05-12[PATCH] checkout-cache fixJunio C Hamano-3/+46
2005-05-11[patch] git: fix memory leak #2 in checkout-cache.cIngo Molnar-0/+2
2005-05-07Date: Thu Apr 14 08:26:38 2005 +0200Ingo Molnar-0/+1
2005-05-05[PATCH] create subdirs for symlinksKay Sievers-0/+1
2005-05-05[PATCH] git and symlinks as tracked contentKay Sievers-10/+28
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li-1/+1
2005-04-24[PATCH] checkout-cache: add "-n" optionJames Bottomley-2/+7
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds-2/+0
2005-04-21Add the ability to prefix something to the pathname to "checkout-cache.c"Linus Torvalds-16/+28
2005-04-17Ignore any unmerged entries for "checkout-cache -a".Linus Torvalds-0/+2
2005-04-17[PATCH] Better error message from checkout-cache for unmerged files.Junio C Hamano-2/+9
2005-04-17Fix total permission bogosity in "checkout-cache.c".Linus Torvalds-3/+1
2005-04-16Be much more liberal about the file mode bits.Linus Torvalds-2/+13
2005-04-15Convert the index file reading/writing to use network byte order.Linus Torvalds-1/+1
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis-11/+7
2005-04-12Make "checkout-cache" silently skip up-to-date files.Linus Torvalds-5/+7
2005-04-11Make the default directory permissions more lax.Linus Torvalds-1/+1
2005-04-09Make "read-tree" read the tree into the current directory cache.Linus Torvalds-1/+29
2005-04-09Fix "checkout-cache.c" mis-use of read_sha1_file() interface.Linus Torvalds-2/+3
2005-04-09Fix up "checkout-cache" a bitLinus Torvalds-10/+8
2005-04-09Add a "checkout-cache" command which does what the name suggests.Linus Torvalds-0/+140