Skip to content

Conversation

@aaron-skydio
Copy link
Contributor

Logging seems to put a bunch of trailing spaces on lines it prints,
resulting in errors like this:

❯ git show (revup toolkit fork-point origin/B origin/A)
fatal: ambiguous argument '58ec550f4d01270d60d568102e08b1cd2f4d06af                                                 ': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

Using print for these instead works, and the above command runs
successfully

Topic: toolkit-spaces
Reviewers: jerry

Logging seems to put a bunch of trailing spaces on lines it prints,
resulting in errors like this:

```
❯ git show (revup toolkit fork-point origin/B origin/A)
fatal: ambiguous argument '58ec550f4d01270d60d568102e08b1cd2f4d06af                                                 ': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
```

Using `print` for these instead works, and the above command runs
successfully

Topic: toolkit-spaces
Reviewers: jerry
@aaron-skydio
Copy link
Contributor Author

Reviews in this chain:
#220 Fix toolkit commands trailing spaces

@aaron-skydio
Copy link
Contributor Author

# head base diff date summary
0 ecb1b1ba 1a707030 diff Nov 13 13:16 PM 1 file changed, 13 insertions(+), 10 deletions(-)

@jerry-skydio jerry-skydio merged commit 48c32e5 into main Nov 13, 2025
5 checks passed
@jerry-skydio jerry-skydio deleted the aaron/revup/main/toolkit-spaces branch November 13, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants