aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-11-21 10:59:44 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-11-21 14:21:07 -0500
commit2cd27b8dd40c7361f6f2b8832e210a58f30f3639 (patch)
treef52f9c39570e227f58ee498c3943e50d2e3f732c /.dev-suite
parent5cec4e3f5c551731d1202d892da570ad62d9682d (diff)
Move find_root function into the new shared crate
This cleans up the init function using the modified find_root function for ticket and moves it into a new shared crate so that other tools that might be built can use it. This means we can easily find the root of a git repo no matter where in the repo one is and build paths relative to it. Closes #3
Diffstat (limited to '.dev-suite')
-rw-r--r--.dev-suite/ticket/closed/3-create-a-find_root-function.toml (renamed from .dev-suite/ticket/open/3-create-a-find_root-function.toml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dev-suite/ticket/open/3-create-a-find_root-function.toml b/.dev-suite/ticket/closed/3-create-a-find_root-function.toml
index 7ec030e..5057356 100644
--- a/.dev-suite/ticket/open/3-create-a-find_root-function.toml
+++ b/.dev-suite/ticket/closed/3-create-a-find_root-function.toml
@@ -1,5 +1,5 @@
title = 'Create a find_root function'
-status = 'Open'
+status = 'Closed'
number = 3
description = '''
One of the issues with ticket is that it has a bug in init where if it's