tiny.sql.pushHistoryFastForward
Defined in sync.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |