Jelmer Vernooij
Jelmer Vernooij
Filter-branch indeed doesn't edit existing commits, it writes new ones. You could certainly do that from Dulwich. If implemented in Dulwich that would probably live in dulwich/porcelain.py, built on top...
On Sat, Jul 24, 2021 at 05:15:21PM -0700, DedSecer wrote: > porcelain.status() output untracked file as string when others output as bytes. > It looks like: > ``` > >>>...
On Fri, Aug 15, 2014 at 01:13:43AM -0700, Stéphane Klein wrote: > Some news about this feature ? > I followed up to your pull request with some comments >...
On Sat, Aug 26, 2017 at 07:58:51AM -0700, earlchew wrote: > ``` > def commit(): > os.fsync(fd) > f.close() > ``` There are probably a few places like this where...
On Tue, Aug 29, 2017 at 01:14:06AM +0000, earlchew wrote: > I think you are proposing that `add_pack()` just use `class GitFile` directly (rather than resorting to `tempfile.mkstemp()`), and that...
On Tue, Aug 29, 2017 at 03:21:29PM +0000, earlchew wrote: > > because it requires the name of the file be known upfront > > Well, that's true, but I...
On Tue, Aug 29, 2017 at 03:21:29PM +0000, earlchew wrote: > > because it requires the name of the file be known upfront > > Well, that's true, but I...
ping, any news on this?
On Sun, Nov 05, 2017 at 06:09:07PM +0000, earlchew wrote: > @jelmer I think we had a mis-communication. I recall I saw a related commit from you, and thought that...
This is now implemented.