diff options
author | Tom Tromey <tom@tromey.com> | 2020-06-30 15:17:07 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-06-30 15:17:07 -0600 |
commit | b1d34c3e25e2918e14994bd13e4e707e710f9e56 (patch) | |
tree | 29ac5a4eef18bf7f4f4125e732c8aeb117b429bc /readline/README | |
parent | f5fb419ff3bc723f974b0538dce1c51a81c33484 (diff) | |
download | gdb-b1d34c3e25e2918e14994bd13e4e707e710f9e56.zip gdb-b1d34c3e25e2918e14994bd13e4e707e710f9e56.tar.gz gdb-b1d34c3e25e2918e14994bd13e4e707e710f9e56.tar.bz2 |
Update readline/README to mention patchlevel
This updates readline/README to mention the current patchlevel, and
the "git am" approach to importing new upstream patches.
readline/ChangeLog
2020-06-30 Tom Tromey <tom@tromey.com>
* README: Update instructions.
Diffstat (limited to 'readline/README')
-rw-r--r-- | readline/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readline/README b/readline/README index 9500004..54e1c72 100644 --- a/readline/README +++ b/readline/README @@ -12,3 +12,7 @@ carries. If your import removes the need for a local patch, please remember to update this file. + +Individual upstream readline patches can be directly imported using +"git am". You can see the current patch level by looking at +readline/patchlevel. |