Jesse Duffield
|
eb54189683
|
support GIT_EDITOR
|
2021-04-01 20:40:02 +11:00 |
|
Jesse Duffield
|
8af3fe3b4a
|
faster startup
|
2021-04-01 09:13:29 +11:00 |
|
Jesse Duffield
|
1183f68e19
|
better handling of refreshed files
|
2021-03-30 21:57:00 +11:00 |
|
Jesse Duffield
|
da6fe01eca
|
allow toggling on/off file tree mode
|
2021-03-30 21:57:00 +11:00 |
|
Jesse Duffield
|
ad1468f66f
|
better handling of discarding files
|
2021-03-20 12:46:27 +11:00 |
|
Ryooooooga
|
3d698cd7c1
|
Fix tests
|
2021-03-13 11:02:31 +11:00 |
|
Jesse Duffield
|
78867647d1
|
remove go-gitconfig package
|
2021-02-08 14:40:30 -08:00 |
|
Jesse Duffield
|
09f32d4f84
|
add secureexec file for getting around windows checking for a binary first in the current dir
|
2021-02-08 14:40:30 -08:00 |
|
Yuki Osaki
|
4928d1d490
|
Visualize the commits for all branches
|
2020-11-28 19:19:47 +11:00 |
|
Jesse Duffield
|
999e170f1d
|
standardise how we read from the config
|
2020-11-28 10:45:30 +11:00 |
|
Nathan Bell
|
e05c41828c
|
added tests and fixed bug found in tests
|
2020-11-25 08:41:22 +11:00 |
|
Jesse Duffield
|
37bb89dac3
|
type i18n
|
2020-10-10 00:23:01 +11:00 |
|
Jesse Duffield
|
4912205adb
|
remove viper
WIP
|
2020-10-10 00:23:01 +11:00 |
|
Jesse Duffield
|
6e076472b8
|
switch to fork of go-git
|
2020-10-06 21:58:41 +11:00 |
|
Jesse Duffield
|
30b3478611
|
fix test
|
2020-10-02 08:09:42 +10:00 |
|
Jesse Duffield
|
ce6f8ed1bc
|
move models folder into commands folder
|
2020-09-29 20:48:49 +10:00 |
|
Jesse Duffield
|
83748d78f8
|
fix tests
|
2020-09-29 20:48:49 +10:00 |
|
Jesse Duffield
|
72af7e4177
|
factor out code from git.go
|
2020-09-29 20:48:49 +10:00 |
|
Jesse Duffield
|
1759ddf247
|
move OS commands into their own package
|
2020-09-29 20:48:49 +10:00 |
|
Jesse Duffield
|
91f0b0e28f
|
move stash panel
|
2020-09-29 20:48:49 +10:00 |
|
Jesse Duffield
|
8d2af5cc61
|
move file and submodule
|
2020-09-29 20:48:49 +10:00 |
|
Jesse Duffield
|
630e446989
|
move commits model into models package
|
2020-09-29 20:48:49 +10:00 |
|
Jesse Duffield
|
c87b2c02fa
|
fix tests
|
2020-09-29 18:21:59 +10:00 |
|
Jesse Duffield
|
97af7e677b
|
support bare repositories
|
2020-09-29 17:42:07 +10:00 |
|
Jesse Duffield
|
fe64f2f4c9
|
use --no-ext-diff flag for git diff
|
2020-09-26 11:03:38 +10:00 |
|
Jesse Duffield
|
f99d5f74d4
|
drop merge commits when interactive rebasing just like git CLI
|
2020-08-27 21:51:07 +10:00 |
|
Jesse Duffield
|
23432dd909
|
remove test
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
148f601bcb
|
cleanup now that we're always using the same diff command
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
43d891b8d6
|
support creating patches from files in diff mode
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
2eee079d3a
|
minor rename
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
609f3f4bfa
|
rename Sha to parent now that we're also considering stash entries
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
2d90e1e8ee
|
commit files kind of generalised
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
fcd5aea04e
|
support multiple modes of git pull
|
2020-08-12 18:47:16 +10:00 |
|
Jesse Duffield
|
660cc2f3d1
|
follow cursor when staging and unstaging a file rename
|
2020-08-07 18:59:56 +10:00 |
|
Jesse Duffield
|
469ac116ef
|
allow renames to be discarded
|
2020-08-07 18:01:26 +10:00 |
|
Randshot
|
96f821b841
|
fix TestGitCommandCommit test
Signed-off-by: Randshot <randshot@norealm.xyz>
|
2020-07-15 09:41:16 +10:00 |
|
Randshot
|
39a2122dc0
|
add quotes around the git commit command on non-windows systems
Signed-off-by: Randshot <randshot@norealm.xyz>
|
2020-07-14 08:26:53 +10:00 |
|
Randshot
|
21e478dd59
|
fix 'Amend commit using gpg' test
Signed-off-by: Randshot <randshot@norealm.xyz>
|
2020-07-12 14:06:53 +10:00 |
|
Randshot
|
d14fb36cb9
|
fix 'Commit using gpg' test
Signed-off-by: Randshot <randshot@norealm.xyz>
|
2020-07-12 14:06:53 +10:00 |
|
Jasper Mendiola
|
e921ba0910
|
Remove getLocalGitConfig
|
2020-07-10 18:55:00 +10:00 |
|
Jasper Mendiola
|
cb0bdd89c0
|
fix tests
|
2020-07-10 18:55:00 +10:00 |
|
Tyler Davis
|
b5404c6159
|
fix issue #640 add catCmd and OS-specific values
Add a catCmd to the Platform struct and set the value to "cat" for
non-windows builds and "type" for windows builds.
|
2020-04-27 19:14:18 +10:00 |
|
Jesse Duffield
|
624ae45ebb
|
allow scoped mode where the commits/reflog/stash panels are scoped to a file
WIP
restrict certain actions in scoped mode
WIP
|
2020-03-29 11:37:29 +11:00 |
|
Jesse Duffield
|
814ee24c8d
|
better error handling
|
2020-03-28 11:59:45 +11:00 |
|
Jesse Duffield
|
e9051355a1
|
fix test
|
2020-03-28 11:59:45 +11:00 |
|
Jesse Duffield
|
d1395b15bb
|
use GIT_EDITOR
|
2020-03-27 19:26:14 +11:00 |
|
Máximo Cuadros
|
2d8ed5e274
|
*: update go-git import
|
2020-03-27 19:06:21 +11:00 |
|
Jesse Duffield
|
d027cf969c
|
better handling of current branch name
|
2020-03-26 20:37:06 +11:00 |
|
Jesse Duffield
|
32d3e497c3
|
fix tests
|
2020-03-25 09:39:04 +11:00 |
|
Jesse Duffield
|
3d3e0be7bd
|
more compatible commands
|
2020-03-23 22:33:17 +11:00 |
|