git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Feature Request
@ 2024-06-20 12:58 Clement Sello Tsetsa
  2024-06-20 13:29 ` rsbecker
  0 siblings, 1 reply; 27+ messages in thread
From: Clement Sello Tsetsa @ 2024-06-20 12:58 UTC (permalink / raw)
  To: git

Greetings;

My name is Clement and I am a second year student at NWU university in
South Africa studying towards a bachelor's degree in information
technology, i just recently learned about Git and it is a fascinating
piece of technology. This is my first time making a feature request
for anything and please excuse me if it is not up to your standards in
any way. Please read the below text as it is the feature request:

When initializing a Git repository, allow specifying file types to
track using the command git init <file>. If no file type is specified,
Git should track all file types by default. Additionally,
automatically create the .gitignore file during initialization, and as
new file types are created, add them to the ignore list. Later, when
adding files to the staging environment, Git will already know which
types to include or ignore using the git add <file> command.

I think the user should not have to create the .gitignore file in the
future if this is implementable.

Kind regards
CS Tsetsa

^ permalink raw reply	[flat|nested] 27+ messages in thread
* feature request
@ 2016-10-27 21:55 John Rood
  2016-10-27 22:01 ` Stefan Beller
  2016-10-27 22:30 ` Stefan Beller
  0 siblings, 2 replies; 27+ messages in thread
From: John Rood @ 2016-10-27 21:55 UTC (permalink / raw)
  To: git

Users should be able to configure Git to not send them into a Vim editor.

When users pull commits, and a new commit needs to be created for a
merge, Git's current way of determining a commit message is to send
the user into a Vim window so that they can write a message. There are
2 reasons why this might not be the ideal way to prompt for a commit
message.

1. Many users are used to writing concise one-line commit messages and
would not expect to save a commit message in a multi-line file. Some
users will wonder why they are in a text editor or which file they are
editing. Others may not, in fact, realize at all that a text editor is
what they are in.

2. Many users are not familiar with Vim, and do not understand how to
modify, save, and exit. It is not very considerate to require a user
to learn Vim in order to finish a commit that they are in the middle
of.

The existing behavior should be optional, and there should be two new options:

1. Use a simple inline prompt for a commit message (in the same way
Git might prompt for a username).

2. Automatically assign names for commits in the form of "Merged x into y".

^ permalink raw reply	[flat|nested] 27+ messages in thread
* feature request
@ 2013-02-18 18:52 Jay Townsend
  2013-02-18 19:54 ` James Nylen
  0 siblings, 1 reply; 27+ messages in thread
From: Jay Townsend @ 2013-02-18 18:52 UTC (permalink / raw)
  To: git

Hi everyone,


Just would like to request a security feature to help secure peoples 
github accounts more by supporting 2 factor authentication like the 
yubikey more information can be found from this link 
www.yubico.com/develop/ and googles 2 factor authentication. Hope it 
gets implemented as I think it would make a great feature

^ permalink raw reply	[flat|nested] 27+ messages in thread
* feature request
@ 2012-10-16 11:36 Angelo Borsotti
  2012-10-16 12:15 ` Andrew Ardill
  2012-10-16 13:34 ` Christian Thaeter
  0 siblings, 2 replies; 27+ messages in thread
From: Angelo Borsotti @ 2012-10-16 11:36 UTC (permalink / raw)
  To: git

Hello,

some VCS, e.g. ClearCase, allow to control the fetching of files so as
to warn, or
disallow parallel changes to the same files.
As of today, there is no way to implement the same kind of workflow with git
because there are no fetch hooks.
Would it be a good idea to provide them?

-Angelo Borsotti

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2024-06-20 13:29 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 12:58 Feature Request Clement Sello Tsetsa
2024-06-20 13:29 ` rsbecker
  -- strict thread matches above, loose matches on Subject: below --
2016-10-27 21:55 feature request John Rood
2016-10-27 22:01 ` Stefan Beller
2016-10-27 22:05   ` John Rood
2016-10-27 22:24     ` John Rood
2016-10-27 22:27       ` Junio C Hamano
2016-10-27 22:48         ` John Rood
2016-10-27 22:51           ` Junio C Hamano
2016-10-27 23:16             ` John Rood
2016-10-27 22:30 ` Stefan Beller
2016-10-27 22:44   ` John Rood
2016-10-27 22:46     ` Junio C Hamano
2016-10-27 23:24     ` David Lang
2016-10-28  8:49       ` Johannes Schindelin
2016-10-28 12:54       ` Philip Oakley
2013-02-18 18:52 Jay Townsend
2013-02-18 19:54 ` James Nylen
2013-02-18 20:45   ` Jeff King
2013-02-19  3:26     ` Drew Northup
2013-02-19 22:27     ` Shawn Pearce
2012-10-16 11:36 Angelo Borsotti
2012-10-16 12:15 ` Andrew Ardill
2012-10-16 17:27   ` Angelo Borsotti
2012-10-16 23:30     ` Sitaram Chamarty
2012-10-17  0:00     ` Andrew Ardill
2012-10-16 13:34 ` Christian Thaeter

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).