Merge remote-tracking branch 'han/fix-traits'
modified radicle-surf/examples/browsing.rs
@@ -41,7 +41,7 @@ fn main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/git.rs
@@ -127,14 +127,6 @@ impl Revision for RefString {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -143,14 +135,6 @@ impl Revision for Qualified<'_> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -171,14 +155,6 @@ impl Revision for Branch {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -187,16 +163,24 @@ impl Revision for &Branch {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -213,22 +197,22 @@ pub trait ToCommit {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-surf/src/git/history.rs
@@ -38,7 +38,7 @@ enum FilterBy {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/src/git/repo.rs
@@ -243,7 +243,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -254,7 +254,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -271,7 +271,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -343,7 +343,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/t/src/file_system.rs
@@ -54,7 +54,7 @@ mod directory {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/t/src/git/code_browsing.rs
@@ -66,3 +66,18 @@ fn test_file_history() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-surf/t/src/git/last_commit.rs
@@ -18,7 +18,7 @@ fn readme_missing_and_memory() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -26,7 +26,7 @@ fn readme_missing_and_memory() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,7 +44,7 @@ fn folder_svelte() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -64,7 +64,7 @@ fn nest_directory() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -85,13 +85,13 @@ fn can_get_last_commit_for_special_filenames() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-surf/t/src/git/rev.rs
@@ -44,7 +44,7 @@ fn _master() -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -56,7 +56,7 @@ fn commit() -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -71,7 +71,7 @@ fn commit_parents() -> Result<(), Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|