mirror of
https://git.zx2c4.com/cgit
synced 2025-06-21 01:25:46 +02:00
git: update to v2.8.2
Update to git version v2.8.2. * Upstream commit 1a0c8dfd89475d6bb09ddee8c019cf0ae5b3bdc2 (strbuf: give strbuf_getline() to the "most text friendly" variant) changed API. Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
59d8fa1a62
commit
86bf5b4791
3 changed files with 3 additions and 3 deletions
|
@ -246,7 +246,7 @@ void scan_projects(const char *path, const char *projectsfile, repo_config_fn fn
|
|||
projectsfile, strerror(errno), errno);
|
||||
return;
|
||||
}
|
||||
while (strbuf_getline(&line, projects, '\n') != EOF) {
|
||||
while (strbuf_getline(&line, projects) != EOF) {
|
||||
if (!line.len)
|
||||
continue;
|
||||
strbuf_insert(&line, 0, "/", 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue