diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-08-27 16:59:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-27 16:59:56 -0700 |
commit | 24343c609926e0163c9956b89c010e907fe755ee (patch) | |
tree | 98155e82f227175aa66405afa6882a84a9e7c46b /revision.h | |
parent | adc542353199bdc0b9b1ed5d03cf881b7efaff6e (diff) | |
parent | b97c470b577071b74315a0e57dd9a03dca120e93 (diff) | |
download | git-24343c609926e0163c9956b89c010e907fe755ee.tar.gz |
Merge branch 'as/maint-graph-interesting-fix'
* as/maint-graph-interesting-fix:
Add tests for rev-list --graph with options that simplify history
graph API: fix bug in graph_is_interesting()
Diffstat (limited to 'revision.h')
-rw-r--r-- | revision.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/revision.h b/revision.h index b10984b603..9d0dddbcbc 100644 --- a/revision.h +++ b/revision.h @@ -168,6 +168,7 @@ enum commit_action { commit_error }; +extern enum commit_action get_commit_action(struct rev_info *revs, struct commit *commit); extern enum commit_action simplify_commit(struct rev_info *revs, struct commit *commit); #endif |