Commit Diff


commit - 04ca23f4590f27f82af9ef2a837afe86683d7339
commit + e456239b0c1542c3041c5ea7b4c14b5daf2ce5d0
blob - 005060e75e9b9ee5cb674c01e425e0bffdbcb634
blob + a4f9e1c09a3876d8121a0701a52b1204aa1c619d
--- got/got.c
+++ got/got.c
@@ -428,7 +428,7 @@ print_commits(struct got_object *root_obj, struct got_
 		if (path) {
 			struct got_object *obj;
 			struct got_object_qid *pid;
-			int changed = 1;
+			int changed = 0;
 
 			err = got_object_open_by_path(&obj, repo, id, path);
 			if (err) {