> On 28 Feb 2018, at 12:32 , Peter Uhnák <i.uh...@gmail.com> wrote:
> 
> I'm using the following
> 
> | repo |
> repo := IceRepository registry detect: [ :each | each name = 'my-repo' ].
> repo addFilesToIndex: {'CHANGELOG.md'}.
> 
> so then the iceberg commit will also include the (external) file change
> 

Thank you!  And it turns out that if the file is unchanged, then adding it to 
the index has no effect, so I can skip that step.

Have you hooked the above code into Iceberg, or do you run it manually?

        Andrew



Reply via email to