Richard Kuhnt

Results 55 comments of Richard Kuhnt

Simply adding `resetChangelog: true` to the `context` would make this possible. ```js const context = { version: newVersion, resetChangelog: true } ``` See: https://github.com/conventional-changelog/standard-version/blob/106d0390f7fe73c93131511caef17f2dca37fd6a/lib/lifecycles/changelog.js#L38-L46 Would be simple to implement with...

@fritzmg the actual [`shim.exe`](https://github.com/lukesampson/scoop/tree/master/supporting/shimexe) doesn't have an icon, so it can't be displayed. In this case, it's recommended to use the `current` version path. (e.g. `~\scoop\apps\git\current\git-bash.exe`)

@excitoon how would this console/GUI check look like? Is that possible?

Well, I actually tried that before 😁 https://github.com/ScoopInstaller/GitCloner/blob/master/src/gitcloner.ps1 It seems to support `git log`. https://github.com/libgit2/libgit2sharp/wiki/git-log https://github.com/libgit2/libgit2sharp/wiki/git-log-name-status

Probably the log issue. Don't know anymore 😄 Currently trying to implement the logging. (Failing to get the `x minutes/hours ago` part with the correct values)

So this is what I came up with. But there might be a license problem, because I based the `ConvertTo-RelativeDate`-Function on the [show_date_relative()](https://github.com/git/git/blob/master/date.c#L132) from Git itself. (I don't know if...

also, should it be only 259 letters because of the NULL termination? > A local path is structured in the following order: drive letter, colon, backslash, name components separated by...

Wouldn't it be better to move the bucket update code out of `update_scoop()` so there is no need for a big overarching if-statement? The function can then be returned early.

Or develop stuff in a separate repo and use it from the editor or create a custom shim that points to the develop repo. :smile:

The name `update_until` doesn't reflect what it actually does. 🤔 Also missing the description in `scoop-config.ps1`