summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-08-22 21:38:36 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-08-22 21:38:36 +0200
commit0c1e6e18373fde9407ccf287757f1d221469e6d1 (patch)
treee7d1c0a2e57c13bdacab30f682a4bea26f5cc0ab /src/lib.rs
parentce7cc08eeb78ebec41a1a29a18ba80c272d2f0eb (diff)
master: Added git hook for running cargo before commits
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index fff1c85..00e02f7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -29,3 +29,4 @@ pub fn get_current_branch() -> Result<String, git2::Error> {
None => Err(git2::Error::from_str("No branch name found"))
}
}
+