public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: MALAISE Pascal <malaise@magic•fr>
To: git@vger•kernel.org
Subject: wishlist: git gui not listing untracked files in unstaged list
Date: Wed, 10 Mar 2010 19:43:18 +0000 (UTC)	[thread overview]
Message-ID: <loom.20100310T203316-38@post.gmane.org> (raw)

Many projects are organized so that the result of compilation is mixed with
sources.
It would be very useful to configure git gui so that untracked files are not
listed in the un-staged list.
I have patched git gui, function rescan_stage2, line 1414 to do so:
  # set fd_lo [eval git_read ls-files --others -z $ls_others]
  set fd_lo [eval git_read ls-files -z $ls_others]

but it would be nice to make this behavior tunable via the "Options..." menu.

             reply	other threads:[~2010-03-10 19:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-10 19:43 MALAISE Pascal [this message]
2010-03-10 19:59 ` wishlist: git gui not listing untracked files in unstaged list Junio C Hamano
2010-03-10 20:07   ` Shawn O. Pearce
2010-03-10 20:57     ` MALAISE Pascal
2010-03-10 22:00     ` Patrick Higgins
2010-03-10 22:12       ` Jeff King
2010-03-10 22:14         ` Shawn O. Pearce
2010-03-10 22:30           ` Junio C Hamano
2010-03-10 22:32           ` Jeff King
2010-03-10 22:36             ` Jeff King
2010-03-11  7:08             ` Johannes Sixt
2010-03-11  7:11               ` Jeff King
2010-03-11 12:52               ` Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20100310T203316-38@post.gmane.org \
    --to=malaise@magic$(echo .)fr \
    --cc=git@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox