Browse Source

tidy up

master
Jonathan "Duke" Leto 13 years ago
parent
commit
bd4cdb96e1
  1. 7
      bin/.gitignore
  2. 38
      bin/parrot_conversion/push_new

7
bin/.gitignore

@ -0,0 +1,7 @@
git
gitk
git-shell
git-cvsserver
git-receive-pack
git-upload-pack
git-upload-archive

38
bin/parrot_conversion/push_new

@ -0,0 +1,38 @@
git push --tags origin master:master
git push origin remotes/origin/avl_string_cache:refs/heads/avl_string_cache
git push origin remotes/origin/boehm_gc_2:refs/heads/boehm_gc_2
git push origin remotes/origin/charset_massacre:refs/heads/charset_massacre
git push origin remotes/origin/constant_unfolding:refs/heads/constant_unfolding
git push origin remotes/origin/embed_api:refs/heads/embed_api
git push origin remotes/origin/exceptions_refactor:refs/heads/exceptions_refactor
git push origin remotes/origin/fix_hll_mmd:refs/heads/fix_hll_mmd
git push origin remotes/origin/fixing_pir_vtable_overrides:refs/heads/fixing_pir_vtable_overrides
git push origin remotes/origin/gc_ms2_sf:refs/heads/gc_ms2_sf
git push origin remotes/origin/gc_ms2_tuning:refs/heads/gc_ms2_tuning
git push origin remotes/origin/gcc_defines:refs/heads/gcc_defines
git push origin remotes/origin/generational_gc:refs/heads/generational_gc
git push origin remotes/origin/gsoc_instrument:refs/heads/gsoc_instrument
git push origin remotes/origin/gsoc_nci:refs/heads/gsoc_nci
git push origin remotes/origin/gsoc_nfg:refs/heads/gsoc_nfg
git push origin remotes/origin/gsoc_past_optimization:refs/heads/gsoc_past_optimization
git push origin remotes/origin/gsoc_threads:refs/heads/gsoc_threads
git push origin remotes/origin/html_cleanup:refs/heads/html_cleanup
git push origin remotes/origin/infnan:refs/heads/infnan
git push origin remotes/origin/opmap_aware_pmcs:refs/heads/opmap_aware_pmcs
git push origin remotes/origin/pbc_to_exe_direct_output:refs/heads/pbc_to_exe_direct_output
git push origin remotes/origin/pge_no_namespace_methods:refs/heads/pge_no_namespace_methods
git push origin remotes/origin/pirc_config:refs/heads/pirc_config
git push origin remotes/origin/pmc_i_ops:refs/heads/pmc_i_ops
git push origin remotes/origin/pmc_pct:refs/heads/pmc_pct
git push origin remotes/origin/remove_charset_ops:refs/heads/remove_charset_ops
git push origin remotes/origin/select_pmc:refs/heads/select_pmc
git push origin remotes/origin/shallow_clone:refs/heads/shallow_clone
git push origin remotes/origin/stdhandle_meths:refs/heads/stdhandle_meths
git push origin remotes/origin/string_checks:refs/heads/string_checks
git push origin remotes/origin/string_macros:refs/heads/string_macros
git push origin remotes/origin/substr_eq_at:refs/heads/substr_eq_at
git push origin remotes/origin/tt1516_builddir_option:refs/heads/tt1516_builddir_option
git push origin remotes/origin/tt389_fix:refs/heads/tt389_fix
git push origin remotes/origin/tt532_headerizer_refactor:refs/heads/tt532_headerizer_refactor
git push origin remotes/origin/unshared_buffers:refs/heads/unshared_buffers
Loading…
Cancel
Save