Tags give the ability to mark specific points in history as being important
  • 0.1
  • imported_from_kiwix
    Imported code.
    
    All the code older from this point is imported from the kiwix repository (https://github.com/kiwix/kiwix).
    
    The new history has be created using filter-branch commands:
    
    git filter-branch --prune-empty --index-filter 'git ls-files -z | egrep -zv  "^(src|static)" | xargs -0 -r git rm --cached -q' -- --all
    git filter-branch -f --prune-empty --index-filter 'git rm --cached -r --ignore-unmatch src/sugar src/dependencies src/components */Makefile.am */Makefile.msvc' -- --all
    git filter-branch -f --prune-empty --index-filter 'git ls-files -z | egrep -zv  "^(src/common|static)" | xargs -0 -r git rm --cached -q' -- --all
    
    At this time, master was e3c00e0