Jed Brown
Jed Brown
I recommend it if it fits your workflow, but correct behavior with multiple remotes is workflow-dependent and avoiding conflicts with other hooks may be problematic. I consider hooks to be...
So bundle some suggested hooks, but don't automatically install them? Or what do you have in mind? Duane Murphy [email protected] writes: > Counter to my previous comments, I intend on...
Thanks. Do you think we should be more eager about aborting when git-fat has not been configured? My only reservation is that it may be useful to fetch files from...
Sounds fair. I'm inclined to be more strict by default and add `git fat fetch` if someone wants this feature.
The user might have other filters set. I was following the same logic as `git submodule update` in a fresh repository not automatically initializing.
Windows is not currently supported. I don't know what's going on in your error message, but I cannot test on Windows and I need to have confidence that encoding is...
I plan to do this "fanout", but I've been waiting to determine the best way to do it with support for packing the objects into a git packfile. See issue...
Marcus Lövgren [email protected] writes: > I'm trying to use an environment variable in the .gitfat file, like > -> cat .gitfat > [rsync] > remote = localhost:$GIT_FAT_DIR This is not...
Can you give instructions to reproduce? Duane Murphy [email protected] writes: > I'm using git-fat on linux with git version 1.8.5.5 and python version 2.6.6. > > git fat pull hangs....
Does ./test.sh run for you? What protocol are you using? Is the remote host reachable? Duane Murphy [email protected] writes: > > Can you give instructions to reproduce? > > Sure....