All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] windows: embed a manifest
@ 2019-06-27  8:49 Johannes Schindelin via GitGitGadget
  2019-06-27  8:49 ` [PATCH 1/1] mingw: embed a manifest to trick UAC into Doing The Right Thing Cesar Eduardo Barros via GitGitGadget
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Schindelin via GitGitGadget @ 2019-06-27  8:49 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

On Windows, you can embed a "manifest" into an executable that changes
behavior in subtle (and not so subtle) ways. Let's embed one, to be able to
define precisely what behavior we want.

Cesar Eduardo Barros (1):
  mingw: embed a manifest to trick UAC into Doing The Right Thing

 compat/win32/git.manifest | 25 +++++++++++++++++++++++++
 git.rc                    |  2 ++
 2 files changed, 27 insertions(+)
 create mode 100644 compat/win32/git.manifest


base-commit: aa25c82427ae70aebf3b8f970f2afd54e9a2a8c6
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-214%2Fdscho%2Fmingw-manifest-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-214/dscho/mingw-manifest-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/214
-- 
gitgitgadget

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-27  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-27  8:49 [PATCH 0/1] windows: embed a manifest Johannes Schindelin via GitGitGadget
2019-06-27  8:49 ` [PATCH 1/1] mingw: embed a manifest to trick UAC into Doing The Right Thing Cesar Eduardo Barros via GitGitGadget

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.