Re: [arch-general] git undetectable tag replacement? (Was: Sébastien Luttringer and Tobias Powalowski)

2017-07-03 Thread Giovanni Santini via arch-general
Il 03/07/2017 04:14, Eli Schwartz via arch-general ha scritto: > > So I was under the impression that git tags encode the tagname in the > actual blob, and I didn't see how that attack (rooted in the basic > nature of a branch as a lightweight, mutable, *pushable* pointer to a > commit) was

Re: [arch-general] git undetectable tag replacement? (Was: Sébastien Luttringer and Tobias Powalowski)

2017-07-02 Thread Eli Schwartz via arch-general
On 07/02/2017 07:34 PM, Ismael Bouya wrote: > (Sun, Jul 02, 2017 at 07:22:23PM -0400) Eli Schwartz via arch-general : >> Okay, this I am genuinely curious about. >> >> In what circumstances can I have: >> - the systemd repository cloned over the git:// protocol >> - an annotated tag for systemd

Re: [arch-general] git bug? (2.3.4-1)

2015-03-27 Thread Dolan Murvihill
On Wed, Mar 25, 2015 at 02:00:36PM +0100, Christian Hesse wrote: Magnus Therning mag...@therning.org on Wed, 2015/03/25 13:47: On Wed, Mar 25, 2015 at 12:47:30PM +0100, Christian Hesse wrote: Magnus Therning mag...@therning.org on Wed, 2015/03/25 12:36: I thought I'd ask here before

Re: [arch-general] git bug? (2.3.4-1)

2015-03-25 Thread Magnus Therning
On Wed, Mar 25, 2015 at 02:00:36PM +0100, Christian Hesse wrote: Magnus Therning mag...@therning.org on Wed, 2015/03/25 13:47: On Wed, Mar 25, 2015 at 12:47:30PM +0100, Christian Hesse wrote: Magnus Therning mag...@therning.org on Wed, 2015/03/25 12:36: I thought I'd ask here before

Re: [arch-general] git bug? (2.3.4-1)

2015-03-25 Thread Magnus Therning
On Wed, Mar 25, 2015 at 12:47:30PM +0100, Christian Hesse wrote: Magnus Therning mag...@therning.org on Wed, 2015/03/25 12:36: I thought I'd ask here before raising a ticket. Is anyone else seeing this behaviour with git 2.3.4-1: ~~~ [I] % git fetch ssh: Could not resolve hostname

Re: [arch-general] git bug? (2.3.4-1)

2015-03-25 Thread Christian Hesse
Magnus Therning mag...@therning.org on Wed, 2015/03/25 13:47: On Wed, Mar 25, 2015 at 12:47:30PM +0100, Christian Hesse wrote: Magnus Therning mag...@therning.org on Wed, 2015/03/25 12:36: I thought I'd ask here before raising a ticket. Is anyone else seeing this behaviour with git

[arch-general] git bug? (2.3.4-1)

2015-03-25 Thread Magnus Therning
I thought I'd ask here before raising a ticket. Is anyone else seeing this behaviour with git 2.3.4-1: ~~~ [I] % git fetch ssh: Could not resolve hostname build01:: Name or service not known fatal: Could not read from remote repository. Please make sure you have the correct access rights and

Re: [arch-general] git bug? (2.3.4-1)

2015-03-25 Thread Christian Hesse
Magnus Therning mag...@therning.org on Wed, 2015/03/25 12:36: I thought I'd ask here before raising a ticket. Is anyone else seeing this behaviour with git 2.3.4-1: ~~~ [I] % git fetch ssh: Could not resolve hostname build01:: Name or service not known fatal: Could not read from remote

[arch-general] *-git packages last update

2014-06-15 Thread Mihamina Rakotomandimby
Hi all, For several resaons, I use a few *-git packages from AUR. I noticed one thing: the last update date is often far behind (i.e. 2012,...) I just would like to ensure it's just the package last update date, and it has no realtion with the git tree freshness: git always checks out

Re: [arch-general] *-git packages last update

2014-06-15 Thread Doug Newgard
On 2014-06-16 00:50, Mihamina Rakotomandimby wrote: Hi all, For several resaons, I use a few *-git packages from AUR. I noticed one thing: the last update date is often far behind (i.e. 2012,...) I just would like to ensure it's just the package last update date, and it has no realtion with

Re: [arch-general] Git

2013-09-30 Thread Paul Gideon Dann
On Monday 30 Sep 2013 05:13:57 Sebastian Schwarz wrote: On 2013-29-09, Tom Gundersen t...@jklm.no wrote: If we were to use git, we should have one git repository per package, and also provide one repository which includes all the packages as submodules. Why not use one branch per package

Re: [arch-general] Git

2013-09-30 Thread Daniel Wallace
From: pdgid...@gmail.com To: arch-general@archlinux.org Date: Mon, 30 Sep 2013 10:32:26 +0100 Subject: Re: [arch-general] Git On Monday 30 Sep 2013 05:13:57 Sebastian Schwarz wrote: On 2013-29-09, Tom Gundersen t...@jklm.no wrote: If we were to use git, we should have one git

Re: [arch-general] Git

2013-09-30 Thread Anatol Pomozov
Hi On Mon, Sep 30, 2013 at 3:55 PM, Daniel Wallace danielwall...@gtmanfred.com wrote: From: pdgid...@gmail.com To: arch-general@archlinux.org Date: Mon, 30 Sep 2013 10:32:26 +0100 Subject: Re: [arch-general] Git On Monday 30 Sep 2013 05:13:57 Sebastian Schwarz wrote: On 2013-29-09, Tom

Re: [arch-general] Git

2013-09-29 Thread Sebastian Schwarz
On 2013-29-09, Tom Gundersen t...@jklm.no wrote: If we were to use git, we should have one git repository per package, and also provide one repository which includes all the packages as submodules. Why not use one branch per package and one branch per repository with the packages as submodules

[arch-general] git update groupadd failure: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99)

2012-09-04 Thread David C. Rankin
All, pacman -Syu this morning and groupadd failed while installing git with the following message: ( 28/115) upgrading git [###] 100% groupadd: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99) useradd: group 'git' does not exist error: command

Re: [arch-general] git update groupadd failure: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99)

2012-09-04 Thread Allan McRae
On 05/09/12 00:03, David C. Rankin wrote: All, pacman -Syu this morning and groupadd failed while installing git with the following message: ( 28/115) upgrading git [###] 100% groupadd: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99)

Re: [arch-general] git update groupadd failure: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99)

2012-09-04 Thread David C. Rankin
On 09/04/2012 09:14 AM, Allan McRae wrote: On 05/09/12 00:03, David C. Rankin wrote: All, pacman -Syu this morning and groupadd failed while installing git with the following message: ( 28/115) upgrading git [###] 100% groupadd: Invalid configuration: SYS_GID_MIN

[arch-general] git software: howto remove files from history and its objects

2012-03-12 Thread F. Gr.
Hi, I'm a new user of git software. I imported a mercurial repository to a git repository. Now I want to remove some files from history and the objects in my repository. Are these the right commands? git filter-branch -d /dir1/subdir/ --index-filter 'git rm --cached -f --ignore-unmatch' -- --all

Re: [arch-general] git software: howto remove files from history and its objects

2012-03-12 Thread Paul Gideon Dann
On Monday 12 Mar 2012 13:17:11 F. Gr. wrote: Hi, I'm a new user of git software. I imported a mercurial repository to a git repository. Now I want to remove some files from history and the objects in my repository. Are these the right commands? git filter-branch -d /dir1/subdir/

Re: [arch-general] git software: howto remove files from history and its objects

2012-03-12 Thread Cédric Girard
On Mon, Mar 12, 2012 at 1:17 PM, F. Gr. frgroc...@gmail.com wrote: Now I want to remove some files from history and the objects in my repository. Are these the right commands? git filter-branch -d /dir1/subdir/ --index-filter 'git rm --cached -f --ignore-unmatch' -- --all rm -rf

Re: [arch-general] git software: howto remove files from history and its objects

2012-03-12 Thread Techlive Zheng
2012/3/12 Cédric Girard girard.ced...@gmail.com: On Mon, Mar 12, 2012 at 1:17 PM, F. Gr. frgroc...@gmail.com wrote: Now I want to remove some files from history and the objects in my repository. Are these the right commands? git filter-branch -d /dir1/subdir/ --index-filter 'git rm --cached

[arch-general] git bisect module against -ARCH kernel

2011-07-23 Thread Matthew Monaco
I'm trying to bisect an issue with the microphone not working on my usb webcam. See the forum posting [1]. I cloned the Linus' git tree and checked out v2.6.39. I zcat /proc/config.gz .config and did a make modules. I did this to get the symbol table and all that set up correctly. After