simon-git: utils (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Fri Dec 19 09:42:13 GMT 2014
TL;DR:
2c385fa Move .gitignore entries down into the individual subdirs.
03a3c25 Move all utilities out into their own repositories.
Repository: git://git.tartarus.org/simon/utils.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=utils.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2014-12-19 09:42:13
commit 2c385fa3234630bc4d43689988870706a4093025
web diff http://tartarus.org/~simon-git/gitweb/?p=utils.git;a=commitdiff;h=2c385fa3234630bc4d43689988870706a4093025;hp=12166f3cbdb2f136063aec35ebeb9ddb76e5575d
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Dec 19 09:22:46 2014 +0000
Move .gitignore entries down into the individual subdirs.
.gitignore | 37 -------------------------------------
after/.gitignore | 2 ++
base64/.gitignore | 4 ++++
beep/.gitignore | 4 ++++
buildrun/.gitignore | 4 ++++
cvt-utf8/.gitignore | 3 +++
lns/.gitignore | 3 +++
multi/.gitignore | 3 +++
nntpid/.gitignore | 3 +++
pid/.gitignore | 4 ++++
reservoir/.gitignore | 3 +++
xcopy/.gitignore | 4 ++++
12 files changed, 37 insertions(+), 37 deletions(-)
commit 03a3c2557d66f59cfbf6961129e62b067e656b99
web diff http://tartarus.org/~simon-git/gitweb/?p=utils.git;a=commitdiff;h=03a3c2557d66f59cfbf6961129e62b067e656b99;hp=2c385fa3234630bc4d43689988870706a4093025
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Dec 19 09:16:26 2014 +0000
Move all utilities out into their own repositories.
They're all so different that it doesn't really make sense to keep
them batched together in a single git repo, as my svn->git conversion
left them. So I've turned each one into its own little repository with
'git subtree split'.
This repository still exists, but only for my personal convenience. It
still has the top-level bob script (now with an extra pile of
'checkout' commands) to build the whole utils collection for my
website. And it still has the top-level Makefile (now with an extra
'make checkout' target) that I use when I check the whole lot out in a
new shell account of mine.
.gitignore | 11 +
Buildscr | 13 +
Makefile | 36 ++-
after/.gitignore | 2 -
after/Makefile | 46 ---
after/after.but | 83 -----
after/after.c | 313 -------------------
base64/.gitignore | 4 -
base64/Makefile | 45 ---
base64/base64.but | 80 -----
base64/base64.c | 287 -----------------
beep/.gitignore | 4 -
beep/Makefile | 48 ---
beep/beep.but | 95 ------
beep/beep.c | 208 -------------
buildrun/.gitignore | 4 -
buildrun/Makefile | 45 ---
buildrun/buildrun.but | 176 -----------
buildrun/buildrun.c | 347 ---------------------
buildrun/test.sh | 65 ----
buildrun/testout.txt | 26 --
cvt-utf8/.gitignore | 3 -
cvt-utf8/Makefile | 40 ---
cvt-utf8/cvt-utf8 | 533 --------------------------------
cvt-utf8/cvt-utf8.but | 202 ------------
lns/.gitignore | 3 -
lns/Makefile | 42 ---
lns/lns | 293 ------------------
lns/lns.but | 264 ----------------
multi/.gitignore | 3 -
multi/Makefile | 42 ---
multi/multi | 113 -------
multi/multi.but | 215 -------------
nntpid/.gitignore | 3 -
nntpid/Makefile | 42 ---
nntpid/nntpid | 331 --------------------
nntpid/nntpid.but | 129 --------
pid/.gitignore | 4 -
pid/Makefile | 46 ---
pid/pid.but | 85 -----
pid/pid.c | 700 -----------------------------------------
reservoir/.gitignore | 3 -
reservoir/Makefile | 42 ---
reservoir/reservoir | 73 -----
reservoir/reservoir.but | 119 -------
xcopy/.gitignore | 4 -
xcopy/Makefile | 48 ---
xcopy/xcopy.but | 167 ----------
xcopy/xcopy.c | 790 -----------------------------------------------
49 files changed, 46 insertions(+), 6231 deletions(-)
More information about the tartarus-commits
mailing list