]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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


Trivial merge