List of commits:
Subject Hash Author Date (UTC)
Fix a little problem with the man page. 1305ac52823f0206b98181c6435049f339be9c53 Catalin(ux) M. BOIE 2013-02-18 19:55:43
Lots of stuff 9c43842ac36feff6b29cb20a95ad4510a23bf472 Catalin(ux) M. BOIE 2012-07-20 15:43:51
Cosmetic + man a53df11bfc30c152c9f61fdb1bcc69dc6ec20765 Catalin(ux) M. BOIE 2012-06-24 12:11:17
First working version\! 27bd1bf47c9fb707760d84ea3cf4241083fa283d Catalin(ux) M. BOIE 2012-06-22 21:10:30
Several fixes 2909b1ba2e99929e775ddfea5f4894c50694a638 Catalin(ux) M. BOIE 2012-06-19 13:08:50
First version 3d7935d9b8a91694fe8213998ce4d3910348d6ef Catalin(ux) M. BOIE 2012-05-06 19:40:40
Commit 1305ac52823f0206b98181c6435049f339be9c53 - Fix a little problem with the man page.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2013-02-18 19:55
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2013-02-18 19:55
Parent(s): 9c43842ac36feff6b29cb20a95ad4510a23bf472
Signing key:
Tree: aa6c24a53d73405ade46a599d76970056859fdb8
File Lines added Lines deleted
TODO 1 1
dupdump.1 1 1
File TODO changed (mode: 100644) (index fee0bc8..6f28ebb)
17 17 Maybe also for files Maybe also for files
18 18
19 19
20 [ ] Use a cache, specified by command line.
20 [ ] Use a cache, specified by command line. Use inode and mtime for key?
21 21 [ ] [ ]
File dupdump.1 changed (mode: 100644) (index e7aed35..6b31415)
... ... matches.
20 20 .SH OPTIONS .SH OPTIONS
21 21 .TP .TP
22 22 .B -z --zero .B -z --zero
23 use \0 as fields and records separator instead of \\t and \\n
23 use \\0 as fields and records separator instead of \\t and \\n
24 24 .TP .TP
25 25 .B -i --min-size .B -i --min-size
26 26 do not dump files under specified size. Still, they are taken into account do not dump files under specified size. Still, they are taken into account
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/dupdump

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/dupdump

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/dupdump

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main