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:
authorJerdog <jerdog@xda-developers.com>2016-09-19 23:54:49 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-10 17:49:01 +0300
commitee9b75fd37dd29e062cedeafefe1e02fa1b65914 (patch)
treea4033eba5fc3b6c05b4fcae3b5e11c2065dd10c4 /CHANGELOG
parent359b4f9a0303e3b55004c7d4d6cacc1ef8e6e25f (diff)
Changes to make Git basics more intuitive
- updated verbiage where appropriate - changed "git config" commands to include quotes for variables to be more in line with standard practive and to avoid issues with spaces - updated CHANGELOG as part of commit
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bee5bc769ca..3a32622ad55 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -323,6 +323,7 @@ v 8.11.7
- Avoid conflict with admin labels when importing GitHub labels. !6158
- Restores `fieldName` to allow only string values in `gl_dropdown.js`. !6234
- Allow the Rails cookie to be used for API authentication.
+ - Updating verbiage on git basics to be more intuitive
v 8.11.6
- Fix unnecessary horizontal scroll area in pipeline visualizations. !6005