nasm/misc
Cyrill Gorcunov 27fb3703a5 misc/tag-release: Make it usable for remote repos
In case if the commiter has a main repo configured as remote
one and also has various tags (and don't want to push every
tag he has out to the main repo) he may use misc/tag-release
new functionality.

For example I have NASM remote repo as well known

	git://repo.or.cz/nasm.git

and a number of my own local tags/branches which I
would like to not sprinkle into a master repo.

So to make a release (say 2.08) I may just type

	misc/tag-release 2.08 git+ssh://xxx@repo.or.cz/srv/git/nasm.git master

and this command will push master branch into main repo with "nasm-2.08" tag.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2010-03-03 22:41:45 +03:00
..
altreg.inc Complete the altreg set with "r0h".."r3h". 2007-12-10 15:36:39 -08:00
c16.mac NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
c32.mac NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
cleanfile Scripts to remove stealth whitespace 2007-10-19 14:43:22 -07:00
cleanpatch Scripts to remove stealth whitespace 2007-10-19 14:43:22 -07:00
crcgen.c crcgen: clean up whitespace 2009-07-16 10:23:26 -04:00
Doxyfile NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
exebin.mac NASM 0.96 2002-04-30 20:52:49 +00:00
exebin2.mac NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
findleak.pl misc/findleak.pl: make executable 2008-01-21 16:26:32 -08:00
findleak.txt NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
fmtinsns.pl fmtinsns.pl: handle compiler fields; do some case mangling 2008-05-23 16:59:59 -07:00
genfma.pl Intel FMA: drop relaxed forms 2009-06-24 21:45:27 -07:00
hints.txt NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
magic NASM 0.91 2002-04-30 20:51:32 +00:00
makedist.sh Add autogenerated instruction list to NASM documentation 2008-01-20 16:27:03 -08:00
myC32.mac Remove $Id$ tags (useless with git) 2007-09-12 21:05:06 -07:00
nasm.sl Andreas Ericsson's patch to misc/nasm.sl 2004-12-21 18:06:22 +00:00
nasmstab NASM 0.98.30 2002-04-30 21:09:12 +00:00
Nindent Nindent: add back the -nut option 2009-05-25 21:57:27 -07:00
omfdump.c Beginnings of a crude utility to dump the contents of an OMF file 2009-07-01 23:11:15 -07:00
pmw.bat NASM 0.98.30 2002-04-30 21:09:12 +00:00
proc32.ash NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
README NASM 0.98.26 2002-04-30 21:08:42 +00:00
release misc/release: *.ico are binary files 2009-09-23 09:54:10 -07:00
scitech.mac NASM 0.98.09 2002-04-30 21:01:08 +00:00
tag-release misc/tag-release: Make it usable for remote repos 2010-03-03 22:41:45 +03:00
xcrcgen.c xcrcgen: tool to create a "generalized CRC" hash table 2009-07-16 10:43:38 -04:00

There are various helpful bits and pieces for NASM,
including but not limited to Simon photograph =)