[no subject]

2005-04-22 Thread atani
In my tests of using git (both Linus and pasky versions) I had a problem with doing "gitadd.sh *" where * expands to include directories. This simple patch allows update-cache.c to more gracefully handle a directory being passed into the add_file_to_cache method. Without this patch update-cach

[PATCH] update-cache.c ignore directories

2005-04-22 Thread atani
--- sorry if this dupes, mail client issues... In my tests of using git (both Linus and pasky versions) I had a problem with doing "gitadd.sh *" where * expands to include directories. This simple patch allows update-cache.c to more gracefully handle a directory being passed into the a