Re: [PATCH 1/2] Functions for managing the set of packs the library is using (whitespace fixed)

2005-08-01 Thread Junio C Hamano
[EMAIL PROTECTED] writes: > This adds support for reading an uninstalled index, and installing a > pack file that was added while the program was running, as well as > functions for determining where to put the file. Thanks. Applied and pushed out. I removed my own version of stop-gap hack; git

[PATCH 1/2] Functions for managing the set of packs the library is using (whitespace fixed)

2005-07-31 Thread barkalow
This adds support for reading an uninstalled index, and installing a pack file that was added while the program was running, as well as functions for determining where to put the file. Signed-off-by: Daniel Barkalow <[EMAIL PROTECTED]> --- cache.h | 13 ++ sha1_file.c | 123 ++

Re: [PATCH 1/2] Functions for managing the set of packs the library is using

2005-07-31 Thread Junio C Hamano
Daniel, I would really have liked to merge this immediately, but somehow the patch is whitespace damaged. Depressingly enough, almost all patches I got from various people today had different whitespace damages, and I started to suspect if there is something wrong on my end, but it does not appear

[PATCH 1/2] Functions for managing the set of packs the library is using

2005-07-31 Thread barkalow
This adds support for reading an uninstalled index, and installing a pack file that was added while the program was running, as well as functions for determining where to put the file. Signed-off-by: Daniel Barkalow <[EMAIL PROTECTED]> --- cache.h | 13 ++ sha1_file.c | 123 +