OSDN Git Service

LDP: Fix translation_list
authorAkihiro Motoki <amotoki@gmail.com>
Tue, 13 Apr 2021 01:53:01 +0000 (10:53 +0900)
committerAkihiro Motoki <amotoki@gmail.com>
Tue, 13 Apr 2021 01:53:01 +0000 (10:53 +0900)
commitbafb632fa5306a16bdab1a925b0573ade7c8ccb7
tree35f382507c4ca19c170193be13e618cd8e49aea0
parent8f4c24e4f52d89cc0d7d282231feac0684540ae4
LDP: Fix translation_list

git2upd script assumes that a single blank line exists between
the section header of "Changes to be committed" and the next line
and a list of staged files, but the recent version of git does not
output such blank line (at least git 2.25.1 does not output the blank
line and git 2.17.1 outputs the blank line) and as a result git2upd
will pick up no staged files.

This commit recovers such changes in LDP 5.10.

What I did is to save the output of "git status original" to a file,
add a blank line before a list of staged files and then run git2upd.
manual/LDP_man-pages/translation_list