guberm / tortoisegit

Automatically exported from code.google.com/p/tortoisegit
0 stars 0 forks source link

TortoiseGIT is blinking on show commit window for every changed/add Git LFS file #2518

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Git LFS (https://git-lfs.github.com/)
  * Download and unpack archive;
  * Put git-lfs.exe on any avaialble in PATH directory;
  * Run "git lfs init"
2. Clone repository from: https://github.com/bozaro/test
3. Change image "tux.png"
4. Show "Git Commit" window

On showing "Git Commit" window you will see black window blink for each changed 
LFS file (twice in this case).

You also will see black window blink on refreshing change list by F5 key.

Versions:
 * OS: Windows 8.1 (6.3.9600)
 * TortoiseGit: 1.8.14.0
 * msysgit: 1.9.5.msysgit.1 
 * git lfs: git-lfs/0.5.1 (GitHub; windows amd64; git 1.9.5.msysgit.1; go 1.3)

Original issue reported on code.google.com by boz...@gmail.com on 5 Jun 2015 at 8:16

GoogleCodeExporter commented 9 years ago
We're starting git.exe with a hidden window. Maybe git starts another 
git-lfs.exe process, but does not respect the hidden flag.

Suppose there is nothing we can do.

Original comment by sstrickr...@googlemail.com on 5 Jun 2015 at 8:36

GoogleCodeExporter commented 9 years ago
Bug found: https://github.com/github/git-lfs/pull/381

Original comment by boz...@gmail.com on 11 Jun 2015 at 10:34

GoogleCodeExporter commented 9 years ago
Thanks for the update. I'm closing this issue.

Original comment by sstrickr...@googlemail.com on 16 Jun 2015 at 10:07