This repository was archived by the owner on Jun 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
GitWrap missing features #49
Copy link
Copy link
Open
Labels
Description
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)
- Wrapper class for RefLog
- Wrapper class for RefLogEntry
- Reading the RefLog
- Writing the RefLog
- Truncating the RefLog
- 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-linkto 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
- Checkout
- Complete CeckoutOperation
- Merge
- Fetch (:point_right: PR fix and complete clone operation #60)
- Push (:point_right: PR Extended Operations-API #62)
Diff
- Adjust to v0.21 API
- Binary diff
Others
- Git Attributes