Jesse Duffield
aa4160d57a
merge feature/clearing-commit-panel into master
2018-08-10 22:49:54 +10:00
Jesse Duffield
8bc6832546
Merge branch 'master' of https://github.com/jesseduffield/lazygit
2018-08-10 22:46:24 +10:00
Jesse Duffield
4853d186ee
add git plumbing to Gopkg.lock
2018-08-10 22:46:04 +10:00
Jesse Duffield
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
Jesse Duffield
59650cff26
compare branches for name equality regardless of case
2018-08-10 22:24:10 +10:00
Jesse Duffield
f9abcdb159
Merge branch 'feature/branch-refactor'
2018-08-10 22:13:48 +10:00
Jesse Duffield
28505dddaf
move color functions into utils
2018-08-10 22:09:10 +10:00
Jesse Duffield
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
Jesse Duffield
eb9f01ecfa
move withPadding into utils file
2018-08-10 21:51:21 +10:00
Jesse Duffield
a8c6f31bc6
Merge pull request #107 from antham/master
...
Apply gofmt
2018-08-10 21:42:50 +10:00
Jesse Duffield
1fded005c4
revert to using default border color
2018-08-10 21:40:21 +10:00
Jesse Duffield
c470c1f575
keep asterisk at the checked out branch
2018-08-10 21:38:51 +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
Anthony HAMON
de7ab80539
apply gofmt -s -w
2018-08-10 09:54:21 +02:00
Ching-Hsuan Yen
d3abd9eab1
Add fixup
option into commits panel
2018-08-10 13:44:42 +08:00
Jesse Duffield
3f89b5bf71
Merge pull request #105 from jesseduffield/feature/add-go-git
...
Explicitly add go-git dependency
2018-08-10 11:51:51 +10:00
Jesse Duffield
87872f5514
explicitly add go-git dependency
2018-08-10 11:33:49 +10:00
maxice8
bf9a53fada
README.md: Add Void Linux instructions
2018-08-09 19:39:18 -03:00
frealgagu
3adf5368dd
Adding arch linux packages to README.md
2018-08-09 09:13:24 -05:00
Jesse Duffield
ed6f21ee74
bump version to v0.1.48
2018-08-09 23:35:06 +10:00
Jesse Duffield
75a186614a
add scroll keybinding to displayed files panel options
2018-08-09 23:34:50 +10:00
Jesse Duffield
18aa5b1bbe
bump version to v0.1.47
2018-08-09 23:34:16 +10:00
Jesse Duffield
89209d1253
bump version to v0.1.46
2018-08-09 23:27:11 +10:00
Jesse Duffield
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
Jesse Duffield
44eaccfd14
switch to using the log package rather than directly writing to file
2018-08-09 20:29:58 +10:00
Jesse Duffield
9537645d0c
dynamic width for confirmation panel and better handling of a squashed terminal
2018-08-09 19:49:36 +10:00
Jesse Duffield
d08e3a55a1
WIP hard reset
2018-08-09 19:33:35 +10:00
Jesse Duffield
2cd0bd8125
Merge branch 'master' of https://github.com/jesseduffield/lazygit
2018-08-09 19:02:19 +10:00
Jesse Duffield
cc31cb1abe
remove double quote escapes in commit message for auto version bumper
2018-08-09 19:02:16 +10:00
Jesse Duffield
a56643fe64
refactor repeater functions and refresh file panel every ten seconds
2018-08-09 19:01:42 +10:00
Jesse Duffield
2386283e45
Update README.md
2018-08-09 16:07:25 +10:00
Jesse Duffield
58977ed7f3
remove the dist folder after goreleaser runs
2018-08-09 15:47:55 +10:00
Jesse Duffield
a068548bcb
remove speed monitoring
2018-08-09 15:44:28 +10:00
Jesse Duffield
b2f8b8b345
"bump version to v0.1.45"
2018-08-09 15:24:39 +10:00
Jesse Duffield
5f70b2d9cd
throw error when git username not configured
2018-08-09 15:24:12 +10:00
Jesse Duffield
f33b2b2277
"bump version to v0.1.44"
2018-08-09 14:46:10 +10:00
Jesse Duffield
dbf65a422a
bump dependencies
2018-08-09 14:41:58 +10:00
Jesse Duffield
ace8544512
create log if debugging and the file doesn't already exist
2018-08-09 14:36:26 +10:00
Jesse Duffield
4832d365f1
use go-git for commits
2018-08-09 14:33:51 +10:00
Jesse Duffield
bebe94b4b3
don't call projectPath until we know we're in debug mode
2018-08-09 13:37:48 +10:00
Jesse Duffield
750445dc8b
use platform agnostic filepaths
2018-08-09 13:29:25 +10:00
Jesse Duffield
1f5f80b1bf
platform independent path reading
2018-08-09 13:21:30 +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
ce8884f509
"bump version to v0.1.43"
2018-08-09 12:56:11 +10:00
Jesse Duffield
481a05f116
check for VERSION file in project directory rather than current directory
2018-08-09 12:55:41 +10:00
Jesse Duffield
6e8abbcdda
use fallback file VERSION
2018-08-09 12:25:32 +10:00
Jesse Duffield
273eb6244b
"bump version to v0.1.42"
2018-08-09 12:10:33 +10:00
Jesse Duffield
467741fa54
add basic script to bump patch number and call goreleaser
2018-08-09 12:10:22 +10:00
Jesse Duffield
a00bbf709f
"bump version to v0.1.41"
2018-08-09 12:09:30 +10:00
Jesse Duffield
b90e66dca1
"bump version to v0.1.40"
2018-08-09 12:02:37 +10:00