1
0
Fork 0
mirror of https://github.com/vbatts/dedupe-linker.git synced 2024-09-27 12:24:01 +00:00
Commit graph

33 commits

Author SHA1 Message Date
ef98140425 *.go: ignoreSuffixes to not walk the basedir
and maybe to let the user specify paths too
2023-04-12 10:59:00 -04:00
2835d1a77d *.go: firm up whether it is the same file
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2023-04-11 14:31:28 -04:00
022dad64e7 main: simple Usage description and add a go modules file
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2023-04-11 14:14:54 -04:00
784424af92 readme: add a build status
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 11:47:06 -04:00
7271153d2a Merge pull request #2 from vbatts/findbase
base: much needed love
2016-09-13 11:43:52 -04:00
8b6015a474 base: ignore test for now
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 11:40:00 -04:00
ebef1270a3 base: env variable, not hard code
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 11:19:44 -04:00
6a4df87d10 main: go vet
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 11:12:42 -04:00
9a2f27d084 file: golint
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 11:10:24 -04:00
e9488b60ff cryptomap: discoverable mapping and defaults
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 11:10:24 -04:00
18ae791748 walker: golint
since this package was not even implemented yet, then make it not public

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 11:10:17 -04:00
7ea5cd6bc4 cryptomap: golint
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 10:40:39 -04:00
267c961503 base: golint
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 10:27:38 -04:00
7e2999aa4e main: minimize root path
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 10:03:42 -04:00
c67d7baba3 base: fix test, minimize base root path
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 10:03:42 -04:00
aa4b5f4c39 findbase: walk up tree to find a suitable base dir
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 10:03:42 -04:00
854f6bbccb Merge pull request #1 from vbatts/travis
travis: adding travis config
2016-09-13 09:59:57 -04:00
09be2aa888
travis: adding travis config
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-13 09:57:42 -04:00
e3900382c7
main: env variable for base directory
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-12 14:55:10 -04:00
d820978518
base: actually do the hardlink of dupes
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-08 14:13:53 -04:00
71720092db
*: fixup and go vet
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-08 10:48:40 -04:00
2dadf80440
README: adding README
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-08 10:41:01 -04:00
d002f3a816
LICENSE: add LICENSE
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-09-08 10:38:32 -04:00
9e4d10d2d5 *: general updates 2016-07-18 11:23:33 -04:00
afe6182084 skip test if noop 2014-10-14 23:28:37 -04:00
71419f8faa for the time being, no wait group. just channel 2014-10-14 23:17:20 -04:00
e6cc87db96 fixes 2014-10-14 17:07:13 -04:00
a023c98cd1 various changes 2014-10-14 16:54:28 -04:00
Vincent Batts
bd70060729 notes and base work 2014-09-17 09:21:56 -04:00
Vincent Batts
84c260c7f1 starting a notes file, for tracking items 2014-09-17 09:06:10 -04:00
Vincent Batts
aa6273d315 filling out base functionality 2014-09-16 17:12:52 -04:00
Vincent Batts
842fa03b61 reorg 2014-09-16 08:34:58 -04:00
Vincent Batts
0a054d3410 initial commit 2014-09-12 16:04:20 -04:00