Mercurial > hg > anonet-resdb
annotate git-commit @ 1119:5645d1ed79c5 draft
There was some werid stuff with add_dom went with what looked like the best
of the conflicting lines.
Merge branch 'master' of git://1.4.7.7/resdb
Conflicts:
scripts/add_dom
author | epoch <epoch@hacking.allowed.org> |
---|---|
date | Fri, 24 May 2013 02:39:47 +0000 |
parents | 93106436f24f |
children |
rev | line source |
---|---|
19
31e3b4edf502
scripts for dom&ip, dn42 resdb, and doc (www.anonet2.org)
Nick <nick@somerandomnick.ano>
parents:
diff
changeset
|
1 #!/bin/sh |
361
48b9f0dd8f5b
added a gitignore to quiet the untracked files warnings
Nick <nick@somerandomnick.ano>
parents:
330
diff
changeset
|
2 git add configure db doc git-commit gitd scripts contrib .gitignore |
1084
93106436f24f
allow arguments for ./git-commit and ./gitd
SeekingFor <nobody@nowhere>
parents:
767
diff
changeset
|
3 TZ=UTC git commit --date="`date -u +'%s'`" "$@" |
330 | 4 test -x /usr/lib/git-core/git-update-server-info && /usr/lib/git-core/git-update-server-info |