- Mar 27, 2014
-
-
Simona Vetter authored
-
- Mar 19, 2014
-
-
On its own, "git push origin" will do something different depending on the the push.default option. So let's speficy the full local:remote branch here. Signed-off-by:
Damien Lespiau <damien.lespiau@intel.com> Signed-off-by:
Daniel Vetter <daniel.vetter@ffwll.ch>
-
Simona Vetter authored
If I only use the local branch and not the remote one it might be severly out of date.
-
Simona Vetter authored
commit ba7cfc44 Author: Jani Nikula <jani.nikula@intel.com> Date: Wed Feb 26 13:52:50 2014 +0200 dim: add command line option parsing didn't shuffle all the subcmds correctly. While at it fix the parameter checking in pull-request-topic a bit - it checked for $3, then used $2 and checked for $2 when using $3 ...
-
- Mar 18, 2014
-
-
Simona Vetter authored
Damien stumbled over these. Imo not worth to make the setup code more robust ...
-
- Mar 12, 2014
-
-
Simona Vetter authored
I've screwed this up too often and applied patch fixes to the wrong patch ...
-
- Mar 11, 2014
-
-
Simona Vetter authored
... and track it in the rr-cache branch. This way the nightly rebuild code should always have the latest configuration. v2: Don't automatically update nightly.conf as requested by Jani. Instead abort if it's not up-to-date. v3: Unconditionalyl push the rerere-cache branch to make sure any nightly.conf commits actually go out.
-
Simona Vetter authored
This way the vim shell folding doesn't get confused.
-
Jani Nikula authored
shifting without positional arguments bails out of the script due to 'set -e'.
-
- Mar 07, 2014
-
-
Simona Vetter authored
We already push out any updates, now it goes both ways. Simplifies collaboration. Next up is making sure that we use the same sha1s for drm-upstream branches.
-
- Mar 05, 2014
-
-
A ':' was missing (should have been ':+'), but I think we want ':-', not ':+' ie we want to substitute if the parameter is undefined or empty: http://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion Signed-off-by:
Damien Lespiau <damien.lespiau@intel.com>
-
This needs to be useremail, not username here. Signed-off-by:
Damien Lespiau <damien.lespiau@intel.com>
-
Signed-off-by:
Damien Lespiau <damien.lespiau@intel.com>
-
Not everyone has that git c alias defined. Signed-off-by:
Damien Lespiau <damien.lespiau@intel.com>
-
Jani Nikula authored
This is the one we use for pushing.
-
- Feb 27, 2014
-
-
Jani Nikula authored
Otherwise update nightly may push to whatever branch the integration repo has checked out.
-
Jani Nikula authored
-
Jani Nikula authored
Make sure copying the rr-cache from the rerere repo will succeed.
-
Jani Nikula authored
Fetch rerere resolutions done by others. Also, if setup didn't clone drm-intel-rerere, mkdir won't fix it. Drop it.
-
Jani Nikula authored
Local modifications still possible, beware. And some things won't dry run the real thing because previous things weren't done for real.
-
Jani Nikula authored
Prepare for a dry run option, not used yet.
-
- Feb 13, 2014
-
-
Jani Nikula authored
Let the user set DIM_MUA to a binary, alias, or shell function that accepts a subset of mutt(1) parameters to start writing an email. Rearrange parameters to make parsing them using shell getopts easier, and reflow for clarity. Signed-off-by:
Jani Nikula <jani.nikula@intel.com>
-
Jani Nikula authored
Signed-off-by:
Jani Nikula <jani.nikula@intel.com>
-
Jani Nikula authored
Define addresses directly in the file. Signed-off-by:
Jani Nikula <jani.nikula@intel.com>
-
Jani Nikula authored
git ca -> git commit --amend Signed-off-by:
Jani Nikula <jani.nikula@intel.com>
-
- Feb 06, 2014
-
-
Simona Vetter authored
Not generally useful, I've moved this to my own linux kernel toolkit.
-
Jani Nikula authored
-
Jani Nikula authored
-
Jani Nikula authored
For example: DIM_DRM_UPSTREAM_REMOTE=drm
-
Jani Nikula authored
For example: DIM_DRM_INTEL_REMOTE=drm-intel
-
Jani Nikula authored
For example: DIM_DRM_INTEL=drm-intel
-
Jani Nikula authored
Defaults remain the same, but $HOME/.dimrc or environment may contain configuration such as: DIM_PREFIX=$HOME/src
-
- Feb 05, 2014
-
-
Simona Vetter authored
They're specific to my own setups, so not too much point in them.
-
Simona Vetter authored
I'm unbelievably lazy ;-)
-
Simona Vetter authored
Most often the use-case is -f to force the non-ff push.
-
Simona Vetter authored
We have a real maintainer-tools branch now.
-
Simona Vetter authored
Also add .gitignore.
-
Simona Vetter authored
For now only contains dim&qf.
-