login
Header Space

 
 

Mailing list archives

Search results

Found 1764 matching messages (0.003 seconds). Page 1 of 50.

Union diff

... parent 1ee6c84efda742eda8b4b200491341125d8d9639 parent 453b160f03c8c6d450879482f617412c257e5889 author Petr Baudis 1143328578 +0100 ... it do something different? Thanks, -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ ...

git - Petr Baudis - Mar 26 2006 - 06:21

Re: [RFC][PATCH] gitweb: Make the Git logo link target to point to the homepage

... and such). > > >> > > >> Signed-off-by: Petr Baudis > > > > > > Ping? ... want to. > > Reasonable. > > Acked-by: Petr Baudis So, ... to this patch? Thanks, -- Petr "Pasky" Baudis Stuff: http://pasky.or. ...

git - Petr Baudis - Oct 5 2006 - 16:47

[PATCH] Improve git-update-index error reporting

... tree db9476c44cb74ea98ebec31cf7431cd012d5db94 parent 7f4b3d9fef3f1855005e243de43776d8015ca737 author Petr Baudis Sun ... active_cache, active_nr) || commit_index_file(&cache_file)) -- Petr "Pasky" Baudis Stuff: http://pasky.or ...

git - Petr Baudis - Sep 18 2005 - 15:09

[PATCH] Fix git-init-db creating crap directories

... tree 30398d409fa27e95e3e592c803f6cd5a93652234 parent 79d2a11ec497fe940ca9a1fd8e0b9f295d39c290 author Petr Baudis Tue, 20 ... path, len, template_path, template_len, dir); -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz ...

git - Petr Baudis - Sep 19 2005 - 20:07

Re: [PATCH 07/12] Git.pm: Better error handling

... Hamano said that... > > Petr Baudis writes: > ... annoying warnings in Git.xs From: Petr Baudis Signed-off ... ; warn(str); - return -1; } -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz ...

git - Petr Baudis - Jun 24 2006 - 21:13

Re: [RFC][PATCH] gitweb: Make the Git logo link target to point to the homepage

... Hamano said that... > Petr Baudis writes: > ... 2006 at 11:27:25PM CEST, I got a letter > > where Petr Baudis said that ... Git and such). > >> > >> Signed-off-by: Petr Baudis > > > > Ping? ...

git - Petr Baudis - Sep 23 2006 - 15:46

Re: On Sponsor Notices

... wrote: > On Thu, 25 Sep 2008, Petr Baudis wrote: > > > On Wed, Sep 24, 2008 ... been sponsored by Novartis. Signed-off-by: Petr Baudis /Signed-off-by: Petr Baudis <petr.baudis@novartis.com>/ them? -- Petr "Pasky" Baudis People ...

git - Petr Baudis - Sep 25 2008 - 10:32

[PATCH] Make the git-fsck-objects diagnostics more useful

... tree c5e730edddb7679bee63a7d76fb088a7378a9d8b parent 12913234050c07785b7fc5929e4c8b5f80606609 author Petr Baudis Tue, 20 Sep ... : expected sha1, got '%s'", arg); } /* -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ ...

git - Petr Baudis - Sep 20 2005 - 14:56

[PATCH] Verbose git-daemon logging

... tree da6735878367946edae024c76e6f8165f82cfe07 parent ff0b3368b45a07ac080574eb721a607892413b99 author Petr Baudis Wed, ... = 1; + continue; + } usage(daemon_usage); } -- Petr "Pasky" Baudis Stuff: http://pasky.or. ...

git - Petr Baudis - Sep 21 2005 - 17:39

Re: [PATCH] Verbose git-daemon logging

... tree e2234a568608743889a36750ae11ea4d00e9a7b4 parent ff0b3368b45a07ac080574eb721a607892413b99 author Petr Baudis Thu, ... = 1; + continue; + } usage(daemon_usage); } -- Petr "Pasky" Baudis Stuff: http://pasky.or. ...

git - Petr Baudis - Sep 22 2005 - 05:25

[PATCH] Add git-pack-ls-objects tool

... also in various troubleshooting situations. Signed-off-by: Petr Baudis --- Documentation/git-pack-ls- ... ) on its standard output. + + +Author +------ +Written by Petr Baudis + +Documentation +------------- + ...

git - Petr Baudis - Jan 21 2006 - 22:27

[PATCH] Add support for explicit type specifiers when calling git-repo-config

... tree 0d4dcc3a44eb318ef52c3d64dda11768745f7583 parent 29e55cd5ad9e17d2ff8a1a37b7ee45d18d1e59d6 author Petr Baudis Sun, ... case 0: default: usage(git_config_set_usage); } -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz ...

git - Petr Baudis - Feb 11 2006 - 23:14

[PATCH] Properly git-bisect reset after bisecting from non-master head

... tree c93f93a984c00cfa08bbb9cb46bd1c6ba2c82de0 parent 8dcc626cd144b2c6eae2a299242bbbe905cb0059 author Petr Baudis Sun, 12 Feb ... -name" rm -f "$GIT_DIR/BISECT_LOG" } -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ Of ...

git - Petr Baudis - Feb 12 2006 - 12:06

[PATCH] Nice error message for empty idents

... tree 8f91bfd101c32f258c3d8cca467eb7be26d62b91 parent 8dcc626cd144b2c6eae2a299242bbbe905cb0059 author Petr Baudis Sat, 18 ... strcpy(date, git_default_date); if (date_str) -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ ...

git - Petr Baudis - Feb 18 2006 - 13:27

Re: Following renames

... ? Bugs? Patches? Signed-off-by: Petr Baudis diff -- ... --stdin following renames +# Copyright (c) Petr Baudis, 2006 +# Uses bits of ... ) or next; + add_head($head); + } +} -- Petr "Pasky" Baudis Stuff: http://pasky.or. ...

git - Petr Baudis - Mar 26 2006 - 19:26

Re: [PATCH] Introduce Git.pm (v3)

... for their feedback. Signed-off-by: Petr Baudis --- Makefile | ... +=head1 COPYRIGHT + +Copyright 2006 by Petr Baudis Epasky@suse. ... or Devel::PPPort::WriteFile(); -- Petr "Pasky" Baudis Stuff: http://pasky.or. ...

git - Petr Baudis - Jun 22 2006 - 19:50

Re: [PATCH 07/12] Git.pm: Better error handling

... C Hamano said that... > Petr Baudis writes: > ... What about just this? Signed-off-by: Petr Baudis diff --git ... f GIT-VERSION-FILE GIT-CFLAGS -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ ...

git - Petr Baudis - Jun 24 2006 - 09:17

Re: [PATCH] gitweb: Make config_to_multi return [] instead of [undef]

... 32PM +0100, Jakub Narebski wrote: > From: Petr Baudis > Date: Sat ... for expected > output. > > Signed-off-by: Petr Baudis > Signed-off ... for catching the defined($val). :-) -- Petr "Pasky" Baudis We don't know who ...

git - Petr Baudis - Dec 15 2007 - 11:05

Re: cg-admin-setuprepo fails to make a cg-clone'able repo

... said that... > >>>>> "Petr" == Petr Baudis writes: > ... unrelated bug, it seems - pretty > Petr> strange. I revived another few ... different. Does cloning locally otherwise > Petr> work? > > When I tried "local ...

git - Petr Baudis - Nov 12 2005 - 20:29

Re: lost again on syntax change - local repository?

... said that... > >>>>> "Petr" == Petr Baudis writes: > ... :18AM CET, I got a letter > Petr> where "Randal L. Schwartz" > Petr> BTW, it should be fine to ...

git - Petr Baudis - Nov 28 2005 - 09:41

speck-geostationary