Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bash prompt: use bash builtins to find out rebase state
[gitweb.git]
/
commit.c
diff --git
a/commit.c
b/commit.c
index 516a4ff7d21d5ebcfabda7b1b886eb10b05cebfc..888e02ae2f65ab566555465e5d88d02bbe52420f 100644
(file)
--- a/
commit.c
+++ b/
commit.c
@@
-841,7
+841,7
@@
struct commit_list *get_merge_bases(struct commit *one, struct commit *two,
}
/*
- * Is "commit" a decendant of one of the elements on the "with_commit" list?
+ * Is "commit" a de
s
cendant of one of the elements on the "with_commit" list?
*/
int is_descendant_of(struct commit *commit, struct commit_list *with_commit)
{