Skip to content

Releases: coldrockgames/git-scripts

Release 2606.1

Choose a tag to compare

@Grisgram Grisgram released this 26 Jun 21:15
  • Optimized the push script
  • Preparation Release for publish on itch.io

Release 2605.1

Choose a tag to compare

@Grisgram Grisgram released this 04 May 09:54
  • A new script "git-gc" lets you garbage collect any repository to reduce its size
  • A new tool "lf.exe" lets you control the desired line endings in files (unix or windows)

Release 2603.2

Choose a tag to compare

@Grisgram Grisgram released this 27 Mar 17:11

Release 2603.1

Choose a tag to compare

@Grisgram Grisgram released this 23 Mar 07:48
  • .gitignore and .gitattributes refined for Godot Engine
  • New retag script to move an existing tag to the latest commit

Release 2512.3

Choose a tag to compare

@Grisgram Grisgram released this 18 Dec 11:46
  • 'updsub' and 'pull' received an update to process git submodules transparently
  • those two scripts now support a final 'submodule-branch' argument

Release 2512.2

Choose a tag to compare

@Grisgram Grisgram released this 10 Dec 22:12
  • A new script "upstream" is available to automatically update a remote upstream repository (template or fork root)
  • Minor fixes (typos) in some other scripts, no functional changes
  • GDScript added as recognized language to .gitattributes for new repositories

Release 2512.1

Choose a tag to compare

@Grisgram Grisgram released this 10 Dec 17:52
  • A new script "upstream" is available to automatically update a remote upstream repository (template or fork root)
  • Minor fixes (typos) in some other scripts, no functional changes

Release 2510.1

Choose a tag to compare

@Grisgram Grisgram released this 23 Oct 06:10
  • merge2me and merge2dev now ask you to resolve conflicts before doing the final push.

Release 2509.1

Choose a tag to compare

@Grisgram Grisgram released this 02 Sep 21:45
  • Some scripts have better (colored) error messages and usage information
  • Better readable (colored) Finished and pull/push/merge messages for all scripts to allow better examination of the results in longer batch operations with multiple repositories

Release 2507.2

Choose a tag to compare

@Grisgram Grisgram released this 16 Jul 09:46
  • push is now aware of # as first character of the commit message and will perform actions to assign the commit to a repository if applicable
  • tag now accepts -f or --force as last parameter to force tag-redirection to the current commit