git-gui: sanitize 'exec' arguments: convert new 'cygpath' calls
Johannes Sixt committed over 1 year ago
Merge branch 'ml/replace-auto-execok'
Johannes Sixt committed about 1 year ago
Merge branch 'js/fix-open-exec'
Johannes Sixt committed over 1 year ago
Merge branch 'ah/fix-open-with-stdin'
Johannes Sixt committed over 1 year ago
Merge branch 'ml/replace-auto-execok' into js/fix-open-exec
Taylor Blau committed about 1 year ago
git-gui: do not mistake command arguments as redirection operators
Johannes Sixt committed over 1 year ago
git-gui: introduce function git_redir for git calls with redirections
Johannes Sixt committed over 1 year ago
git-gui: pass redirections as separate argument to git_read
Johannes Sixt committed over 1 year ago
git-gui: pass redirections as separate argument to _open_stdout_stderr
Johannes Sixt committed over 1 year ago
git-gui: convert git_read*, git_write to be non-variadic
Johannes Sixt committed over 1 year ago
git-gui: override exec and open only on Windows
Mark Levedahl committed over 1 year ago
gitk: sanitize 'open' arguments: revisit recently updated 'open' calls
Johannes Sixt committed over 1 year ago
git-gui: use git_read in githook_read
Johannes Sixt committed over 1 year ago
git-gui: sanitize $PATH on all platforms
Mark Levedahl committed over 1 year ago
git-gui: break out a separate function git_read_nice
Johannes Sixt committed over 1 year ago
git-gui: assure PATH has only absolute elements.
Mark Levedahl committed over 1 year ago
git-gui: remove option --stderr from git_read
Johannes Sixt committed over 1 year ago
git-gui: cleanup git-bash menu item
Mark Levedahl committed over 1 year ago
git-gui: sanitize 'exec' arguments: background
Johannes Sixt committed over 1 year ago
git-gui: avoid auto_execok in do_windows_shortcut
Mark Levedahl committed over 1 year ago