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