mirror of
https://github.com/git/git.git
synced 2026-02-04 06:53:10 +00:00
Windows 7 allows users to pin running applications to the task bar. By setting the application ID, multiple processes can share a single task bar entry, and this is exactly what we need for `git-bash.exe` which wants to share the task bar entry with the `mintty.exe` instance it launches. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>