Actually, this is a dump of what I currently think is still missing in GitWrap: Note from @antis81: Edited in 12/2014 -> Shall move to `macgitver.org` # Config - [ ] Delete single var - [ ] Delete multi - [ ] Reading multi - [ ] Writing single - [ ] Writing multi vars # Blame - [ ] Completely # Notes - [ ] Completely # Ref-Log (:point_right: PR #31 and #61) - [x] Wrapper class for RefLog - [x] Wrapper class for RefLogEntry - [x] Reading the RefLog - [x] Writing the RefLog - [x] Truncating the RefLog - [x] Appending to the RefLog # Stash - [ ] List all stashes (Requires RefLog) - [ ] Create a stash - [ ] Delete a stash - [ ] Apply a stash # Submodule - [ ] Add a new submodule (write the `repo-link` to the - [ ] Clone a new submodule (Requires an operation, maybe) - [ ] Init a submodule from the config # Objects - **Tags** - [ ] Create annotated tags - **Blob** - [ ] Hashing a file # Index - [ ] Adding conflicts to the index # Operations - [x] **Checkout** - [x] Complete CeckoutOperation - [ ] **Merge** - [x] **Fetch** (:point_right: PR #60) - [x] **Push** (:point_right: PR #62) # Diff - [x] Adjust to v0.21 API - [ ] Binary diff # Others - [ ] Git Attributes
Actually, this is a dump of what I currently think is still missing in GitWrap:
Note from @antis81: Edited in 12/2014 -> Shall move to
macgitver.orgConfig
Blame
Notes
Ref-Log
(:point_right: PR #31 and #61)
Stash
Submodule
repo-linkto theObjects
Index
Operations
Diff
Others