Nikita Bobko

Results 56 issues of Nikita Bobko

Fix for https://github.com/mystor/git-revise/issues/108 and https://github.com/mystor/git-revise/issues/29 I'm not fluent in Python so let me know about any stupid mistakes. Each commit is atomic so the easiest way to review this PR...

Instruction format allows custom formatting for todo list during interactive rebase https://git-scm.com/docs/git-rebase#Documentation/git-rebase.txt-rebaseinstructionFormat

enhancement
design

I faced merge conflict during rebase with revise. It says: ``` pick 16447b3216ee [jps] [202 IDEA only] Fix compilation pick ffa7cee0d574 [jps] Fix compilation JDK Path Kotlin extensions pick 490c36a87657...

enhancement

Quote from man git-commit: ``` --cleanup= This option determines how the supplied commit message should be cleaned up before committing. The can be strip, whitespace, verbatim, scissors or default. strip...

enhancement

For getting current time `Utils.currentTimeMillis` must be used