Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d84e3f1

Browse files
committed
Modify README.md
1 parent e9004fd commit d84e3f1

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
rust_git
22
========
33

4-
Git written from scratch in Rust
4+
Git written from scratch in Rust.
5+
6+
## Implemented features
7+
8+
* Object file encoding and decoding
9+
* The Git object model
10+
* Ref loading
11+
* Log
12+
13+
## Unimplemented features
14+
15+
* Pack index/file support
16+
* Staging
17+
* Commit
18+
* Rebase
19+
* Checkout
20+
* Merge
21+
* Synchronization (push, pull/fetch)
22+
* Stash
23+
* Config
524

625
View API documentation here:
726

0 commit comments

Comments
 (0)