tiny.sql.pushHistoryFileFastForward
Defined in sync.
Source
Source: lib/sql/src/sync.zig:1451
zig
pub fn pushFileFastForward(allocator: Allocator, local: *const history_mod.History, remote: FileRemote, ref_name: []const u8) Error!Stats { return try pushFileFastForwardTo(allocator, local, remote, ref_name, ref_name);}Source: lib/sql/src/root.zig:154
zig
pub const pushHistoryFileFastForward = sync.pushFileFastForward;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |