diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-09-04 17:10:37 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-09-04 17:10:37 +0200 |
| commit | 756c8a7e8bc8e4688565634bd1b1889b3e2dcac2 (patch) | |
| tree | df25845c4bb3158d459edc72c7b6dd7c8b9f5e89 /tree.go | |
| parent | db113288b356835821a751e645b87def6b03fc4a (diff) | |
| parent | ced242954c1c40dc6eedb12ab5fe4443ef1ecbf4 (diff) | |
Merge pull request #116 from calavera/sync_with_libgit2_master
Sync with libgit2 master.
Diffstat (limited to 'tree.go')
| -rw-r--r-- | tree.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,8 +16,7 @@ import ( type Filemode int const ( - FilemodeNew Filemode = C.GIT_FILEMODE_NEW - FilemodeTree = C.GIT_FILEMODE_TREE + FilemodeTree Filemode = C.GIT_FILEMODE_TREE FilemodeBlob = C.GIT_FILEMODE_BLOB FilemodeBlobExecutable = C.GIT_FILEMODE_BLOB_EXECUTABLE FilemodeLink = C.GIT_FILEMODE_LINK |
