1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00
Commit Graph

73 Commits

Author SHA1 Message Date
Jesse Duffield
4cd2d70659 revert to using cli git command rather than go-git for committing 2018-08-12 23:14:37 +10:00
Jesse Duffield
8f6329c402 if you are using gpgsign, must use git editor to commit 2018-08-11 19:28:32 +10:00
Jesse Duffield
0ac306fe2a fix whitespace 2018-08-11 16:55:15 +10:00
Jesse Duffield
f0840c0f46 fallback to vi when trying to edit file and no EDITOR/VISUAL is defined 2018-08-11 16:55:05 +10:00
Jesse Duffield
2c140445e5 Merge branch 'master' into feature/deleting-branches 2018-08-11 15:43:56 +10:00
Jesse Duffield
7e141283f6 merge branch master 2018-08-11 15:09:37 +10:00
Jesse Duffield
73e740d1ba clean up fixup code
reduce log clutter
add log dumping with spew
2018-08-11 15:04:02 +10:00
Jesse Duffield
f1eaeec9ee remove time logging 2018-08-11 14:47:11 +10:00
Hubert Baumgartner
48cea4e1c4 added branch delete functionallity 2018-08-10 16:46:03 +02:00
Jesse Duffield
59650cff26 compare branches for name equality regardless of case 2018-08-10 22:24:10 +10:00
Jesse Duffield
d08241b2ea Obtain branches in a more robust way. Begin refactor work on gitcommands 2018-08-10 21:34:17 +10:00
Ching-Hsuan Yen
d3abd9eab1 Add fixup option into commits panel 2018-08-10 13:44:42 +08:00
Jesse Duffield
d08e3a55a1 WIP hard reset 2018-08-09 19:33:35 +10:00
Jesse Duffield
5f70b2d9cd throw error when git username not configured 2018-08-09 15:24:12 +10:00
Jesse Duffield
4832d365f1 use go-git for commits 2018-08-09 14:33:51 +10:00
Jesse Duffield
5cc34e7801 factor out platform specific logic into a struct on state 2018-08-09 13:14:24 +10:00
Jesse Duffield
0c84055abd show error on git add --patching untracked file 2018-08-09 09:33:18 +10:00
Jesse Duffield
4281cc2884 add git config check and editing ability 2018-08-08 20:45:12 +10:00
Jesse Duffield
c965333756 "opening and editing" 2018-08-08 19:46:21 +10:00
Jesse Duffield
92e75d4602 "step one towards dealing with gpgsign" 2018-08-08 08:24:24 +10:00
Jesse Duffield
417cb97dc6 add file to command 2018-08-08 07:49:45 +10:00
Jesse Duffield
fb5d25c9e9 Merge branch 'master' into feature/better-file-opening 2018-08-08 07:41:55 +10:00
Jesse Duffield
5a624764a8 support patched adding 2018-08-07 19:50:35 +10:00
Jesse Duffield
c81922f8cf rename recency to prefix 2018-08-07 19:32:25 +10:00
Jesse Duffield
232e1c74e4 refactor into smaller functions 2018-08-07 19:31:19 +10:00
Jesse Duffield
2b37c9b19c ensure current branch is on top of the branch list 2018-08-07 19:26:47 +10:00
Jesse Duffield
c8bacb4186 refactor 2018-08-07 19:23:02 +10:00
Jesse Duffield
a1aa031252 revert to using bash instead of sh 2018-08-07 19:20:27 +10:00
Jesse Duffield
c4f3637e21 better function name 2018-08-07 19:16:54 +10:00
Jesse Duffield
6cf6fecb64 refactor getting branches 2018-08-07 19:13:41 +10:00
Jesse Duffield
b541987007 fixup 2018-08-07 18:37:48 +10:00
Jesse Duffield
7fe54e889d merge master 2018-08-07 18:13:45 +10:00
Jesse Duffield
f6a9c727fa run subprocess cleanly 2018-08-07 18:05:43 +10:00
Jesse Duffield
a70753364c platform specific shell usage 2018-08-07 15:21:50 +10:00
Jesse Duffield
46fb4c5f0a swap out bash command for a git one 2018-08-07 14:23:10 +10:00
Jesse Duffield
e23ed80eaa use git branch when merging branches 2018-08-07 14:10:15 +10:00
Jesse Duffield
ab03902d08 return on error when merging branches 2018-08-07 14:08:56 +10:00
Jesse Duffield
384d2e3c83 use sh instead of bash 2018-08-07 13:44:00 +10:00
Jesse Duffield
f11edda6a2 limit commits in graph output for performance 2018-08-07 10:09:29 +10:00
Karl Mutch
16e3d5f092 Modified reference to HEAD in one case, others appear to exist for ranges but I am not familiar enough with these. 2018-08-06 13:30:21 -07:00
Jesse Duffield
694b192b74 fix incorrect checked out branch display 2018-08-07 00:41:59 +10:00
Jesse Duffield
7e5d7bfe38 fix windows bash conditional error 2018-08-06 23:53:28 +10:00
Jesse Duffield
9067c3be3e handling file edit 2018-08-06 23:29:00 +10:00
Jesse Duffield
caea649733 remove old comment 2018-08-06 21:14:01 +10:00
Jesse Duffield
a02d3a0c4e show graph when selecting branch in branch panel 2018-08-06 21:13:52 +10:00
Jesse Duffield
cf73d4f558 standardise error handling of command functions 2018-08-06 19:01:27 +10:00
Jesse Duffield
b1918f2f68 no panic on git commit error 2018-08-06 18:55:08 +10:00
Jesse Duffield
9a3b565806 add vscode keybinding 2018-08-06 13:49:15 +10:00
Jesse Duffield
6126ddd373 fix spacing 2018-08-06 00:04:11 +10:00
Jesse Duffield
59885e45df deal with month time unit in reflog output 2018-08-06 00:02:41 +10:00