kicad/common/git
Wayne Stambaugh 795a9eea60 Coding policy fixes.
This is primarily to change all instances of wxLogDebug with wxLogTrace
so developers do not have to sift through debugging output that is always
dumped.  The only exception is for code blocks built in debug builds and
called on demand for dumping object states.
2024-05-23 07:59:45 -04:00
..
git_add_to_index_handler.cpp Coverity fixes 2023-10-21 17:31:58 +02:00
git_add_to_index_handler.h
git_clone_handler.cpp Cleanup libgit init calls 2024-05-06 10:18:38 -07:00
git_clone_handler.h
git_commit_handler.cpp
git_commit_handler.h
git_compare_handler.cpp
git_compare_handler.h
git_progress.h
git_pull_handler.cpp Cleanup libgit init calls 2024-05-06 10:18:38 -07:00
git_pull_handler.h
git_push_handler.cpp Cleanup libgit init calls 2024-05-06 10:18:38 -07:00
git_push_handler.h
git_remove_from_index_handler.cpp
git_remove_from_index_handler.h
git_remove_vcs_handler.cpp
git_remove_vcs_handler.h
git_resolve_conflict_handler.cpp
git_resolve_conflict_handler.h
git_revert_handler.cpp Coding policy fixes. 2024-05-23 07:59:45 -04:00
git_revert_handler.h Can't use forward declare with std::vector 2024-04-13 08:22:20 -04:00
git_switch_branch_handler.cpp
git_switch_branch_handler.h
git_sync_handler.cpp
git_sync_handler.h
kicad_git_blob_reader.h
kicad_git_common.cpp Cleanup libgit init calls 2024-05-06 10:18:38 -07:00
kicad_git_common.h
kicad_git_compat.h Add libgit compatibility header 2023-10-21 00:55:57 +02:00
kicad_git_errors.cpp Hide unused variable warnings in git error strings 2023-12-24 01:22:21 +00:00
kicad_git_errors.h Properly cleanup git repos and memory on project/frame deletion 2024-04-01 21:59:50 +01:00