Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is system-wide gitattributes in git 2.4.4? #215

Closed
linquize opened this issue Jun 20, 2015 · 8 comments
Closed

Where is system-wide gitattributes in git 2.4.4? #215

linquize opened this issue Jun 20, 2015 · 8 comments

Comments

@linquize
Copy link

Where is system-wide gitattributes in git 2.4.4?
It is not found in C:\ProgramData\Git after installation.

In git 1.9.5, it was located at C:\Program Files (x86)\Git\etc\gitattributes

@dscho dscho added the question label Jun 20, 2015
@dscho
Copy link
Member

dscho commented Jun 20, 2015

It is found in C:\ProgramData\Git when running on Windows later than XP. For Windows XP, the path is C:\Documents and Settings\All Users\Application Data\Git. Are you on XP? Please provide such information in your future reports even if you think them irrelevant; as you see, it is quite relevant to know more about your environment when trying to help you.

@linquize
Copy link
Author

On Win 7 x64, I upgrade to git 2.4.4 (x64) from git 2.4.0 (x64) also with git 1.9.5.

After upgrading, I found C:\ProgramData\Git\config only but no gitattributes

@dscho
Copy link
Member

dscho commented Jun 20, 2015

@linquize whoops, I misread your gitattributes for config... IIRC we do not handle system-wide attributes yet.

@linquize
Copy link
Author

So it is currently missing from git 2.x?

@kblees
Copy link

kblees commented Jun 20, 2015

C:\Program Files\Git\mingw64\etc\gitattributes

PR #157 moves this to C:\ProgramData\Git, but according to @dscho doing this for both of gits/etc` config files violates git's design.

@linquize
Copy link
Author

C:\Program Files\Git\mingw64\etc\gitattributes also does not exist.
C:\Program Files\Git\mingw64\etc has only pkcs11, pki directories.

@kblees
Copy link

kblees commented Jun 20, 2015

So it seems GfW 2.4.4 doesn't install one.

@dscho
Copy link
Member

dscho commented Jun 21, 2015

Seems like it, indeed. Pull Requests welcome!

@dscho dscho closed this as completed Jun 21, 2015
jeffhostetler pushed a commit to jeffhostetler/git that referenced this issue Oct 25, 2019
…uce progress noise

During development, it was very helpful to see the gvfs-helper do its
work to request a pack-file or download a loose object. When these
messages appear during normal use, it leads to a very noisy terminal
output.

Remove all progress indicators when downloading loose objects. We know
that these can be numbered in the thousands in certain kinds of history
calls, and would litter the terminal output with noise. This happens
during 'git fetch' or 'git pull' as well when the tip commits are
checked for the new refs.

Remove the "Requesting packfile with %ld objects" message, as this
operation is very fast. We quickly follow up with the more valuable
"Receiving packfile %ld%ld with %ld objects". When a large "git
checkout" causes many pack-file downloads, it is good to know that Git
is asking for data from the server.
jeffhostetler added a commit to jeffhostetler/git that referenced this issue Jun 3, 2020
jeffhostetler added a commit to jeffhostetler/git that referenced this issue May 14, 2021
jeffhostetler added a commit to jeffhostetler/git that referenced this issue Jun 21, 2021
jeffhostetler added a commit to jeffhostetler/git that referenced this issue Aug 18, 2021
mjcheetham pushed a commit to mjcheetham/git that referenced this issue Jun 16, 2022
mjcheetham pushed a commit to mjcheetham/git that referenced this issue Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants