Displaying 8 results from an estimated 8 matches for "gitattribut".
Did you mean:
getattribute
2020 Jan 16
3
Git autocrlf for Windows - why does the Getting Started guide say to use false?
Right, my understanding is that files that specifically need CRLF should say so via .gitattributes somewhere.
autocrlf=false ought to work if your Windows editor doesn’t (or can be persuaded not to) introduce CRLFs. I’ve observed that the Visual Studio editor will detect the line-ending style of the file you’re editing, and imitate it. This works great until you create a new file. 😝 So I’ve...
2020 Jan 16
3
Git autocrlf for Windows - why does the Getting Started guide say to use false?
Hi all,
TL;DR - should we recommend core.autocrlf=input instead of
core.autocrlf=false on Windows?
I recently switched from doing pre-commit builds and tests from my Ubuntu
VM, to my Windows machine where I do all my development. I was aware that
line endings is an issue, so made sure to set core.autocrlf=false as
directed in the Getting Started guide (see
2012 Aug 27
1
Hidden files in source packages
.../.build.timestamp
are R leftovers,
._.DS_store
is from an Apple filesystem and
.tex .log .aux .pdf .png
are junk (as file names, not extensions).
However, is there ever any reason for any of
.Renviron
.Rprofile
.Rproj.user
.backups
.cvsignore
.cproject
.directory
.dropbox
.exrc
.gdb.history
.gitattributes
.gitignore
.gitmodules
.hgignore
.hqtags
.htaccess
.latex2html-init
.project
.seed
.settings
to be in a source package tarball? (For some of these it is not clear
where they come from since there are multiple possible origins.)
If you know of a reason to retain any of these, please let
CRAN...
2018 Apr 30
4
debian-xen git workflow
Hi Ian, team,
In the week of Feb 23 (time flies!:), we had a very productive day
\o/ working on the stretch security/stable package and some irc
discussions in oftc #debian-xen which ended with an open end.
Ian, you were a bit surprised that 1) my debian-xen repo started with an
import of a 4.8 package 2) it was not a git-pbuilder style repo with
upstream source included, and asked me to at
2012 Oct 26
4
R 2.15.2 is released
...s several types of hidden files/directories,
including inst/doc/.Rinstignore, vignettes/.Rinstignore,
(.Rinstignore should be at top level), .deps under src,
.Renviron, .Rprofile, .Rproj.user, .backups, .cvsignore,
.cproject, .directory, .dropbox, .exrc, .gdb.history,
.gitattributes, .gitignore, .gitmodules, .hgignore, .hgtags,
.htaccess, .latex2html-init, .project, .seed, .settings,
.tm_properties and various leftovers.
o R CMD check now checks for .C(), .Call(), .External() and
.Fortran() calls in other packages, and gives a warning on those
fo...
2012 Oct 26
4
R 2.15.2 is released
...s several types of hidden files/directories,
including inst/doc/.Rinstignore, vignettes/.Rinstignore,
(.Rinstignore should be at top level), .deps under src,
.Renviron, .Rprofile, .Rproj.user, .backups, .cvsignore,
.cproject, .directory, .dropbox, .exrc, .gdb.history,
.gitattributes, .gitignore, .gitmodules, .hgignore, .hgtags,
.htaccess, .latex2html-init, .project, .seed, .settings,
.tm_properties and various leftovers.
o R CMD check now checks for .C(), .Call(), .External() and
.Fortran() calls in other packages, and gives a warning on those
fo...
2012 Oct 26
4
R 2.15.2 is released
...s several types of hidden files/directories,
including inst/doc/.Rinstignore, vignettes/.Rinstignore,
(.Rinstignore should be at top level), .deps under src,
.Renviron, .Rprofile, .Rproj.user, .backups, .cvsignore,
.cproject, .directory, .dropbox, .exrc, .gdb.history,
.gitattributes, .gitignore, .gitmodules, .hgignore, .hgtags,
.htaccess, .latex2html-init, .project, .seed, .settings,
.tm_properties and various leftovers.
o R CMD check now checks for .C(), .Call(), .External() and
.Fortran() calls in other packages, and gives a warning on those
fo...
2015 Jun 11
2
[PATCH] (Almost) new tool: virt-get-kernel
...e
index d1292d9..6f14915 100644
--- a/.gitignore
+++ b/.gitignore
@@ -193,6 +193,10 @@ Makefile.in
/generator/generator
/generator/.pod2text.data*
/generator/stamp-generator
+/get-kernel/.depend
+/get-kernel/stamp-virt-get-kernel.pod
+/get-kernel/virt-get-kernel
+/get-kernel/virt-get-kernel.1
/.gitattributes
/.git-module-status
/gnulib
@@ -245,6 +249,7 @@ Makefile.in
/html/virt-edit.1.html
/html/virt-filesystems.1.html
/html/virt-format.1.html
+/html/virt-get-kernel.1.html
/html/virt-index-validate.1.html
/html/virt-inspector.1.html
/html/virt-list-filesystems.1.html
diff --git a/Makefile.am...