aboutsummaryrefslogtreecommitdiff
path: root/bp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bp.c')
-rw-r--r--bp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bp.c b/bp.c
index 644ccd2..3165b12 100644
--- a/bp.c
+++ b/bp.c
@@ -523,7 +523,7 @@ int main(int argc, char *argv[])
int found = 0;
if (mode == MODE_JSON) printf("[");
- if (git) {
+ if (git) { // Get the list of files from `git --ls-files ...`
int fds[2];
check(pipe(fds) == 0, "Failed to create pipe");
pid_t child = fork();