bb918b579a
start adding support for logging of commands
2021-04-11 17:07:49 +10:00
e42e7e5cbd
fix commit amend
2021-04-10 11:54:38 +10:00
682db77401
fix lint errors
2020-11-18 08:36:19 +11:00
37bb89dac3
type i18n
2020-10-10 00:23:01 +11:00
ce6f8ed1bc
move models folder into commands folder
2020-09-29 20:48:49 +10:00
72af7e4177
factor out code from git.go
2020-09-29 20:48:49 +10:00
630e446989
move commits model into models package
2020-09-29 20:48:49 +10:00
826d1660c9
move patch stuff into its own package
2020-08-15 11:41:37 +10:00
7ed8ee160d
Add option to split patch into a new commit
...
Add GetHeadCommitMessage to read the subject of the HEAD commit
Create PullPatchIntoNewCommit based heavily on PullPatchIntoIndex to
split the current patch from its commit and apply it in a separate
commit immediately after.
WIP to Squash - Fill format string with format string
WIP
2020-05-09 11:59:37 +10:00
0c0231c3e8
autostash changes when pulling file into index
2020-03-28 13:19:35 +11:00
cd3874ffb7
don't let patch manager ever be nil
2019-11-05 19:22:01 +11:00
733145d132
clear patch after successful patch operation
2019-11-05 19:22:01 +11:00
d5e443e8e3
Support building and moving patches
...
WIP
2019-11-05 19:22:01 +11:00