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 | |
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.
-rw-r--r-- | readline/ChangeLog | 4 | ||||
-rw-r--r-- | readline/README | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index d13b1e8..69ab913 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,7 @@ +2020-06-30 Tom Tromey <tom@tromey.com> + + * README: Update instructions. + 2019-11-15 Tom Tromey <tromey@adacore.com> * configure, Makefile.in: Rebuild. 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. |