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
c32.mac
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
exebin2.mac
exebin.mac
findleak.pl misc/findleak.pl: make executable 2008-01-21 16:26:32 -08:00
findleak.txt
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
magic
makedist.sh Add autogenerated instruction list to NASM documentation 2008-01-20 16:27:03 -08:00
myC32.mac
nasm.sl
nasmstab
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
proc32.ash
README
release misc/release: *.ico are binary files 2009-09-23 09:54:10 -07:00
scitech.mac
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 =)