diff options
author | Andrew Chilton <andychilton@gmail.com> | 2008-07-05 18:46:31 +1200 |
---|---|---|
committer | Andrew Chilton <andychilton@gmail.com> | 2008-07-05 18:48:50 +1200 |
commit | 9df4be6a1ebcfbf970c14fa32d26057f5b9bdfb8 (patch) | |
tree | 815bcb660aec3e0034934d8ebca42052c1bae1c1 /issues/i_b19d5ada.cil | |
parent | 36f103089571e9c0a545198033d97c55b2612172 (diff) | |
parent | 1515145646c5aa80eb4c298607ea33da731ab586 (diff) |
Merge branch 'upstream'
Diffstat (limited to 'issues/i_b19d5ada.cil')
-rw-r--r-- | issues/i_b19d5ada.cil | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/issues/i_b19d5ada.cil b/issues/i_b19d5ada.cil deleted file mode 100644 index 7eb3b56..0000000 --- a/issues/i_b19d5ada.cil +++ /dev/null @@ -1,24 +0,0 @@ -Summary: Add a 'cil check-in-git' command -Status: New -CreatedBy: Andrew Chilton <andychilton@gmail.com> -AssignedTo: Andrew Chilton <andychilton@gmail.com> -Label: Milestone-Future -Label: Release-v0.2.1 -Label: Type-Enhancement -Inserted: 2008-06-24T03:24:14 -Updated: 2008-06-27T13:29:00 - -The ability to check whether issues/comments/attachments are tracked by Git is -important. Or indeed any VCS system. - -My thoughts are that this command would do something like the following: - -* internally, it runs "git ls-files issues/" and makes a list of files in that - directory -* makes a list of issues that are currently contained in the directory -* complains if it finds something Git doesn't know about - -Also, when it runs through each issue, it should do the same for all comments -and attachments. It could either output something which tells you you have -untracked files or it could give you example git commands which add them to -those being tracked. |