* Getting untracked files
@ 2009-07-21 15:25 Daniel Trstenjak
2009-07-21 15:46 ` Shawn O. Pearce
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Daniel Trstenjak @ 2009-07-21 15:25 UTC (permalink / raw)
To: git; +Cc: Daniel Trstenjak
Hi all,
is there a nicer way to get the untracked files then
with grepping the output of 'git status'?
Is there a plumbing command?
Greetings,
Daniel
--
Daniel Trstenjak Tel : +49 (0)7071-9457-264
science + computing ag FAX : +49 (0)7071-9457-511
Hagellocher Weg 73 mailto: Daniel.Trstenjak@science-computing.de
D-72070 Tübingen WWW : http://www.science-computing.de/
--
Vorstand/Board of Management:
Dr. Bernd Finkbeiner, Dr. Roland Niemeier,
Dr. Arno Steitz, Dr. Ingrid Zech
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Michel Lepert
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Getting untracked files
2009-07-21 15:25 Getting untracked files Daniel Trstenjak
@ 2009-07-21 15:46 ` Shawn O. Pearce
2009-07-21 15:48 ` Jonathan del Strother
2009-07-21 16:06 ` Daniel Trstenjak
2 siblings, 0 replies; 4+ messages in thread
From: Shawn O. Pearce @ 2009-07-21 15:46 UTC (permalink / raw)
To: Daniel Trstenjak; +Cc: git, Daniel Trstenjak
Daniel Trstenjak <trsten@science-computing.de> wrote:
>
> is there a nicer way to get the untracked files then
> with grepping the output of 'git status'?
>
> Is there a plumbing command?
git ls-files --others --exclude-standard
--
Shawn.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Getting untracked files
2009-07-21 15:25 Getting untracked files Daniel Trstenjak
2009-07-21 15:46 ` Shawn O. Pearce
@ 2009-07-21 15:48 ` Jonathan del Strother
2009-07-21 16:06 ` Daniel Trstenjak
2 siblings, 0 replies; 4+ messages in thread
From: Jonathan del Strother @ 2009-07-21 15:48 UTC (permalink / raw)
To: Daniel Trstenjak; +Cc: git, Daniel Trstenjak
How about "git ls-files --other --exclude-standard" ?
On Tue, Jul 21, 2009 at 4:25 PM, Daniel
Trstenjak<trsten@science-computing.de> wrote:
>
> Hi all,
>
> is there a nicer way to get the untracked files then
> with grepping the output of 'git status'?
>
> Is there a plumbing command?
>
>
>
> Greetings,
> Daniel
>
> --
>
> Daniel Trstenjak Tel : +49 (0)7071-9457-264
> science + computing ag FAX : +49 (0)7071-9457-511
> Hagellocher Weg 73 mailto: Daniel.Trstenjak@science-computing.de
> D-72070 Tübingen WWW : http://www.science-computing.de/
> --
> Vorstand/Board of Management:
> Dr. Bernd Finkbeiner, Dr. Roland Niemeier,
> Dr. Arno Steitz, Dr. Ingrid Zech
> Vorsitzender des Aufsichtsrats/
> Chairman of the Supervisory Board:
> Michel Lepert
> Sitz/Registered Office: Tuebingen
> Registergericht/Registration Court: Stuttgart
> Registernummer/Commercial Register No.: HRB 382196
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Getting untracked files
2009-07-21 15:25 Getting untracked files Daniel Trstenjak
2009-07-21 15:46 ` Shawn O. Pearce
2009-07-21 15:48 ` Jonathan del Strother
@ 2009-07-21 16:06 ` Daniel Trstenjak
2 siblings, 0 replies; 4+ messages in thread
From: Daniel Trstenjak @ 2009-07-21 16:06 UTC (permalink / raw)
To: git
Thanks Shawn and Jonathan.
--
Daniel Trstenjak Tel : +49 (0)7071-9457-264
science + computing ag FAX : +49 (0)7071-9457-511
Hagellocher Weg 73 mailto: Daniel.Trstenjak@science-computing.de
D-72070 Tübingen WWW : http://www.science-computing.de/
--
Vorstand/Board of Management:
Dr. Bernd Finkbeiner, Dr. Roland Niemeier,
Dr. Arno Steitz, Dr. Ingrid Zech
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Michel Lepert
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-07-21 16:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-21 15:25 Getting untracked files Daniel Trstenjak
2009-07-21 15:46 ` Shawn O. Pearce
2009-07-21 15:48 ` Jonathan del Strother
2009-07-21 16:06 ` Daniel Trstenjak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).