summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2014-09-11 16:46:46 -0400
committerEdward Thomson <ethomson@microsoft.com>2014-10-26 22:59:43 -0400
commite69737d76098d67cd3ebf53b9c152cfc2675fc61 (patch)
tree16c028ea00235069443a2a0639bd991719c7ae93 /include
parented2c06a6a1c8725483759782f60531d582d9ec46 (diff)
downloadlibgit2-e69737d76098d67cd3ebf53b9c152cfc2675fc61.tar.gz
rebase: oid member of operation should be const
Diffstat (limited to 'include')
-rw-r--r--include/git2/rebase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/rebase.h b/include/git2/rebase.h
index b9b0af73b..46fadc67b 100644
--- a/include/git2/rebase.h
+++ b/include/git2/rebase.h
@@ -90,7 +90,7 @@ typedef struct {
* The commit ID being cherry-picked. This will be populated for
* all operations except those of type `GIT_REBASE_OPERATION_EXEC`.
*/
- git_oid id;
+ const git_oid id;
/**
* The executable the user has requested be run. This will only