The gitattributes tag has no wiki summary.
3
votes
1answer
36 views
Is it possible to commit a file that defies the line ending behavior specified by .gitattributes?
If a .gitattributes file is added to given directory, with exactly the following content:
*.txt text
Is there any possible way that a new file or a previously normalized file (e.g. all LF ...
1
vote
2answers
14 views
Git server hook to silently ignore changes to specific files
On a central git repo, I need to ignore changes to specific files when they are pushed to the repo. I don't want to reject (fail) the entire push, but simply ignore those changes. Is there a git hook ...
0
votes
1answer
31 views
Massive LF in .gitattributes
I have read lots of posts about CRLF & LF issues in git, i'm going to ask you if you consider correct this .gitattributes config:
# Autodetect text files
* text=auto
*.* eol=lf
In my repo we ...
2
votes
2answers
238 views
How to normalize working tree line endings in Git?
I have cloned a repository that had inconsistend line endings. I have added a .gitattributes that sets the text attribute for the files I want to normalize. Now when I commit changes I get the ...
2
votes
2answers
93 views
Is it possible to mark specific file or contents of a specific folder as binary in .gitattributes?
In our repo we have a js file, that is quite readable, but we do not require any reports about the diffs inside it. It only clutters the screen. So we want it to be considered binary. That's what we ...
1
vote
1answer
150 views
git EOL converted the opposit way around? (despite .gitattributes)
I am working on Windows 7 and to prevent EOL problems I have a .gitattributes file set up the following way (as described in the github help):
* text=auto
*.js text
But now, when I commit a ...
1
vote
2answers
47 views
Github different versions of the same file: one for development & one for the repo
I'am authoring a PHP CMS, that needs an installation to work.
The installation generate a config file.
At localhost i work on an installed version (with a specific config file),
But the users who ...
1
vote
1answer
72 views
Apply multiple filters for same files in git
I am using Git for version control of local files, which finally have to be checked in into another version control system. Now I am experiencing some problems with most of the C code files:
They ...
2
votes
2answers
397 views
.gitattributes with core.autocrlf unset
I have a .gitattributes file in my repository that looks like this
* text=auto
*.txt text
I have unset core.autocrlf in the repository, global, and system settings. My understanding, based on the ...
2
votes
2answers
295 views
How to stop git from breaking encoding on checkout
I recently added a .gitattributes file to a c# repository with the following settings:
* text=auto
*.cs text diff=csharp
I renormalized the repository following these ...
4
votes
2answers
448 views
git line endings : renormalize does not seem to checkout the right line endings
I decided to set my line endings the Right Way via a .gitattributes file as detailed for instance here - so I set the core.autocrlf to false and created and committed a .gitattributes file :
*.java ...
1
vote
1answer
128 views
Does SVN have an equivalent to .gitattributes?
Background:
I have two Unity3d projects:
The first whose Unity preferences are set to 'mixed asset' mode (some files are text, some are binary) and
The second whose preferences are set to 'force ...
1
vote
1answer
335 views
. gitattributes not working
My .gitattributes has the following in order to diff the XCode project (which is plain text)
*.pbxproj -crlf -diff -merge
But when I diff, still showing binary file
# git diff ...
1
vote
2answers
496 views
Git CRLF for windows users
I know that there are tons of articles about this issue. But I'm struggling with it for couple of weeks with no success.
I'm trying to use best practices that are discribed on github. So I added a ...
2
votes
1answer
119 views
Git: How to get a specific version of a file from its .gitattributes ident?
I have some Python scripts that have an $Id$ field set by .gitattributes at checkout. How can I use this ident string to check out (or otherwise identify) the specific version of the file?
The ...
0
votes
1answer
635 views
.gitattributes default file type treatment
We've created a list of text and binary file types for our project repository, but i'm afraid that some types might have slipped out of that classification, or that in the future someone might add a ...
3
votes
1answer
129 views
Apply merge rules from .gitattributes file to git rebase calls
I have previously read and applied the instructions from this excellent answer about setting up merge strategies for specific file types in git. This works superbly for merges. However, when I do a ...
5
votes
1answer
2k views
Best way to disable Git end-of-line normalization (CRLF to LF) across all clones/machines? (core.autocrlf vs…)
As one can glean from other posts, Git's end-of-line normalization has its pros and cons. I have one particular Windows-only project where I think the best thing to do is to is to disable end-of-line ...
2
votes
1answer
438 views
gitattributes not setting merge driver correctly
I have the following directory structure:
project/
.git/
...
app/
...
config/
initializers/
braintree.rb
environments/
...
5
votes
1answer
474 views
use git's word-diff for latex files
I would like to have git diff outputs me regular diffs for all files, except *.tex. For *.tex files, I would like to see the output of git diff --word-diff.
I was playing around with .gitattributes ...
1
vote
1answer
134 views
How do I set all files in a subdirectory to use a specific eol using gitattributes?
I've been trying to set specific files to always use lf and not crlf regardless of autocrlf on the local system.
I tried creating a .gitattributes at the root of the project that only contained ...
4
votes
3answers
566 views
To hook or not to hook - git
Our bespoke IDE outputs XML files with an encoding that makes them look like binary files. Diffs and merges of these files fail.
We can create ASCII versions of these files with the tr command. I ...
2
votes
1answer
187 views
Overwrite unstaged commits due to gitattributes eol settings
I have a fork that has automatic eol changes on cloning due to .gitattributes. This is fixed in upstream. I would like to merge upstream into my master; however, I am unable to get rid of these ...
0
votes
1answer
764 views
Git, Kohana & PHPFog workflow
Kohana 3 includes environment constants, specifically PRODUCTION, STAGING, TESTING & DEVELOPMENT (discussion here).
It's been suggested that you set those constants using SetEnv in your .htaccess ...
2
votes
1answer
1k views
What is wrong with this git smudge/clean filter?
I want to apply this filter in my git repository to remove a section from a solution file during checkout and to add this section during commit.
This is the section i want to remove or add:
...
0
votes
1answer
790 views
How to setup gitattributes to filter part of a file?
I am using Visual Studio 2010 and git (git svn). My coworker uses pure svn with the Ankhsvn plugin.
When i try to open the file with the Git Source Control Provider enabled, Visual Studion complains:
...
10
votes
5answers
1k views
How can I make git ignore future revisions to a file?
I have created a default version of a file included in a git repository. It's important that when someone clones the repository, they get a copy of this file. However, I would like to set git so ...
2
votes
1answer
284 views
How to determine files that are subjected to filter via gitattributes when filter is executed?
I have bunch of ruby scripts in a git repository and it seems to be really hard to enforce people to write properly indented code.
I also have a small ruby script that formats to code to specific ...
9
votes
2answers
346 views
Is it possible to have all “git diff” commands use the “Python diff”, in all git projects?
When including the line
*.py diff=python
in a local .gitattributes file, git diff produces nice labels for the different diff hunks of Python files (with the name of the function where the lines ...