Skip to documentation
SLOP

tiny.sql.pushHistoryFastForward

Reference tiny.sql pushHistoryFastForward

Defined in sync.

Called byCallsrepositoryRepositorytest sourcelib.sql.src.synctest: sync fetch and push transfer on...test sourcelib.sql.src.synctest: sync push fast forwards remote ...syncpushFastForwardTosyncpushFastForward
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/sql/src/sync.zig:1390

zig
pub fn pushFastForward(allocator: Allocator, local: *const history_mod.History, remote: *history_mod.History, ref_name: []const u8) Error!Stats {    return try pushFastForwardTo(allocator, local, remote, ref_name, ref_name);}

Source: lib/sql/src/root.zig:148

zig
pub const pushHistoryFastForward = sync.pushFastForward;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433