Jed Brown

Results 531 comments of Jed Brown

What about `git fat pull HEAD^..`? You can build the pipeline yourself outside of git-fat, add instrumentation to git-fat to profile the threads independently, or profile using "perf" (on Linux)....

That was `HEAD^..`, which shows the latest commit (well, more for a merge). Maybe you want something more nuanced? git pull can be smarter because it only searches commits and...

Duane Murphy [email protected] writes: > > That was `HEAD^..` > > I haven't looked at the code specifically in this area. Can you > describe what this does to help...

I think this is a good change and would be happy to merge if you can make it maintain backward compatibility. We'd either need to notice if the store uses...

I realistically don't have time to implement this, but would be happy to merge it so long as it doesn't break backward compatibility for existing users. Also note that git-fat...

Does this work with plain Git? Git-fat attempts to be compatible with the choices made by Git.

I mean add the file with special characters to a normal Git repository and make sure you can push and pull from whichever machine(s) are involved. If it works with...

You must have set the environment variable GIT_FAT_VERBOSE. This is just informing you that the clean filter (to compute what Git should store in the repository) has already cached this...

I think that's going to be a choice for @AdelekeBankole and perhaps another student will take interest in driving this further. I think it causes no harm to stay open...