Stephan Dilly
566c449384
revert pprof
2021-12-25 21:57:04 +01:00
uniqueNullptr2
e7f15ae457
Disable fetch,pull,push when no remote defined ( #1051 )
2021-12-25 21:37:30 +01:00
Stephan Dilly
4b03e92cb9
cargo upgrades
2021-12-25 21:27:24 +01:00
dependabot[bot]
2c5bd289bf
Bump anyhow from 1.0.51 to 1.0.52
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.51 to 1.0.52.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.51...1.0.52 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-25 20:41:13 +01:00
dependabot[bot]
8dc669893f
Bump serde from 1.0.131 to 1.0.132
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.131 to 1.0.132.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.131...v1.0.132 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-21 18:37:28 +01:00
Stephan Dilly
d790b48f5d
fix nightly clippy
2021-12-19 21:05:05 +01:00
Stephan Dilly
10b4704662
run hooks in correct pwd ( #1049 )
...
see #1046
2021-12-17 00:46:08 +01:00
Stephan Dilly
cef0de4f0e
changelog
2021-12-15 15:34:50 +01:00
Stephan Dilly
55b9877e93
use .git path instead of workdir finding hooks
...
fixes #1046
2021-12-15 15:33:09 +01:00
Stephan Dilly
12f3d97ef0
cargo update
2021-12-15 10:29:01 +01:00
Christian Zangl
70ce3f88d6
add gg/G to vim config ( #1041 )
...
see #1039
2021-12-12 18:14:02 +01:00
Stephan Dilly
661e429082
cargo upgrade
2021-12-10 23:31:30 +01:00
Martin Kühl
5550415e3c
cred: check pushurl before checking url ( #967 )
...
* cred: check pushurl before checking url
if a remote has both a pushurl and a url, need_username_password should check the pushurl before checking the url since we might not need credentials for the former
2021-12-09 22:47:27 +01:00
Stephan Dilly
9eb30ecb4c
clarify colors being defined by your terminal
2021-12-09 21:53:59 +01:00
Stephan Dilly
7c11800250
improved documentation on key bindings overwrites
2021-12-09 21:24:08 +01:00
Stephan Dilly
6249491484
keep commit msg on hook-fail ( #1036 )
...
fixes #1035
2021-12-09 21:12:31 +01:00
Stephan Dilly
cd639b29c0
release 0.19 ( #1033 )
2021-12-08 23:24:01 +01:00
Stephan Dilly
eddc703fb8
fix windows build
2021-12-08 22:24:56 +01:00
Stephan Dilly
a947ce35e7
fix status fetch hanging on bare repos w/o worktree ( #1032 )
...
closes #1029
2021-12-08 22:00:55 +01:00
dependabot[bot]
0a6ca35fc7
Bump itertools from 0.10.1 to 0.10.3
...
Bumps [itertools](https://github.com/rust-itertools/itertools ) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/rust-itertools/itertools/releases )
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.1...v0.10.3 )
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-07 08:11:54 +01:00
Stephan Dilly
cb1d801be0
finally lifted a limitation
2021-12-05 00:38:54 +01:00
Stephan Dilly
006cdd6373
support bare repos ( #1028 )
2021-12-05 00:35:45 +01:00
Stephan Dilly
ecabee02da
allow opening file selected in tree ( #989 )
2021-12-02 08:24:13 +01:00
Stephan Dilly
36699a0a36
git2rs upgrade ( #1025 )
...
closes #881
2021-12-01 19:32:48 +01:00
Stephan Dilly
328061dec6
file rename
2021-12-01 09:13:05 +01:00
Stephan Dilly
5a7c85daee
rename
2021-12-01 09:12:39 +01:00
Stephan Dilly
8fb506520c
cargo upgrades
2021-12-01 09:10:24 +01:00
Stephan Dilly
f4ee24055b
Add debug log
2021-11-29 23:28:36 +01:00
dependabot[bot]
5c94c18c7b
Bump anyhow from 1.0.49 to 1.0.50
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.49 to 1.0.50.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.49...1.0.50 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 08:22:24 +01:00
Stephan Dilly
74c3d6f21c
fetch all branches fetches tags aswell
2021-11-28 16:54:37 +01:00
Stephan Dilly
26318c10e9
cargo updates
2021-11-28 14:41:23 +01:00
Stephan Dilly
304c0a3a6b
check cargo sort in ci
2021-11-28 14:29:38 +01:00
Stephan Dilly
a847ea2a92
specify changelog better
2021-11-28 14:29:01 +01:00
Stephan Dilly
444e14631d
cargo-sort
2021-11-28 13:38:48 +01:00
Stephan Dilly
9038b1d07d
pull gets tags on current branch ( closes #1013 )
2021-11-28 13:37:36 +01:00
Stephan Dilly
3bc4feb2ac
enable but ignore certain audits
2021-11-24 14:27:49 +01:00
Stephan Dilly
4d05dea4a6
update changelog
2021-11-23 22:16:15 +01:00
Stephan Dilly
33ac72c8e7
fetch/prune branches ( #1000 )
2021-11-23 22:14:37 +01:00
dependabot[bot]
ee7ec691f0
Bump anyhow from 1.0.47 to 1.0.48
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.47 to 1.0.48.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.47...1.0.48 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 08:06:30 +01:00
Stephan Dilly
d285ec0b09
disable sec audit temporarily
2021-11-22 23:51:59 +01:00
Stephan Dilly
cbf53d6013
update main UI aswell to show new branch
2021-11-22 23:04:49 +01:00
ImgBotApp
8466b39226
[ImgBot] Optimize images
...
/assets/rebase.png -- 509.84kb -> 274.62kb (46.14%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-11-22 01:12:58 +01:00
Stephan Dilly
21a10a618a
screencast
2021-11-22 00:04:18 +01:00
Stephan Dilly
ab908f83df
contributors
2021-11-21 22:16:42 +01:00
Stephan Dilly
d617ba76fa
simplify key bindings file handling ( #946 )
2021-11-21 22:10:37 +01:00
Stephan Dilly
f689c428b2
upgrade pprof
2021-11-21 22:05:30 +01:00
Curiosidad-Racional
38cf196b62
File find popup up/down keys resolves #977 ( #993 )
2021-11-21 20:10:14 +01:00
Stephan Dilly
1d409d31ab
simplelog upgrade
2021-11-20 19:04:12 +01:00
Stephan Dilly
cd3989238b
changelog update
2021-11-20 18:54:24 +01:00
Stephan Dilly
95b2737d9b
document new symbol overwrite feature
2021-11-20 18:53:05 +01:00