Skip to content
Snippets Groups Projects
  1. Nov 27, 2024
  2. Nov 15, 2024
    • Anders Lindh Olsson's avatar
      Remove unused function · e7066785
      Anders Lindh Olsson authored
      e7066785
    • Anders Lindh Olsson's avatar
      E3-1720: Change submodule reset to silence error message · 4237fa36
      Anders Lindh Olsson authored
      The error messages
      
          error: could not lock config file .git/modules/foo/config: No such file or directory
          warning: Could not unset core.worktree setting in submodule \'foo\'
      
      can be seen for all non-local mode wrappers (source code as git
      submodule).
      
      This happens if doing a `git submodule deinit` before a submodule has
      been initialised. If a submodule has been initialised, but then is
      deinitialised twice, the second error message shown above is still
      displayed.
      
      This fixes the above cases by instead doing a forced recursive deletion
      of the submodule directory.
      4237fa36
  3. Aug 17, 2022
  4. May 30, 2022
  5. Nov 01, 2021
  6. Oct 25, 2021
  7. Jun 28, 2021
  8. Feb 24, 2021
  9. Aug 12, 2020
  10. Nov 28, 2018
  11. Apr 13, 2018
Loading