mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'ta/wait-on-aliased-commands-upon-signal' into master
When an aliased command, whose output is piped to a pager by git, gets killed by a signal, the pager got into a funny state, which has been corrected (again). * ta/wait-on-aliased-commands-upon-signal: Wait for child on signal death for aliases to externals Wait for child on signal death for aliases to builtins
This commit is contained in:
@@ -229,6 +229,7 @@ int run_auto_gc(int quiet);
|
||||
#define RUN_SILENT_EXEC_FAILURE 8
|
||||
#define RUN_USING_SHELL 16
|
||||
#define RUN_CLEAN_ON_EXIT 32
|
||||
#define RUN_WAIT_AFTER_CLEAN 64
|
||||
|
||||
/**
|
||||
* Convenience functions that encapsulate a sequence of
|
||||
|
||||
Reference in New Issue
Block a user