Re: [PATCH] travis-ci: no longer use containers

2018-10-25 Thread Sebastian Staudt
Junio C Hamano writes: > > Sebastian Staudt writes: > > > Travis CI will soon deprecate the container-based infrastructure > > enabled by `sudo: false` in ce59dffb34190e780be2fa9f449f842cadee9753. > > > > More info: > > https://blog.travis-ci.com/201

[PATCH] travis-ci: no longer use containers

2018-10-25 Thread Sebastian Staudt
Travis CI will soon deprecate the container-based infrastructure enabled by `sudo: false` in ce59dffb34190e780be2fa9f449f842cadee9753. More info: https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures Signed-off-by: Sebastian Staudt --- .travis.yml | 2 -- 1 file changed, 2

Re: [feature request] find git commit log before rebase

2016-05-26 Thread Sebastian Staudt
Hi. I think what you want is `git reflog` (http://git-scm.com/man/reflog). git reflog b Will tell you the commits b pointed to in the past. Best regards, Sebastian 2016-05-26 18:55 GMT+02:00 ryenus : > Assuming I have branches master (m), and a side branch (b), with a >

Re: [RFC] checkout --rebase

2013-07-19 Thread Sebastian Staudt
Isn't this what you want? $ git rebase master um-build 2013/7/19 Ramkumar Ramachandra artag...@gmail.com: Hi, I'm often work on small topic branches, and find myself doing this quite often: # on branch master $ git checkout um-build $ git rebase master This is horribly

[ANN] Mestral – Hook management for Git

2013-05-11 Thread Sebastian Staudt
Hi, today I'd like to introduce a new tool to manage Git hooks. It's called Mestral and is available at GitHub: https://github.com/mestral/mestral It is written in Ruby and inspired by Homebrew (http://brew.sh). It uses Git itself to load and update hooks and aims to be easy to use for both

Re: Anybody know a website with up-to-date git documentation?

2013-01-30 Thread Sebastian Staudt
Hello Max, git-scm.com is the best source and it's not outdated. It gets an update after every single release of Git. See e.g. http://git-scm.com/docs/git-config which was updated in the current stable version. It seems that git-remote-helper's documentation was just not updated since version

Re: Anybody know a website with up-to-date git documentation?

2013-01-30 Thread Sebastian Staudt
the locally installed HTML version. Best regards, Sebastian 2013/1/30 Max Horn m...@quendi.de: Hi Sebastian, On 30.01.2013, at 12:56, Sebastian Staudt wrote: Hello Max, git-scm.com is the best source and it's not outdated. Then it seems you are using the word outdated in a different way

[PATCH] config.txt: Document help.htmlpath config parameter

2013-01-15 Thread Sebastian Staudt
Signed-off-by: Sebastian Staudt korak...@gmail.com --- Documentation/config.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/config.txt b/Documentation/config.txt index bf8f911..e452ff8 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1351,6