~proton1980/ubuntu/+source/linux/+git/mirror-drm-intel:maintainer-tools

Last commit made on 2018-02-07
Get this branch:
git clone -b maintainer-tools https://git.launchpad.net/~proton1980/ubuntu/+source/linux/+git/mirror-drm-intel
Only Ghz can upload to this branch. If you are Ghz please log in for upload directions.

Branch merges

Branch information

Recent commits

71fa7fe... by Daniel Vetter

dim: Move maintainer-tools branch to drm-tip

Originally I wanted to move it to a completely stand-alone
maintainer-tools.git repo. But that has the problem that we need to
keep track of, and update, yet another remote. Easy way out it to
simply stuff the maintainer-tools branch into drm-tip.

The auto-upgrade hack is a bit gross, but shouldn't really cause
overhead. I've also pushed out the latest maintainer-tools (without
this patch) to drm-tip.git to make sure the patch can be tested.

The neat thing here is that this allows us to finally remove
drm-intel url hardcoding from dim.

v2: Update the docs, I've forgotten about those (Jani)

Cc: Jani Nikula <email address hidden>
Reviewed-by: Sean Paul <email address hidden>
Signed-off-by: Daniel Vetter <email address hidden>
Signed-off-by: Jani Nikula <email address hidden>

189cc32... by Sean Paul

dim: Add generic tag-branch command

In addition to tag-next, which is specific to drm-intel-next, add a
generic tag-branch which tags any branch.

Reviewed-by: Jani Nikula <email address hidden>
Signed-off-by: Sean Paul <email address hidden>

8ec0dca... by Sean Paul

dim: Add helper for generating tag names

The code for generating a tag name is triplicated, pull it all out into
a helper function.

Reviewed-by: Jani Nikula <email address hidden>
Signed-off-by: Sean Paul <email address hidden>

820746e... by Sean Paul

dim: Move tag_summary and tag_branch functions

Moving these above all call-sites to improve readability when I add
functionality later in this series

Reviewed-by: Jani Nikula <email address hidden>
Signed-off-by: Sean Paul <email address hidden>

9d7ba8f... by Sean Paul

dim: Ensure a branch doesn't exist before creating it

Check the remote for the branch before creating it. Seems like this is
a noop if it does exist, aside from creating duplicate entries in the
integration config.

Signed-off-by: Sean Paul <email address hidden>
Signed-off-by: Daniel Vetter <email address hidden>

14775d8... by Lucas De Marchi

dim: replace egrep with grep -E

Fix shellcheck:

In dim line 1489:
echo "$diff_result" | egrep '^[+-]' | egrep -v '^[+-]{3}'
                      ^-- SC2196: egrep is non-standard and deprecated. Use grep -E instead.
                                      ^-- SC2196: egrep is non-standard and deprecated. Use grep -E instead.

Signed-off-by: Lucas De Marchi <email address hidden>
Signed-off-by: Daniel Vetter <email address hidden>

ceac897... by Jani Nikula <email address hidden>

doc: document the maintainer-tools branch

Add a brief description of maintainer-tools.

Acked-by: Daniel Vetter <email address hidden>
Signed-off-by: Jani Nikula <email address hidden>

6a9d832... by Jani Nikula <email address hidden>

doc: document the drm-rerere branch

Add a brief description of drm-rerere.

Acked-by: Daniel Vetter <email address hidden>
Signed-off-by: Jani Nikula <email address hidden>

df764fb... by Jani Nikula <email address hidden>

doc: extract repository documentation to a separate file

Just the most basic extraction with minimal stylistic and content
changes. Reference the new document from drm-intel and drm-misc
documentation.

Acked-by: Daniel Vetter <email address hidden>
Signed-off-by: Jani Nikula <email address hidden>

1061537... by Jani Nikula <email address hidden>

doc: add high level introduction to documentation main page

It's a bit harsh to welcome the reader with just contents.

Reviewed-by: Daniel Vetter <email address hidden>
Signed-off-by: Jani Nikula <email address hidden>