Commit Graph

1325 Commits

Author SHA1 Message Date
Stephan Dilly
84488855fe clippy fixes 2021-06-07 23:50:35 +02:00
Stephan Dilly
8032c35902 refactor better name 2021-06-07 23:04:07 +02:00
Stephan Dilly
7058ab14d3 abstract queue into custom type 2021-06-07 22:57:27 +02:00
Stephan Dilly
ab5b29e0ee reword changelog 2021-06-07 16:52:23 +02:00
Emil Jaszczuk
b2b5a0faa0
Add undo_last_commit command (#769)
closes #758
2021-06-07 16:46:45 +02:00
Stephan Dilly
12b90715f9
fix openssl vendoring with new resolver (#775)
* run otool in ci
* pin openssl-sys with 'vendored' feature
2021-06-07 14:58:49 +02:00
Stephan Dilly
79c17f4c48 cargo update 2021-06-06 10:24:05 +02:00
Stephan Dilly
a4630cfa73 update readme 2021-06-06 10:20:34 +02:00
Stephan Dilly
4c5fe630fc version bumps 2021-06-06 10:15:28 +02:00
Stephan Dilly
a4ea1337f8 update changelog 2021-06-06 10:12:50 +02:00
Stephan Dilly
9c3f4af396 changelog 2021-06-06 02:12:55 +02:00
Stephan Dilly
bfc732451a fix spinner drawing if char didn't change (#764) 2021-06-06 02:09:40 +02:00
Stephan Dilly
5320d0ee0b fix commit msg details scrolling again 2021-06-06 00:53:27 +02:00
Stephan Dilly
bcc0e16208 rename 2021-06-06 00:36:28 +02:00
Stephan Dilly
ae5ed8ac00 changelog 2021-06-06 00:15:43 +02:00
Stephan Dilly
610eab053c mark longer commit msg than displayed (closes #773) 2021-06-06 00:14:36 +02:00
Stephan Dilly
535486f276 use new VerticalScroll in diff aswell 2021-06-05 23:04:05 +02:00
Stephan Dilly
3a849bc900 use new scroll in files list too 2021-06-05 22:59:00 +02:00
Stephan Dilly
b9c763756a fix scroll being off in branchlist after tab
refactored scroll stuff into new abstraction for reuse
2021-06-05 22:52:46 +02:00
Stephan Dilly
5b07c48234 nightly clippy fixes 2021-06-05 10:28:18 +02:00
Stephan Dilly
6006e7aebd use new custom logwalker 2021-06-04 09:55:19 +02:00
Stephan Dilly
e8c2dc25d4 simplify log walker 2021-06-03 23:55:30 +02:00
Stephan Dilly
3adcb4b8c8 turning time slow sorted revlog off again 2021-06-03 17:47:39 +02:00
Stephan Dilly
869e4b7287
fix path handling on windows (#762)
* this reduces memory overhead where nothing is folded up
* makes folding work with windows path seperators
2021-06-03 00:06:28 +02:00
Stephan Dilly
0e7ac4a14c
improve filetree::new performance (#760)
we used a BTreeMap where ordering does not matter and HashMap performs much better
2021-06-02 00:14:51 +02:00
Stephan Dilly
a4817609fb update changelog 2021-06-01 17:37:54 +02:00
Kieran Siek
a11c0b5eb6
Use libgit2 to get the merge commit message. (#755) 2021-06-01 17:29:24 +02:00
Stephan Dilly
53f65c8377 assert that merge msg is populated correctly 2021-06-01 16:27:37 +02:00
Stephan Dilly
3cd218de57
honor showUntrackedFiles config (#753) 2021-06-01 09:56:55 +02:00
Stephan Dilly
eb28ba1af5 update readme 2021-05-31 20:31:20 +02:00
Stephan Dilly
65524edf0b allow walking repo including all available refs 2021-05-30 12:03:03 +02:00
Stephan Dilly
070ad1bca8 more precise motivation 2021-05-30 10:21:33 +02:00
Stephan Dilly
4fb523b9b1 fix wrong file loaded in tree view 2021-05-29 18:00:26 +02:00
Stephan Dilly
82f5496b04 cargo update 2021-05-29 15:42:25 +02:00
Stephan Dilly
680b178a37 make revlog sorted by time 2021-05-29 15:42:17 +02:00
Stephan Dilly
76002f1b9c update changelog, fix dates 2021-05-28 12:22:50 +02:00
Stephan Dilly
b59e050d67 cleanup some todos 2021-05-28 12:11:39 +02:00
Stephan Dilly
c0ce674438 readme: warn that gpgsign not supported 2021-05-28 11:52:30 +02:00
Stephan Dilly
a5f739aa69 update readme 2021-05-28 11:48:41 +02:00
Stephan Dilly
7fbc3f020d version bump 2021-05-28 11:41:20 +02:00
Stephan Dilly
0e2833224a version bump filetree 2021-05-28 11:36:14 +02:00
Stephan Dilly
e351c410b2 fix demo gif location 2021-05-28 11:34:35 +02:00
Stephan Dilly
b7d7f0ab84 version bump gitui 2021-05-28 11:33:07 +02:00
Stephan Dilly
c8099ee9f9 cleanup 2021-05-28 11:31:43 +02:00
ImgBotApp
8ddeddf8c5 [ImgBot] Optimize images
/filetreelist/demo.gif -- 1,041.05kb -> 910.62kb (12.53%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-05-28 11:20:47 +02:00
Stephan Dilly
470ca4a678 todos 2021-05-28 11:18:58 +02:00
Stephan Dilly
3c8060f6f5 readme for filetreelist 2021-05-28 11:18:54 +02:00
Stephan Dilly
032948f01a rename filetree crate to prepare for publish 2021-05-28 11:10:11 +02:00
Stephan Dilly
bfa83ae343 move async_job abstraction into asyncgit for now 2021-05-28 11:02:31 +02:00
Stephan Dilly
16f03d459e bump asyncgit version 2021-05-28 10:44:10 +02:00