Skip to content
Snippets Groups Projects
  1. Oct 20, 2021
  2. Feb 23, 2021
  3. Dec 17, 2018
  4. Oct 05, 2018
  5. Sep 22, 2018
  6. Feb 06, 2018
  7. Feb 22, 2017
  8. Feb 13, 2017
  9. May 12, 2016
  10. Oct 27, 2015
  11. Sep 28, 2015
  12. Sep 25, 2015
  13. Sep 24, 2015
  14. Sep 14, 2015
  15. Sep 08, 2015
  16. Sep 07, 2015
  17. Sep 04, 2015
  18. Aug 31, 2015
  19. Aug 14, 2015
  20. Aug 12, 2015
  21. Jul 22, 2015
  22. Jul 21, 2015
  23. Jun 18, 2015
  24. Jun 15, 2015
  25. Jun 12, 2015
    • Antoine R. Dumont's avatar
      Update on log normalization · 01863545
      Antoine R. Dumont authored
      Activating the debug mode (flag `-v` or `--verbose` will log more information in the following format:
      <action-verb> <nature-object> <sha1-name-or-path>
      
      where:
      <action-verb>
      - walk       walk a tree or a reference
      - skip       skip an already saved/visited object or unknown object (e.g. commit submodule)
      - store      save an object in db (file or object) and content (file or object) storage
      - initialize Initialize the db
      - clean      Clean the db's data
      
      <nature-object>
      - tree
      - commit
      - blob
      - reference
      - submodule-commit A commit from a submodule
      - unknown-action   An unknown action from swhgitloader's cli
      
      <sha1-name-or-path>
      - sha1 git or swh's sha1
      - name object name
      - path object's content storage path
      01863545
    • Antoine R. Dumont's avatar
      Log `normalization` · 2754ab61
      Antoine R. Dumont authored
      Activating the debug mode (flag `-v` or `--verbose` will log more information in the following format:
      <action-verb> <nature-object> <sha1-name-or-path>
      
      where:
      <action-verb>
      - walk       walk a tree
      - skip       skip an already saved/visited object or unknown object (e.g. commit submodule)
      - store      save an object in db (file or object) and content (file or object) storage
      - inject     serialize on disk an object
      - initialize Initialize the db
      - clean      Clean the db's data
      
      <nature-object>
      - tree
      - commit
      - blob
      - reference
      - submodule-commit A commit from a submodule
      
      <sha1-name-or-path>
      - sha1 git or swh's sha1
      - name object name
      - path object's content storage path
      2754ab61
    • Antoine R. Dumont's avatar
      Add readme in markdown · 1023688e
      Antoine R. Dumont authored
      1023688e
    • Antoine R. Dumont's avatar
      2c752d68
  26. Jun 11, 2015
Loading