summaryrefslogtreecommitdiff
path: root/guix/build/union.scm
AgeCommit message (Expand)Author
2019-01-09Remove most uses of the _IO*F constants.Ludovic Courtès
2018-05-17union: Do not warn about harmless collisions.Ludovic Courtès
2018-05-10profiles: Optionally use relative file names for symlink targets.Ludovic Courtès
2018-05-10union: Add 'relative-file-name'.Ludovic Courtès
2018-04-08union: Allow callers to choose the collision resolution policy.Ludovic Courtès
2018-03-31union: Slightly improve messages for file collisions.Ludovic Courtès
2018-02-15union: Wrap collisions with newlines.Oleg Pykhalov
2017-11-21union: Parametrize the symlink procedure .Ludovic Courtès
2017-05-18union: Gracefully handle dangling symlinks in the input.Ludovic Courtès
2017-03-26union: Add create-all-directories? parameter to 'union-build'.Huang Ying
2016-05-23union: Compare inode numbers in 'file=?'.Ludovic Courtès
2014-04-03union: Ensure that the output is always a directory.Mark H Weaver
2014-04-02union: Rewrite to be faster; handle symlink/directory conflicts.Mark H Weaver
2014-02-10union: Do not compare directories upon collision.Ludovic Courtès
2013-10-31union: Do not warn when identical files collide.Ludovic Courtès
2013-10-30union: Make the log port a parameter.Ludovic Courtès
2013-09-02union: Don't traverse sub-directories only found in one element of the union.Ludovic Courtès
2013-02-06union: Don't warn when colliding leaves point to the same file.Ludovic Courtès
2013-02-06union: Delete duplicates when passed the same input several times.Ludovic Courtès
2013-01-11Merge branch 'core-updates'Ludovic Courtès
2013-01-09union: Detect collisions, and delete duplicate leaves.Ludovic Courtès
2013-01-05Update license headers of builder-side code.Ludovic Courtès
2012-10-29Add (guix build union).Ludovic Courtès