jayree
jayree
@sindresorhus I've used the class directly and enhanced some methods. E.g. support multiple distTags or add ChangeLog links.
@RupertBarrow as this behaviour is related to the metadata api. I have created a workaround for this use case some time ago: The command `sf jayree manifest cleanup --manifest package.xml...
@shazron You can use `--` after the `multiple` (or any other) flag to ensure that the following values are parsed as `args` and not as values. `oclif FlagsTest -m abc123...
fixes: #236 #690
@dead-end I think figuring out what type of "fake" FS is `isomorphic-git` is running in is next to impossible. Everyone can come up with his own implementation (`@isomorphic-git/lightning-fs` itself is...
@jcubic While I understand that your proposal may serve its purpose in browser use cases where reliance on file system (FS) abstraction is necessary, I fail to see the advantages...
@jcubic thats correct for the global config but the system config is hardcoded via `makefile` see: https://github.com/git/git/blob/94486b6763c29144c60932829a65fec0597e17b3/Makefile#L619
@jcubic @dead-end I give up
> I do not know where the small differences in the timestamp came from, @dead-end these small differences in nanoseconds occur because the exact nanoseconds cannot be calculated from milliseconds...
@jcubic before merging, we need to evaluate if the changes `SecondsNanoseconds` break something else. `normalizeStats` is also used in other cases!