0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
travis: build for Go 1.5 as well More... over 9 years ago
repotool: adapt to new src API More... over 9 years ago
repotool-db: add some missing spaces in some log messages More... over 9 years ago
makefile: add package rule More... over 9 years ago
repotool-db: update version number and flag More... over 9 years ago
repotool: update version number and flag More... over 9 years ago
readme: update go get command description More... over 9 years ago
repo/git: numDeltas is only needed when using deltas More... over 9 years ago
repo: add function to check whether a commit is valid or not More... over 9 years ago
repotool-db: fatal exit if any insertion into the db fails More... over 9 years ago
repotool-db: log when starting to commit to db More... over 9 years ago
config: move tmp_dir* options to data section More... over 9 years ago
repotool-db: optimize insertions when inserting only commits More... over 9 years ago
repotool-db: use glog.Info() instead of fmt.Println() More... over 9 years ago
repotool-db: drop hash column from commits table More... over 9 years ago
repotool-db: use a hashmap to store repositories IDs More... over 9 years ago
Merge pull request #6 from DevMine/feature-split More... over 9 years ago
doc: update readme according to repotool/repotool-db split More... over 9 years ago
repotool: split into two binaries: one for json, the other for db insert More... over 9 years ago
repotool: add cpuprofile option for profiling More... over 9 years ago
repotool: move flags to var More... over 9 years ago
repotool: make sure to cleanup repo on errors More... over 9 years ago
db: store users in hashmap to avoid db queries More... over 9 years ago
db: use a transaction to insert commits and commit deltas More... over 9 years ago
doc: document tmp_dir_file_size_limit option More... over 9 years ago
repo: make use of tmp_dir_file_size_limit option More... over 9 years ago
config: add option to specify max size of file to process in tmp dir More... over 9 years ago
style: declare variables just before use More... over 9 years ago
doc: document tar support and tmp_dir variable on config file More... over 9 years ago
doc: specify that libgit2 is now a dependency More... over 9 years ago