login
Header Space

 
 

Mailing list archives

Search results

Found 20 matching messages (0.080 seconds). Page 1 of 1.

Re: question about git-submodule

... of the superproject in client. correct > > vmiklos@vmobile:~/git/test/client/main$ ... let me continue the example, then: vmiklos@vmobile:~/git/test/client2$ git clone ... changed, 1 insertions(+), 0 deletions(-) vmiklos@vmobile:~/git/test/client/main/ ...

git - VMiklos - Jul 15 2007 - 11:40

Re: [PATCH] gitweb: New cgi parameter: filter

... at 03:35:43AM +0200, Miklos Vajna <vmiklos@frugalware.= org> pisal(a): > Currently the only ... 20 > Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> What do you think about ... the rss feed, that's why i added such a feature. Thanks, - VMiklos

git - VMiklos - Jul 9 2007 - 17:18

git log vs git diff vs --name-status

... : $ git log --name-status -1 commit c9128f447c614d5b085286d9d7e84a643fbaea92 Author: VMiklos <vmiklos@frugalware.org> Date: Thu Aug 23 10:41:38 ... that using --stats this problem could go away, but i speak about --name-status thanks, - VMiklos

git - VMiklos - Aug 23 2007 - 04:43

Re: git log vs git diff vs --name-status

Hello, Na Thu, Aug 23, 2007 at 10:43:15AM +0200, VMiklos <vmiklos@frugalware.org> pisal(a): > M dir sorry, i needed the -r option - VMiklos

git - VMiklos - Aug 23 2007 - 04:45

Re: question about git-submodule

... > pisal(a): > On Sun, Jul 15, 2007 at 03:54:53PM +0200, VMiklos wrote: > > that's what i asked originally :) i believed that one is supposed to ... course it's fine if this is not the default when using git pull in the "main" repo) thanks, - VMiklos

git - VMiklos - Jul 15 2007 - 10:26

Re: question about git-submodule

... 't get it to work, but here is a log: http://frugalware.org/~vmiklos/logs/git-submodule.log at the end of it, git submodule update does ... there are changes both in the main and in the libfoo repo, too have i missed something? thanks, - VMiklos

git - VMiklos - Jul 15 2007 - 11:05

Re: Cherry-picking to remote branches

... and push those to the stable branch. I don't want > everything that goes into devel to go into stable. what about this? git push linux-stable stable:master VMiklos --=20 developer of Frugalware Linux - http://frugalware.org

git - VMiklos - Jul 6 2007 - 11:01

Re: How to Import a bitkeeper repo into git

... application. > Is it still supported and maintained? http://progetti.arstecnica.it/tailor/ yes, it's maintained but it does not support bitkeeper > I think bk can export to CVS and then git can import from CVS. i think so - VMiklos

git - VMiklos - Jul 9 2007 - 13:37

Re: Volume of commits

... and recommit them? Or is there some third > possibility that I'm missing? you can cherry-pick the relevan patches to a separate branch and commit then at once (cherry-pick -n), or can merge --squash to archive something similar - VMiklos

git - VMiklos - Jul 12 2007 - 09:29

question about git-submodule

... libfoo, then a git pull will update libfoo's repo under libfoo, too. or something like that. but in fact even after reasing the source, i'm not sure about what is git submodule update is for :s sorry for the lame question :) thanks, - VMiklos

git - VMiklos - Jul 13 2007 - 17:46

Re: question about git-submodule

... want be > _sure_ the subprojects are completely untouched (I have some critical > parts in them). Okay, but where can you overwrite that default? It would be nice to have a config variable for this or something like that. thanks, - VMiklos

git - VMiklos - Jul 15 2007 - 06:54

Re: question about git-submodule

... i asked originally :) i believed that one is supposed to use git-submodule update to pull each submodule, but it does not seems to do so. my question is still about if it is possible to pull each submodule using a single command thanks, - VMiklos

git - VMiklos - Jul 15 2007 - 09:54

Re: question about git-submodule

... c) users have to "git pull; git submodule update" and they'll be happy 2) is it possible to do this without step b)? i mean adding something like: "Subproject commit HEAD" or "Subproject commit mybranch" thanks, - VMiklos

git - VMiklos - Jul 15 2007 - 18:29

Re: question about git-submodule

... a branch is better ok, i know, probably i should send a patch if i want this, then it can be discussed if this is useful or not anyway thanks for all your answers, now i at least know that what i wanted is currently not supported :) - VMiklos

git - VMiklos - Jul 16 2007 - 07:07

having problems with building the manpages

... you run "git commit -a" .br what can be the problem? i have asciidoc-8.2.2 and docbook-xml 4.2 installed. i'm building with ASCIIDOC8=YesPlease. if i missed any required info, please mention :) thanks, - VMiklos

git - VMiklos - Jul 23 2007 - 14:23

Re: having problems with building the manpages

... /tmp/fst/src/git-1.5.2.4/Documentation/git-add.xml xsltRunStylesheet : run failed make[1]: *** [git-add.1] Error 1 rm git-add.xml make[1]: Leaving directory `/var/tmp/fst/src/git-1.5.2.4/Documentation' make: *** [doc] Error 2 thanks, - VMiklos

git - VMiklos - Jul 24 2007 - 03:38

Re: git-gui: i18n introductory document (2nd draft)

Hello, Na Thu, Jul 26, 2007 at 04:31:06PM -0700, Junio C Hamano pisal(a): > + $ cd git-gui-i18n.git this should be git-gui-i18n (no .git), if i'm not wrong :) - VMiklos

git - VMiklos - Jul 27 2007 - 07:13

Re: renaming question

Hello, Na Sun, Aug 19, 2007 at 07:32:01PM +0100, Aaron Gray pisal(a): > rename test.c test.cpp * > vi test.cpp > git rm test.c > git add test.cpp or just git mv test.c test.cpp - VMiklos

git - VMiklos - Aug 19 2007 - 22:11

Re: [PATCH] Document the -p option for git-show.

... options: >=20 > git show -p --stat >=20 > will show both the patch and the statistics. Hm, but -p is used by default for git show, right? And this is not documented anywhere IMHO. (Maybe other options are used by default, too?) - VMiklos

git - VMiklos - Aug 21 2007 - 10:29

Re: git log vs git diff vs --name-status

... does not justify making > your example to recurse, but the second, if we accept it, would. well, i'm not one who should decide this, but i like the idea, i see no case when not implying recursive in the Porcelain layer can be useful - VMiklos

git - VMiklos - Aug 24 2007 - 04:58

speck-geostationary