git-submodule-integrate

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/git-submodule-integrate
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-02-04 06:21simplify object retrievalNihal Jere1+7-35
2022-01-12 03:01clarify what some commands doNihal Jere1+3-1
2022-01-12 02:12perform `git reset --hard HEAD` and warn changes will be lostNihal Jere2+13-2
2022-01-11 21:32add README with usage and licenseNihal Jere2+56-0
2022-01-11 17:58make comments clearerNihal Jere1+3-2
2022-01-11 17:45check if object is already in parent repository before copyingNihal Jere1+4-1
2021-12-12 20:18handle submodules properly and add explanatory commentsNihal Jere1+7-0
2021-11-26 18:09handle merge commits properlyNihal Jere1+2-2
2021-11-26 04:19don't exit on git-commit failureNihal Jere1+1-1
2021-11-26 04:18check for null hash, newline on printfNihal Jere1+2-1
2021-11-26 03:49use diff-tree instead of ls-treeNihal Jere1+6-10
2021-11-26 02:43optimize a bitNihal Jere1+5-3
2021-11-26 02:43add progressNihal Jere1+6-0
2021-11-26 01:43use git-rm and git-read-tree so that deleted files are handledNihal Jere1+5-2
2021-11-25 23:53do not add directories to indexNihal Jere1+1-2
2021-11-25 05:58initial commitNihal Jere1+35-0