We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 804e97f + 37475f9 commit afb6b56Copy full SHA for afb6b56
attr.c
@@ -301,6 +301,7 @@ static void free_attr_elem(struct attr_stack *e)
301
}
302
free(a);
303
304
+ free(e->attrs);
305
free(e);
306
307
t/t2203-add-intent.sh
@@ -41,7 +41,7 @@ test_expect_success 'cannot commit with i-t-a entry' '
41
echo frotz >nitfol &&
42
git add rezrov &&
43
git add -N nitfol &&
44
- test_must_fail git commit
+ test_must_fail git commit -m initial
45
'
46
47
test_expect_success 'can commit with an unrelated i-t-a entry in index' '
0 commit comments