Adjust Git_kv.commit to report staging status #8

Merged
hannes merged 1 commit from add-commit into main 2024-11-28 12:48:38 +00:00
Owner

The implementation is a bit too naïve and will report the commit dirty even when there are no staged changes. It only detects if we're inside a change_and_push.

The implementation is a bit too naïve and will report the commit dirty even when there are no staged changes. It only detects if we're inside a `change_and_push`.
reynir added 1 commit 2024-11-28 11:37:40 +00:00
The implementation is a bit too naïve and will report the commit dirty
even when there are no staged changes. It only detects if we're inside a
`change_and_push`.
Owner

We can as well just say it's None within a change_and_push!?

We can as well just say it's None within a change_and_push!?
Owner

But I'm fine with this proposal as well.

But I'm fine with this proposal as well.
Author
Owner

Sure, I think None is fine too. We can refine later if we find it desirable.

Sure, I think `None` is fine too. We can refine later if we find it desirable.
hannes merged commit f5281fbcb1 into main 2024-11-28 12:48:38 +00:00
hannes deleted branch add-commit 2024-11-28 12:48:39 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: robur/git-kv#8
No description provided.