1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00
Commit Graph

6737 Commits

Author SHA1 Message Date
7eb673e574 Feature: Added repository name to status 2018-08-10 15:10:15 +02:00
f20121cb0b add FIXME note about trimming the trailing newline upon confirming in a prompt panel 2018-08-10 23:08:03 +10:00
aa4160d57a merge feature/clearing-commit-panel into master 2018-08-10 22:49:54 +10:00
8bc6832546 Merge branch 'master' of https://github.com/jesseduffield/lazygit 2018-08-10 22:46:24 +10:00
4853d186ee add git plumbing to Gopkg.lock 2018-08-10 22:46:04 +10:00
c3611df8d8 Merge pull request #112 from jesseduffield/feature/case-insensitive-branch-name-comparisons
101: Compare branches for name equality regardless of case
2018-08-10 22:26:44 +10:00
59650cff26 compare branches for name equality regardless of case 2018-08-10 22:24:10 +10:00
f9abcdb159 Merge branch 'feature/branch-refactor' 2018-08-10 22:13:48 +10:00
28505dddaf move color functions into utils 2018-08-10 22:09:10 +10:00
95b7c1d0a4 revert to using the direct git command for getting the current branch because it breaks if you've just done a git init 2018-08-10 22:08:12 +10:00
eb9f01ecfa move withPadding into utils file 2018-08-10 21:51:21 +10:00
a8c6f31bc6 Merge pull request #107 from antham/master
Apply gofmt
2018-08-10 21:42:50 +10:00
1fded005c4 revert to using default border color 2018-08-10 21:40:21 +10:00
c470c1f575 keep asterisk at the checked out branch 2018-08-10 21:38:51 +10:00
d08241b2ea Obtain branches in a more robust way. Begin refactor work on gitcommands 2018-08-10 21:34:17 +10:00
de7ab80539 apply gofmt -s -w 2018-08-10 09:54:21 +02:00
d3abd9eab1 Add fixup option into commits panel 2018-08-10 13:44:42 +08:00
3f89b5bf71 Merge pull request #105 from jesseduffield/feature/add-go-git
Explicitly add go-git dependency
2018-08-10 11:51:51 +10:00
87872f5514 explicitly add go-git dependency 2018-08-10 11:33:49 +10:00
bf9a53fada README.md: Add Void Linux instructions 2018-08-09 19:39:18 -03:00
3adf5368dd Adding arch linux packages to README.md 2018-08-09 09:13:24 -05:00
ed6f21ee74 bump version to v0.1.48 v0.1.48 2018-08-09 23:35:06 +10:00
75a186614a add scroll keybinding to displayed files panel options 2018-08-09 23:34:50 +10:00
18aa5b1bbe bump version to v0.1.47 v0.1.47 2018-08-09 23:34:16 +10:00
89209d1253 bump version to v0.1.46 v0.1.46 2018-08-09 23:27:11 +10:00
bcad80250a add basic vim keybindings
add keybinding for the tab key to begin a newline when writing a commit message
it would have been shift+enter but currently that is not supported by gocui
2018-08-09 23:26:31 +10:00
44eaccfd14 switch to using the log package rather than directly writing to file 2018-08-09 20:29:58 +10:00
9537645d0c dynamic width for confirmation panel and better handling of a squashed terminal 2018-08-09 19:49:36 +10:00
d08e3a55a1 WIP hard reset 2018-08-09 19:33:35 +10:00
2cd0bd8125 Merge branch 'master' of https://github.com/jesseduffield/lazygit 2018-08-09 19:02:19 +10:00
cc31cb1abe remove double quote escapes in commit message for auto version bumper 2018-08-09 19:02:16 +10:00
a56643fe64 refactor repeater functions and refresh file panel every ten seconds 2018-08-09 19:01:42 +10:00
2386283e45 Update README.md 2018-08-09 16:07:25 +10:00
58977ed7f3 remove the dist folder after goreleaser runs 2018-08-09 15:47:55 +10:00
a068548bcb remove speed monitoring 2018-08-09 15:44:28 +10:00
b2f8b8b345 "bump version to v0.1.45" v0.1.45 2018-08-09 15:24:39 +10:00
5f70b2d9cd throw error when git username not configured 2018-08-09 15:24:12 +10:00
f33b2b2277 "bump version to v0.1.44" v0.1.44 2018-08-09 14:46:10 +10:00
dbf65a422a bump dependencies 2018-08-09 14:41:58 +10:00
ace8544512 create log if debugging and the file doesn't already exist 2018-08-09 14:36:26 +10:00
4832d365f1 use go-git for commits 2018-08-09 14:33:51 +10:00
bebe94b4b3 don't call projectPath until we know we're in debug mode 2018-08-09 13:37:48 +10:00
750445dc8b use platform agnostic filepaths 2018-08-09 13:29:25 +10:00
1f5f80b1bf platform independent path reading 2018-08-09 13:21:30 +10:00
5cc34e7801 factor out platform specific logic into a struct on state 2018-08-09 13:14:24 +10:00
ce8884f509 "bump version to v0.1.43" v0.1.43 2018-08-09 12:56:11 +10:00
481a05f116 check for VERSION file in project directory rather than current directory 2018-08-09 12:55:41 +10:00
6e8abbcdda use fallback file VERSION 2018-08-09 12:25:32 +10:00
273eb6244b "bump version to v0.1.42" v0.1.42 2018-08-09 12:10:33 +10:00
467741fa54 add basic script to bump patch number and call goreleaser 2018-08-09 12:10:22 +10:00