# # rename_file "git.cc" # to "git_import.cc" # # rename_file "git.hh" # to "git_import.hh" # # patch "Makefile.am" # from [24b8eb6a058693b5909778e7c76a893a939558b3] # to [a29213bdecb6d15a331d45abb2cb78babe939a1c] # # patch "commands.cc" # from [8e2b774d0b6fcfa59439870cff939977233e1dd0] # to [a6c8ed900d9b122032b6f93275a80c2c5f750c58] # # patch "git_export.cc" # from [3c98d7e055e8e68ff0360eddcae14936107dcba3] # to [58eadfc3146ebc1eb135e35bd9a7e710068a3746] # # patch "git_import.cc" # from [90ca860d7d5058c03d86ce8b26e28cba87a54a7f] # to [4d5060ff9d4e757b430bc586191bd98af333674f] # ======================================================================== --- Makefile.am 24b8eb6a058693b5909778e7c76a893a939558b3 +++ Makefile.am a29213bdecb6d15a331d45abb2cb78babe939a1c @@ -29,7 +29,7 @@ mkstemp.cc mkstemp.hh \ lcs.cc lcs.hh \ rcs_import.cc rcs_import.hh \ - git.cc git.hh \ + git_import.cc git_import.hh \ git_export.cc git_export.hh \ revision.cc revision.hh \ change_set.cc change_set.hh \ ======================================================================== --- commands.cc 8e2b774d0b6fcfa59439870cff939977233e1dd0 +++ commands.cc a6c8ed900d9b122032b6f93275a80c2c5f750c58 @@ -28,7 +28,7 @@ #include "database_check.hh" #include "diff_patch.hh" #include "file_io.hh" -#include "git.hh" +#include "git_import.hh" #include "git_export.hh" #include "keys.hh" #include "manifest.hh" ======================================================================== --- git_export.cc 3c98d7e055e8e68ff0360eddcae14936107dcba3 +++ git_export.cc 58eadfc3146ebc1eb135e35bd9a7e710068a3746 @@ -46,7 +46,7 @@ #include "constants.hh" #include "database.hh" #include "file_io.hh" -#include "git.hh" +#include "git_export.hh" #include "keys.hh" #include "manifest.hh" #include "mkstemp.hh" ======================================================================== --- git_import.cc 90ca860d7d5058c03d86ce8b26e28cba87a54a7f +++ git_import.cc 4d5060ff9d4e757b430bc586191bd98af333674f @@ -47,7 +47,7 @@ #include "constants.hh" #include "database.hh" #include "file_io.hh" -#include "git.hh" +#include "git_import.hh" #include "keys.hh" #include "manifest.hh" #include "mkstemp.hh"