Merge branch 'jg/revert-untracked'
authorPratyush Yadav <me@yadavpratyush.com>
Thu, 5 Dec 2019 18:55:27 +0000 (00:25 +0530)
committerPratyush Yadav <me@yadavpratyush.com>
Thu, 5 Dec 2019 19:10:55 +0000 (00:40 +0530)
commit276353004822918d1f45cfc36d0717b878fff600
tree6a1ac62bd5b56df6a8c4020c0d0ac19751ff09a4
parentb524f6b399c77b40c8bf2b6217585fde4731472a
parentfa38ab68b0ac409f695efcaa23b8bcda84defd41
Merge branch 'jg/revert-untracked'

git-gui learned to delete untracked files when the "Revert Changes"
option is selected. Since there are two types of revert operations (one
for tracked files and one for untracked ones), the "checkout" and
"deletion" operations are done in parallel. The status bar is updated
to allow both to use it in parallel.

* jg/revert-untracked:
  git-gui: revert untracked files by deleting them
  git-gui: update status bar to track operations
  git-gui: consolidate naming conventions