From 22a8b9509095ef878a5490a2aee798ea9a05adf2 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Wed, 25 Jun 2008 00:07:05 +1200 Subject: [PATCH] Add an issue asking for 'cil check-in-git'. --- issues/i_b19d5ada.cil | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 issues/i_b19d5ada.cil diff --git a/issues/i_b19d5ada.cil b/issues/i_b19d5ada.cil new file mode 100644 index 0000000..22de0b0 --- /dev/null +++ b/issues/i_b19d5ada.cil @@ -0,0 +1,24 @@ +Summary: Add a 'cil check-in-git' command +Status: New +CreatedBy: Andrew Chilton +AssignedTo: Andrew Chilton +Label: Mileston-v0.3.0 +Label: Release-v0.2.1 +Label: Type-Enhancement +Inserted: 2008-06-24T03:24:14 +Updated: 2008-06-24T03:24:14 + +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. -- 2.39.5