Stephan Dilly
|
de80601bf4
|
Push progress
closes #267
|
2020-09-06 17:48:14 +02:00 |
|
Stephan Dilly
|
17de5a900c
|
Test push progress (#272)
|
2020-09-04 09:08:29 +02:00 |
|
Stephan Dilly
|
7d1e3643b1
|
support push to origin (#266)
* use vendored ssl
|
2020-09-02 02:08:41 +02:00 |
|
Stephan Dilly
|
ca49bbd627
|
release 0.10 (#252)
|
2020-08-29 14:20:19 +02:00 |
|
Stephan Dilly
|
4907e8b727
|
new 'create branch' popup (#254)
closes #253
|
2020-08-29 14:15:06 +02:00 |
|
Stephan Dilly
|
726928b7ba
|
fix logging
|
2020-08-28 23:54:45 +02:00 |
|
Stephan Dilly
|
2401293b66
|
Rust1.46 and nightly ci (#246)
|
2020-08-28 10:52:24 +02:00 |
|
Stephan Dilly
|
80da95b6f5
|
cleanup commit message line encodings to fix rendering commit msg (closes #245)
|
2020-08-27 01:10:38 +02:00 |
|
Stephan Dilly
|
59377c7a91
|
clippy fix and make perf warnings to errors
|
2020-08-26 19:18:57 +02:00 |
|
dependabot-preview[bot]
|
d8bd4721ef
|
Bump rayon-core from 1.7.1 to 1.8.0
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.1...rayon-core-v1.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-08-26 00:31:45 +02:00 |
|
dependabot-preview[bot]
|
64eebb5aca
|
Bump git2 from 0.13.8 to 0.13.10
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.8 to 0.13.10.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-08-26 00:09:23 +02:00 |
|
Stephan Dilly
|
4f2e20ea1b
|
changelog update
|
2020-08-18 21:48:59 +02:00 |
|
dr-BEat
|
ce8d79855d
|
Fix Command::new behaviour on windows
|
2020-08-18 21:28:55 +02:00 |
|
Christoph Rüßler
|
1a90fd365f
|
Add scrolling to commit message in details
- Manually wrap commit message using `textwrap`
Closes #181
|
2020-08-08 19:42:02 +02:00 |
|
Stephan Dilly
|
ddd11156c6
|
prep release
|
2020-07-29 22:37:50 +02:00 |
|
Stephan Dilly
|
f83228548b
|
use new tag_foreach api
|
2020-07-22 01:54:22 +02:00 |
|
Stephan Dilly
|
6c798df40a
|
fix different way of internal git represenation of tags to work (closes #206)
|
2020-07-20 23:40:02 +02:00 |
|
Stephan Dilly
|
58a1719c98
|
fix problems with spawning too many async tasks underload (#196)
|
2020-07-18 13:57:08 +02:00 |
|
Stephan Dilly
|
0dd50b402e
|
upgrade to rust 1.45 and fix new clippy warnings
|
2020-07-17 11:54:12 +02:00 |
|
Christoph Rüßler
|
70423c5b83
|
Add command for tagging commit
|
2020-07-15 23:22:03 +02:00 |
|
Stephan Dilly
|
1afa91b144
|
show tags in commit details popup (closes #193)
|
2020-07-12 14:38:38 +02:00 |
|
Stephan Dilly
|
315cf615e0
|
Async tag fetching (#195)
|
2020-07-12 13:21:34 +02:00 |
|
Stephan Dilly
|
a84ae0950c
|
add_to_ignore failed on files without a newline at EOF (closes #191)
|
2020-07-10 11:25:00 +02:00 |
|
Stephan Dilly
|
cbd75110b7
|
add error handling on potential error in ignore (#191)
|
2020-07-10 09:08:36 +02:00 |
|
Stephan Dilly
|
fc142b4604
|
fix crashes in revlog with utf8 commit messages (closes #188)
|
2020-07-10 08:55:43 +02:00 |
|
Stephan Dilly
|
4f731f6acc
|
fix opening relative paths in external edtiro (closes #184)
|
2020-07-09 17:47:38 +02:00 |
|
Stephan Dilly
|
0f13ecc54e
|
inline
|
2020-07-09 09:20:59 +02:00 |
|
Stephan Dilly
|
cb3b968e3a
|
fix cutting commit msg in between utf8 clusters (#188)
|
2020-07-09 08:51:31 +02:00 |
|
Stephan Dilly
|
535b0cd103
|
little more documentation
|
2020-07-08 00:00:17 +02:00 |
|
Stephan Dilly
|
23fc0d9e59
|
pre release
|
2020-07-07 13:05:09 +02:00 |
|
Stephan Dilly
|
26f734c57d
|
fixed bin file size diff on untracked files (closes #171)
|
2020-07-07 09:42:34 +02:00 |
|
Stephan Dilly
|
02bd22d3b3
|
fix crash diffing stash created on cmd line (closes #178)
|
2020-07-07 09:10:10 +02:00 |
|
Stephan Dilly
|
05c2e2ab49
|
prepare for release
|
2020-07-04 20:35:55 +02:00 |
|
Stephan Dilly
|
a33db8d3de
|
cache branchname lookup (closes #159)
|
2020-07-04 18:12:54 +02:00 |
|
Stephan Dilly
|
a34bab22fa
|
show untracked files in stash commit details (closes #130)
|
2020-07-02 12:55:17 +02:00 |
|
Stephan Dilly
|
e803cb3afe
|
unneeded clones
|
2020-07-02 12:24:02 +02:00 |
|
Mehran Kordi
|
ea244b8cfa
|
fixed issue with utracked files.
|
2020-07-02 11:58:11 +02:00 |
|
Stephan Dilly
|
fb6cdb92ea
|
fix whitespace at commit-msg start breaking revlog alignment (closes #158)
|
2020-06-29 19:48:39 +02:00 |
|
Stephan Dilly
|
51d17b2596
|
prevent stacking up more and more status requests (#156)
|
2020-06-29 17:53:01 +02:00 |
|
Stephan Dilly
|
18c4d872d3
|
more debug logging
|
2020-06-29 16:03:35 +02:00 |
|
Stephan
|
738cf3fab4
|
try speeding up status (see #156)
|
2020-06-29 14:11:23 +02:00 |
|
Stephan
|
4a442f3829
|
cleanup use
|
2020-06-29 12:30:10 +02:00 |
|
Stephan Dilly
|
80f98d6b6d
|
move commit into its own mod
# Conflicts:
# asyncgit/src/sync/utils.rs
|
2020-06-29 09:47:54 +02:00 |
|
Stephan Dilly
|
c856c23aef
|
remove outdated commit method
|
2020-06-29 09:46:38 +02:00 |
|
Stephan Dilly
|
97560564c9
|
run hooks from workdir and not from current dir (closes #151)
|
2020-06-25 08:14:43 +02:00 |
|
Stephan Dilly
|
b66d385a8f
|
sort order
|
2020-06-25 07:47:10 +02:00 |
|
Stephan Dilly
|
1028a51652
|
fix invalid utf8 in commit msg also for commit details (see #150)
|
2020-06-24 16:08:46 +02:00 |
|
Stephan Dilly
|
fab5b6ea47
|
display lossy commit msg when containing invalid utf8 (closes #150)
|
2020-06-24 10:11:27 +02:00 |
|
Stephan Dilly
|
b01f716677
|
fix diff of commit not returning binary size
|
2020-06-22 22:03:45 +02:00 |
|
Stephan Dilly
|
76e52cc7a2
|
show file size diff for binary files (#141)
|
2020-06-22 20:01:04 +02:00 |
|