10 lines
221 B
Markdown
Raw Normal View History

2018-07-22 14:06:54 +01:00
---
functions:
2018-10-05 18:55:38 +01:00
shell:
- code: PAGER='sh -c "exec sh 0<&1"' git -p help
2018-10-05 18:55:38 +01:00
sudo:
- code: PAGER='sh -c "exec sh 0<&1"' sudo -E git -p help
2018-10-05 18:55:38 +01:00
limited-suid:
- code: PAGER='sh -c "exec sh 0<&1"' ./git -p help
2018-07-22 14:06:54 +01:00
---