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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 0458c6a92651fc8d0bf86158a0407f87470ade50
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/0458c6a92651fc8d0bf86158a0407f87470ade50
  Author: Jakob Reschke <[hidden email]>
  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 <[hidden email]>
  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