[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 0458c6: make updateSCCSVersions work in more situations

GitHub noreply at github.com
Tue Feb 6 09:10:30 UTC 2018


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 0458c6a92651fc8d0bf86158a0407f87470ade50
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/0458c6a92651fc8d0bf86158a0407f87470ade50
  Author: Jakob Reschke <j4yk at users.noreply.github.com>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M scripts/updateSCCSVersions

  Log Message:
  -----------
  make updateSCCSVersions work in more situations

- allow spaces in paths (added quotes)
- support cases where the repository is not in a .git directory at the top of the working tree
- do not hardcode the directory level of this script
- avoid stashing the whole working tree when only two well-known files need to be updated
- touch should suffice to make a file different from its index version


  Commit: 12b7998387604635b591bd177ddce471fa0a6920
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/12b7998387604635b591bd177ddce471fa0a6920
  Author: Fabio Niephaus <code at fniephaus.com>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M scripts/updateSCCSVersions

  Log Message:
  -----------
  Merge pull request #213 from j4yk/patch-1

Make updateSCCSVersions work in more situations


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/d77280d1e9d4...12b799838760


More information about the Vm-dev mailing list