1. 04 6月, 2020 1 次提交
  2. 25 2月, 2020 1 次提交
  3. 25 10月, 2019 2 次提交
  4. 21 10月, 2019 2 次提交
  5. 15 10月, 2019 1 次提交
  6. 19 9月, 2019 1 次提交
  7. 21 8月, 2019 3 次提交
  8. 04 3月, 2019 1 次提交
  9. 03 1月, 2019 1 次提交
  10. 06 12月, 2018 1 次提交
  11. 24 9月, 2018 1 次提交
  12. 20 9月, 2018 2 次提交
  13. 28 8月, 2018 1 次提交
  14. 06 6月, 2018 1 次提交
  15. 03 11月, 2017 1 次提交
    • A
      Remove backslash alignment attempts · 3e7db8d3
      Andrea Bolognani 提交于
      Right-aligning backslashes when defining macros or using complex
      commands in Makefiles looks cute, but as soon as any changes is
      required to the code you end up with either distractingly broken
      alignment or unnecessarily big diffs where most of the changes
      are just pushing all backslashes a few characters to one side.
      
      Generated using
      
        $ git grep -El '[[:blank:]][[:blank:]]\\$' | \
          grep -E '*\.([chx]|am|mk)$$' | \
          while read f; do \
            sed -Ei 's/[[:blank:]]*[[:blank:]]\\$/ \\/g' "$f"; \
          done
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      3e7db8d3
  16. 18 10月, 2017 2 次提交
  17. 28 8月, 2017 1 次提交
  18. 17 8月, 2017 2 次提交
  19. 14 8月, 2017 2 次提交
  20. 06 12月, 2016 1 次提交
    • M
      util: Introduce virFileRewriteStr · b9b664c5
      Michal Privoznik 提交于
      There are couple of places where we have a string and want to
      save it to a file. Atomically. In all those places we use
      virFileRewrite() but also implement the very same callback which
      takes the string and write it into temp file. This makes no
      sense. Unify the callbacks and move them to one place.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      b9b664c5
  21. 24 11月, 2016 1 次提交
  22. 20 10月, 2016 1 次提交
  23. 02 7月, 2016 1 次提交
  24. 08 6月, 2016 4 次提交
  25. 15 1月, 2015 1 次提交
  26. 05 12月, 2014 1 次提交
  27. 15 11月, 2014 1 次提交
  28. 18 9月, 2014 1 次提交
  29. 15 9月, 2014 1 次提交