aboutsummaryrefslogtreecommitdiffstats
path: root/status.go
Commit message (Collapse)AuthorAgeFilesLines
* git: Fix Status.IsClean() documentationDavid Url2018-10-061-1/+1
| | | | | | | | | The documentation of the IsClean Method contained a negation, so it was describing the opposite of its actual behavior. Fixes #838 Signed-off-by: David Url <david@urld.io>
* Add Status.IsUntracked functionkuba--2018-08-291-2/+11
| | | | Signed-off-by: kuba-- <kuba@sourced.tech>
* worktree: Commit method implementationMáximo Cuadros2017-05-041-1/+1
|
* worktree, reset implementation and status improvementsMáximo Cuadros2017-04-121-53/+31
|
* worktree, status implementation based on merkletrie and reset and checkout ↵Máximo Cuadros2017-04-111-0/+92
implementations