2022-02-04 06:21 | simplify object retrieval | Nihal Jere | 1 | +7 | -35 |
2022-01-12 03:01 | clarify what some commands do | Nihal Jere | 1 | +3 | -1 |
2022-01-12 02:12 | perform `git reset --hard HEAD` and warn changes will be lost | Nihal Jere | 2 | +13 | -2 |
2022-01-11 21:32 | add README with usage and license | Nihal Jere | 2 | +56 | -0 |
2022-01-11 17:58 | make comments clearer | Nihal Jere | 1 | +3 | -2 |
2022-01-11 17:45 | check if object is already in parent repository before copying | Nihal Jere | 1 | +4 | -1 |
2021-12-12 20:18 | handle submodules properly and add explanatory comments | Nihal Jere | 1 | +7 | -0 |
2021-11-26 18:09 | handle merge commits properly | Nihal Jere | 1 | +2 | -2 |
2021-11-26 04:19 | don't exit on git-commit failure | Nihal Jere | 1 | +1 | -1 |
2021-11-26 04:18 | check for null hash, newline on printf | Nihal Jere | 1 | +2 | -1 |
2021-11-26 03:49 | use diff-tree instead of ls-tree | Nihal Jere | 1 | +6 | -10 |
2021-11-26 02:43 | optimize a bit | Nihal Jere | 1 | +5 | -3 |
2021-11-26 02:43 | add progress | Nihal Jere | 1 | +6 | -0 |
2021-11-26 01:43 | use git-rm and git-read-tree so that deleted files are handled | Nihal Jere | 1 | +5 | -2 |
2021-11-25 23:53 | do not add directories to index | Nihal Jere | 1 | +1 | -2 |
2021-11-25 05:58 | initial commit | Nihal Jere | 1 | +35 | -0 |