diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-01-08 17:20:47 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-01-08 17:20:47 -0800 |
commit | c1cb20971ea89e4602bb23ba66180d647880bbef (patch) | |
tree | 54759a26b900460590b019fd7b4b6a7cf14e20dd /doc | |
parent | 296a011db5833b8a3258a058e6a805cc5ddb2bfe (diff) | |
download | riscv-openocd-c1cb20971ea89e4602bb23ba66180d647880bbef.zip riscv-openocd-c1cb20971ea89e4602bb23ba66180d647880bbef.tar.gz riscv-openocd-c1cb20971ea89e4602bb23ba66180d647880bbef.tar.bz2 |
Coexist with quilt: rename PATCHES --> PATCHES.txt
The issues is on Win32, which ignores case in filesystem
and thus doesn't tolerate the quilt "patches" directory.
Rename, and add "patches" to .gitignore so that developers
can choose to use quilt for local patch management.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 84bdb3c..2e0143e 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -223,7 +223,7 @@ communication between developers: @uref{https://lists.berlios.de/mailman/listinfo/openocd-development} Discuss and submit patches to this list. -The @file{PATCHES} file contains basic information about how +The @file{PATCHES.txt} file contains basic information about how to prepare patches. |