現在有一個在GitHub API中指定的字段。 如果你看一下所提供的API調用有一個字段名previous_filename
"files": [
{
"sha": "11096a58b82b44aab2fda131badf668ea9272783",
"filename": "renamedfile.js",
"status": "renamed",
"additions": 0,
"deletions": 0,
"changes": 0,
"blob_url": "https://github.com/shamoons/testrepo/blob/10c71ca13d09fa4a2009888cca9d8433c6eac188/renamedfile.js",
"raw_url": "https://github.com/shamoons/testrepo/raw/10c71ca13d09fa4a2009888cca9d8433c6eac188/renamedfile.js",
"contents_url": "https://api.github.com/repos/shamoons/testrepo/contents/renamedfile.js?ref=10c71ca13d09fa4a2009888cca9d8433c6eac188",
"previous_filename": "newfile.js"
}
]
(我知道這是一個老問題,但我想,爲什麼不增加的情況下,任何人真正的答案來尋找在這裏)
你也可以寫信給[GitHub的支持](https://github.com/contact)。缺少「old_filename」屬性,在這種情況下會很好。 – musiKk 2014-09-05 07:10:00