Jakob Reschke
Jakob Reschke
@pitwegner In git, there is a --prune option for fetch that does this. It does not happen automatically because it possibly opens up commits to the git garbage collection.
Or do you also want to have local branches deleted, not only the remote-tracking branches? That would be even more dangerous...
It should definitely not happen automatically, but it should be an option. Maybe as a first step, a preference would also be sufficient.
I am open to pull requests, however any proposals must ensure that no branches get inadvertently deleted. Git promises to never lose any data unless asked to do so, so...
To check my understanding: instead of updating the remote-tracking refs/remotes/origin/master it would update the local master branch directly? I do not think this is typical usage because a) it would...
Thank you for sending me the image. Ok, this was tricky: debugging the reading of a repository which is not on my disk, which means I cannot read any new...
@LinqLover Please modify the TonelWriter>>writePackage: method as follows and wait until you see the debugger here next time: ``` currentPackageProperties := self currentPackageProperties. "add:" currentPackageProperties ifNil: [self isThisEverCalled] ``` If...
...and for invalidating the cache, try `theGitStore loadFromRepository: yourFSReference path`.
> If I debug it, I get a 'STONReaderError: At character 8: ''invalid input''' because that character is a null character. I suspect it was already too late then and...
It did not fail again recently, so I will not consider this a top priority.