forgejo/services/repository/files
wxiaoguang dcd9fc7ee8
Refactor git command arguments and make all arguments to be safe to be used ()
Follow 

Make all git command arguments strictly safe. Most changes are one-to-one replacing, keep all existing logic.
2022-10-23 22:44:45 +08:00
..
cherry_pick.go Allow API to create file on empty repo () 2022-03-28 21:48:41 +02:00
commit.go Move some code into models/git () 2022-06-12 23:51:54 +08:00
content.go Add latest commit's SHA to content response () 2022-07-30 16:09:04 +08:00
content_test.go Add latest commit's SHA to content response () 2022-07-30 16:09:04 +08:00
delete.go Allow API to create file on empty repo () 2022-03-28 21:48:41 +02:00
diff.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
diff_test.go Calculate filename hash only once () 2022-05-09 00:29:50 +02:00
file.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
file_test.go Add latest commit's SHA to content response () 2022-07-30 16:09:04 +08:00
patch.go Refactor git command arguments and make all arguments to be safe to be used () 2022-10-23 22:44:45 +08:00
temp_repo.go Refactor git command arguments and make all arguments to be safe to be used () 2022-10-23 22:44:45 +08:00
tree.go Refactor parseTreeEntries, speed up tree list () 2022-10-08 01:20:53 +08:00
tree_test.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
update.go Refactor git command arguments and make all arguments to be safe to be used () 2022-10-23 22:44:45 +08:00
upload.go Refactor git command arguments and make all arguments to be safe to be used () 2022-10-23 22:44:45 +08:00