Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jan 6, 2025
1 parent 32af23d commit 122fe94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ public function handle_push_request($request_bytes, ResponseWriter $response) {
$response->send_header('Cache-Control', 'no-cache');

$old_oid = $parsed['old_oid'];
// @TODO: Verify the old_oid is the ref_name tip
$new_oid = $parsed['new_oid'];
$ref_name = $parsed['ref_name'];

Expand Down

0 comments on commit 122fe94

Please sign in to comment.