diff options
| author | Vicent Marti <vicent@github.com> | 2014-04-02 17:45:25 +0200 |
|---|---|---|
| committer | Vicent Marti <vicent@github.com> | 2014-04-02 17:45:25 +0200 |
| commit | fe23860aac98591ae0e032fe87c5a75527d0fe18 (patch) | |
| tree | 81f032310f8e64d0f9e2b996562c8bdab00a4588 /src/revwalk.h | |
| parent | bb63baea5f42415c1d9e115ddca4197cdbe040a6 (diff) | |
| parent | 3bc3d797611fccdf7a15cafafbb965b37fbb03f1 (diff) | |
| download | libgit2-fe23860aac98591ae0e032fe87c5a75527d0fe18.tar.gz | |
Merge pull request #2230 from anuraggup/revwalk-merge-base
No need to find merge base.
Diffstat (limited to 'src/revwalk.h')
| -rw-r--r-- | src/revwalk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/revwalk.h b/src/revwalk.h index a0654f3e5..d81f97c01 100644 --- a/src/revwalk.h +++ b/src/revwalk.h @@ -32,8 +32,7 @@ struct git_revwalk { int (*enqueue)(git_revwalk *, git_commit_list_node *); unsigned walking:1, - first_parent: 1, - did_hide: 1; + first_parent: 1; unsigned int sorting; /* merge base calculation */ |
