File tree Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Original file line number Diff line number Diff line change 38
38
39
39
let walk = jwalk:: WalkDirGeneric :: < ( ( ) , bool ) > :: new ( root)
40
40
. follow_links ( false )
41
- . sort ( false )
41
+ . sort ( true )
42
42
. skip_hidden ( false ) ;
43
43
44
44
// On macos with apple silicon, the IO subsystem is entirely different and one thread can mostly max it out.
Original file line number Diff line number Diff line change 6
6
* ** git-object** refactor
7
7
* [x] split ` Id ` and everything hash related into ` git-id `
8
8
* [x] use ` git-id ` inside of ` git-features ` , remove cycle
9
- * ** Documentation (with deny(missing_docs))**
10
- * [x] git-features
11
- * [x] git-object
12
- * [x] git-url
13
- * [x] git-ref
14
- * [x] git-packetline
15
- * [x] rename ` to_write() ` to ` write_to() ` to ~~ match what's done in git-object~~ . Consistency is good, but lets not break it again
16
- * [x] git-transport
17
- * [x] git-protocol
18
- * [x] git-commitgraph
19
9
* ** git-config**
20
10
* A complete implementation, writing a the git remote configuration is needed for finalizing the clone
21
11
* [ ] ` Config ` type which integrates multiple files into one interface, much like a * multi* version of ` File `
58
48
59
49
To be picked in any order….
60
50
61
- * ** prodash**
62
- * [x] Add remaining docs for all exposed API.
63
-
64
- * ** gix plumbing (pretty)**
65
- * [x] Is [ manual ~ ] ( https://github.com/Byron/gitoxide/blob/2571113fea516737acedac08d66632ead499b474/src/plumbing/pretty/main.rs#L39 ) handling truly required?
66
- Doesn't seem to be needed in the lean version of it.
67
- ** Yes, the difference is that one doesn't support graceful shutdown**
68
- * ** gix organize**
69
- * [x] a sub-command to move local repository clones into a structure mimicking their URL.
70
- * [x] figure out if the jwalk/walkdir abstraction is really worth it, or how to unify both interfaces.
71
- Need filtering and skipping with high performance. Probably better to use jwalk directly and disable
72
- it via features.
73
- * [x] Filtering and skipping
74
- * [x] Finding git working dirs
75
51
* ** [ google-apis-rs PR] ( https://github.com/Byron/google-apis-rs/pull/259#issuecomment-748513766 ) **
76
52
* [x] upgrade toolchain
77
53
* [ ] Upgrade to latest hyper/tokio to get everything to compile again
Original file line number Diff line number Diff line change 1
- ./special -origin/.git
1
+ ./dir/one -origin/.git
2
2
./origin-and-fork/.git
3
- ./dir/one -origin/.git
3
+ ./special -origin/.git
You can’t perform that action at this time.
0 commit comments