This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
coreutils
Watch
0
Star
0
Fork
0
You've already forked coreutils
mirror of
https://github.com/coreutils/coreutils.git
synced
2024-11-23 09:56:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
coreutils
/
.gitmodules
4 lines
101 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
maint: use a git submodule for gnulib * .gitmodules: New file, to track gnulib. * gnulib: New file, created by running this: git submodule add git://git.sv.gnu.org/gnulib.git gnulib
2009-03-07 17:19:46 +08:00
[submodule "gnulib"]
global: convert indentation-TABs to spaces Transformed via this shell code: t=$'\t' git ls-files \ | grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \ | grep -vE 'tests/pr/|help2man' \ | xargs grep -lE "^ *$t" \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
2009-08-23 00:56:06 +08:00
path = gnulib
maint: prefer https: to git: The idea is to defend against some adversary-in-the-middle attacks.
2023-02-05 03:53:50 +08:00
url = https://git.savannah.gnu.org/git/gnulib.git
Reference in New Issue
Copy Permalink