diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-24 13:48:05 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-24 13:48:05 -0700 |
| commit | 7d763b98ef35d78a47c0606c6824e677b67bcb1c (patch) | |
| tree | 49fe6d1fcf570fcc32911aa676f835a27522f143 /Documentation | |
| parent | 78bf9ce0d19cf8af14712ffb6544c16730b0e954 (diff) | |
| parent | 301e20da208d23e9ea03d58e1488973c6f1f939a (diff) | |
| download | git-7d763b98ef35d78a47c0606c6824e677b67bcb1c.tar.gz | |
Merge branch 'rs/add-patch-document-p-for-pager'
Show 'P'ipe command in "git add -p".
* rs/add-patch-document-p-for-pager:
add-patch: fully document option P
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/git-add.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-add.adoc b/Documentation/git-add.adoc index 3116a2cac5..6192daeb03 100644 --- a/Documentation/git-add.adoc +++ b/Documentation/git-add.adoc @@ -349,6 +349,7 @@ patch:: s - split the current hunk into smaller hunks e - manually edit the current hunk p - print the current hunk + P - print the current hunk using the pager ? - print help + After deciding the fate for all hunks, if there is any hunk |
