Age | Commit message (Collapse) | Author | Files | Lines |
|
Gerrit doesn't like merge commits
eg: this wont work
git merge origin/master --no-commit
git commit -sv
git review stable/danube
So I took the diff
git diff origin/stable/danube..master
and checked out the files that were changed
git checkout origin/master -- featureconfig.rst
normally you should checkout the change sets and resolve the
merge conflitcs, but in this case we dont care.
Change-Id: I2a02e8ae7237825911f22663a5c65cdb9f5c5e4f
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
This reverts commit 4d87450c06558534c48846cc302e31e06c873d27.
Change-Id: Ic7fd1397a868ec715e691f35f4526dae34db5d26
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
|
|
This reverts commit 915987ceffbd35b61013e2aec57b9a53384d2de7.
Change-Id: I42a188ec5e0dac05380cbe19f0577ea4c39b4ed7
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
|
|
Labels serve as anchors/ refs when referenced from other documents
This patch adds labels to docs/*/*/index.rst
Change-Id: Ic47af71d73c89cf09f9803b67ecab6dfbc8d6874
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
(cherry picked from commit d7a964fbf1775a60461d6f43b1fda4a32eb7cfff)
|
|
new directory structure
new API description
split documents
Change-Id: Iedffd5266c19f9713930011ef8fde7e55fd3ae66
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
|