drewblessing / gitlab-cli

GitLab Command Line Tool - Interact with your GitLab server via the command line to manage snippets, projects and more.
MIT License
166 stars 20 forks source link

Snippet is updated on edit, even if not changes are written #32

Closed dblessing closed 11 years ago

dblessing commented 11 years ago

If you call edit on a snippet and quit the editor without writing changes, the snippet is still "updated." As in, old text is resaved and timestamp is updated. This should not happen ideally.