add additional information to patch
authorDennis Groenen <tj.groenen@gmail.com>
Sun, 31 Jul 2011 12:31:18 +0000 (14:31 +0200)
committerDennis Groenen <tj.groenen@gmail.com>
Sun, 31 Jul 2011 12:31:18 +0000 (14:31 +0200)
debian/patches/ash-history-buffer.patch

index e0b0477..484a0cf 100644 (file)
@@ -1,3 +1,8 @@
+Allows the user to specify a location at compile time for temporarily storing ash's history file until the shell is closed.
+NB This is only useful if ASH_HIST_BUFFER_PATH points to an in-memory filesystem.
+By Dennis Groenen <tj.groenen@gmail.com> - 2011-07-31
+---
+
 --- a/shell/ash.c
 +++ b/shell/ash.c
 @@ -182,6 +182,24 @@