Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnk committed Jan 7, 2013
1 parent 12d8780 commit 91b2ae5
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions README.markdown
Expand Up @@ -13,34 +13,20 @@

- giti
- view sources of giti
- giti/status
- view status of current repository
- giti/branch
- view branches on current repository
- giti/log
- view log on current repository
- giti/config
- view config
- giti/log
- view log on current repository
- giti/remote
- view remotes
- giti/status
- view status of current repository


### Kinds

#### *giti/status* actions

- add
- rm\_cached
- reset
- commit
- amend
- checkout
- diff
- diff\_cached
- diff\_head
- ignore


#### *giti/branch* actions

- switch
Expand All @@ -49,26 +35,43 @@
- merge


#### *giti/config* actions

- yank\_value
- write
- remove


#### *giti/log* actions

- view
- diff
- revert
- vimdiff
- reset


#### *giti/config* actions

- yank\_value
- write
- remove


#### *giti/remote* actions

- fetch
- rm
- rename
- rm


#### *giti/status* actions

- add
- add\_patch
- reset
- commit
- amend
- checkout
- diff
- diff\_cached
- diff\_head
- vimdiff\_head
- rm\_cached
- ignore


### CUSTOM ACTION
Expand All @@ -87,7 +90,6 @@
## TODO

- extend *giti/log* source (and write document about it)
- extend *giti/diff* action (use vimdiff)
- implement *giti/stash* source and kind
- implement *giti/blame* source and kind (use scrollbind)
- implement *giti/tag* source and kind
Expand Down

0 comments on commit 91b2ae5

Please sign in to comment.