-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTODO
More file actions
40 lines (24 loc) · 724 Bytes
/
TODO
File metadata and controls
40 lines (24 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
git checkout-index -a -f
do other options
see the github entry
git init (--bare | dir)
Some bugs still, see libgit2
git rev-list --pretty=oneline | Sha1
do other options
git commit-tree <tree> (-p <commit>)
do other options
git ls-tree <tree-ish>
do other options
git mktag < signature\_file
Done ! But it not pass all tests because git tests check the output...
git ls-files (--stage | --cached)
Do other options
git write-tree (--missing-ok)
Do other options
git read-tree Sha1
Do other options
git update-index (--add) <file>
Do other options ("--remove" first !)
git cat-file (-t | -s | -e | -p | <type>) <object>
Do other options
and everything else... and feel free to add any ideas here !