Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2015-04-19 05:39:43 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2015-04-20 13:13:39 +0300
commit47769bfd599c46c6052ed69f7fce4836470008da (patch)
tree4039f224a7dba8299e64433c6ddfc545342406bd /CHANGELOG
parent41f01dd3f4c13502483f59b754af8429abc6af39 (diff)
improve new project options
* Simplify new repo commands * Include directions for how to add an existing folder that is either already a repo or not yet a repo Replaces #7918.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0f250a0c365..e248a0cf41b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ v 7.11.0 (unreleased)
-
-
-
+ - Improve new project command options (Ben Bodenmiller)
v 7.10.0 (unreleased)
- Ignore submodules that are defined in .gitmodules but are checked in as directories.