Found 44 matching messages (0.052 seconds). Page 1 of 3.
... Sat, 2007-03-03 at 01:30 +0100, Johannes Schindelin wrote: > Hi, > > On Wed, 28 Feb 2007, Raimund Bauer wrote: > > > $ git cvsimport -d :pserver:ray007@cvs.drupal.org:/cvs/drupal-contrib -C > > localizer -a ...
git - Raimund Bauer - Mar 3 2007 - 08:31
On Mon, 2007-03-19 at 17:49 +0100, Johannes Schindelin wrote: > Hi, > > On Mon, 19 Mar 2007, Raimund Bauer wrote: > > > $ git show v1.4.0:git.c > git.c.v1.4.0 > > $ git show v1.4.4:git.c > ...
git - Raimund Bauer - Mar 19 2007 - 16:29
Rogan Dawes wrote: > Raimund Bauer wrote: > > I have already imported lots of cvs repositories into git > > repostitories on our server, which I then clone from several client > > machines. This weekend I ran into a ...
git - Raimund Bauer - Apr 23 2007 - 05:04
... Fri, 2007-06-22 at 12:26 +0100, Johannes Schindelin wrote: > Hi, > > On Fri, 22 Jun 2007, Raimund Bauer wrote: > > > $ git push slcom test:test > > error: dst refspec test does not match any existing ref on the ...
git - Raimund Bauer - Jun 22 2007 - 09:38
Hi, * Johannes Schindelin wrote, On 23.06.2007 13:27: > Hi, > > On Sat, 23 Jun 2007, Raimund Bauer wrote: > > >> I unfortunately have to work with several cvs-repositories and was >> wondering if there was a way ...
git - Raimund Bauer - Jun 24 2007 - 05:37
* Carl Worth wrote, On 30.11.2006 01:05: > Let's help people do exactly that by making the behavior of "git > commit -a" be the default for "git commit". > Maybe we could do that _only_ if the index matches HEAD, and otherwise keep current
git - Raimund Bauer - Nov 30 2006 - 02:59
> An issue with this approach is that this can be the beginning > of hardwiring the official "right way of doing things" in the > set of tools. Pursuing this approach would enhance the set > of state markers like "FAILED_MERGE" in the example,
git - Raimund Bauer - Dec 5 2006 - 05:11
> Yep. Although you've persuaded me with the above example, I > think this is the > correct path. It's not wise to add every bell and whistle > just because we > can. As long as there is /a/ way to achieve every task, > that's good enough,
git - Raimund Bauer - Dec 15 2006 - 05:55
* Johannes Schindelin wrote, On 30.12.2006 12:22: > (Of course, the correct thing would not be "git reset --hard", but rather > "git diff --ours | git apply -R; git reset", but that's a tad long, no?) Then maybe introduce "git reset --ours" which does
git - Raimund Bauer - Dec 30 2006 - 08:24
> [git.git (master)]$ git checkout master^ > M git-checkout.sh > Note: you are not on any branch and are at commit "master^" > If you want to create a new branch from this checkout, > you may do so > (now or later) by using
git - Raimund Bauer - Feb 1 2007 - 05:46
> It might be nice to have a git-fast-export, which could actually be > potentially useful for generating a repository with > systematic differences > >from the original. (E.g., to make a repository of git's Documentation > directory, with just the
git - Raimund Bauer - Feb 7 2007 - 05:29
I think it's a good idea to not list remote branches in 'git branch' output per default, but imho we should make an exception for the branch the user is currently on. Currently when I do 'git checkout origin/next' the checkout works fine and I get the
git - Raimund Bauer - Feb 19 2007 - 14:13
When trying to cvsimport a project into git, I get an error from cvsps:
bad usage: invalid argument -A
Usage: cvsps [-h] [-x] [-u] [-z
git - Raimund Bauer - Feb 27 2007 - 07:13
> > When trying to cvsimport a project into git, I get an error from > > cvsps: > > > > bad usage: invalid argument -A > > What was your command line? The complete command line was git-cvsimport -d :pserver:ray007@cvs.drupal.org:/cvs/drupal-
git - Raimund Bauer - Feb 27 2007 - 09:12
> > > > When trying to cvsimport a project into git, I get an error from > > > > cvsps: > > > > > > > > bad usage: invalid argument -A > > > > > > What was your command line? > > > > The complete command line was > > > > git-cvsimport -d >
git - Raimund Bauer - Feb 27 2007 - 12:15
On Sun, 25 Feb 2007, Shawn O. Pearce wrote: > Thoughts? What about sub-project support? Seems also to be on the list of things that would be nice to have, but not needed enough by the people doing the heavy work here. -- best regards Ray
git - Raimund Bauer - Feb 28 2007 - 05:35
> Sorry to have missed that earlier. AFAIR cvsimport _needs_ > cvsps 2.1. You > have version 2.0rc1, which is not sufficient... OK, thanks a lot, now that I'm using cvsps especially for git from http://ydirson.free.fr/en/software/scm/cvsps.html
git - Raimund Bauer - Feb 28 2007 - 09:27
> XML Parsing Error: not well-formed > Location: > http://10.193.20.133/gitweb/?p=linux-2.6.git;a=commit;h=c0051ec763eca4c1adfc b8d461243d0a7b444bb7 > Line Number 43, Column 38:
git - Raimund Bauer - Mar 1 2007 - 09:34
> I think that the situation is simpler:
git - Raimund Bauer - Mar 1 2007 - 10:26
Is it really intended that with a setting core.autoCRLF=true textfiles are checked out with crlf-lineendings on linux-boxes? I found out because the git-compilation broke ... Now using core.autocrlf=input ;-) -- best regards Ray - To
git - Raimund Bauer - Mar 9 2007 - 14:15