Re: [git-users] Whitespace detection: tab followed by two spaces

2012-10-25 Thread Bryce Verdier
I haven't heard of git core.whitespace (will have to look that up). But for this I would look into a pre-commit hook. You can read hooks here: http://git-scm.com/book/en/Customizing-Git-Git-Hooks Bryce On 10/25/12 12:36 AM, Eberhard Beilharz wrote: I have the following whitespace settings

Re: [git-users] How to uninstall Git on Centos 6.x

2012-09-12 Thread Bryce Verdier
If you still have the source directory around you should be able to cd into that directory and run make clean. Not sure if git has this, but most makefiles do so I'm suggesting it did first. Let us know what happens. Bryce On Sep 11, 2012 3:37 PM, Wesley Render i...@otherdata.com wrote: I have

Re: [git-users] Process of branching

2012-09-08 Thread Bryce
Hi Patrick, Not to be condescending, but have you read this before: http://www.git-scm.com/book/en/Git-Branching-What-a-Branch-Is and if so, what was confusing about it. Maybe that will help us out in answering your question better. Warm regards, Bryce On 09/07/2012 09:37 AM, Patrick wrote

Re: [git-users] how to get the commit id from one file or multi file

2012-06-14 Thread Bryce Verdier
that to see which person made a change to a particular file. Hope that helps. Bryce -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email

[git-users] post-recieve hook

2012-03-29 Thread Bryce Verdier
this possible? I realize my question might be a little vague. I'm sorry for that. Please feel free to ask questions if you want clarification. Bryce -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git

Re: [git-users] Any writers out there?

2011-02-09 Thread Bryce Verdier
I just found this yesterday, not sure how much it'll help, but it is related. http://www.developer.com/open/10-ways-git-version-control-can-streamline-your-writing-projects.html On 02/07/2011 12:31 PM, Mark (my words) wrote: Hello, I'm new to git. I'm trying to develop a workflow for my