@@ -1496,32 +1496,6 @@ resource git_refdb_open(resource $repo)
1496
1496
1497
1497
void git_refdb_set_backend(resource $refdb,GitRefDBBackend $backend)
1498
1498
1499
- ----------------------------------------
1500
- [git_reflog]
1501
- ----------------------------------------
1502
-
1503
- void git_reflog_append(resource $reflog,string $id,resource $committer,?string $msg)
1504
-
1505
- void git_reflog_delete(resource $repo,string $name)
1506
-
1507
- bool git_reflog_drop(resource $reflog,int $idx,bool $rewrite_previous_entry)
1508
-
1509
- array git_reflog_entry_byindex(resource $reflog,int $idx)
1510
-
1511
- Returns a git_reflog_entry array
1512
-
1513
- int git_reflog_entrycount(resource $reflog)
1514
-
1515
- void git_reflog_free(resource $reflog)
1516
-
1517
- resource git_reflog_read(resource $repo,string $name)
1518
-
1519
- Returns git_reflog resource
1520
-
1521
- void git_reflog_rename(resource $repo,string $old_name,string $name)
1522
-
1523
- void git_reflog_write(resource $reflog)
1524
-
1525
1499
----------------------------------------
1526
1500
[git_reference]
1527
1501
----------------------------------------
@@ -1656,6 +1630,54 @@ resource git_reference_symbolic_set_target(resource $ref,string $target,string $
1656
1630
1657
1631
int git_reference_type(resource $ref)
1658
1632
1633
+ ----------------------------------------
1634
+ [git_reflog]
1635
+ ----------------------------------------
1636
+
1637
+ void git_reflog_append(resource $reflog,string $id,resource $committer,?string $msg)
1638
+
1639
+ void git_reflog_delete(resource $repo,string $name)
1640
+
1641
+ bool git_reflog_drop(resource $reflog,int $idx,bool $rewrite_previous_entry)
1642
+
1643
+ array git_reflog_entry_byindex(resource $reflog,int $idx)
1644
+
1645
+ Returns a git_reflog_entry array
1646
+
1647
+ int git_reflog_entrycount(resource $reflog)
1648
+
1649
+ void git_reflog_free(resource $reflog)
1650
+
1651
+ resource git_reflog_read(resource $repo,string $name)
1652
+
1653
+ Returns git_reflog resource
1654
+
1655
+ void git_reflog_rename(resource $repo,string $old_name,string $name)
1656
+
1657
+ void git_reflog_write(resource $reflog)
1658
+
1659
+ ----------------------------------------
1660
+ [git_refspec]
1661
+ ----------------------------------------
1662
+
1663
+ int git_refspec_direction(resource $refspec)
1664
+
1665
+ string git_refspec_dst(resource $refspec)
1666
+
1667
+ bool git_refspec_dst_matches(resource $refspec,string $refname)
1668
+
1669
+ bool git_refspec_force(resource $refspec)
1670
+
1671
+ string git_refspec_rtransform(resource $refspec,string $name)
1672
+
1673
+ string git_refspec_src(resource $refspec)
1674
+
1675
+ bool git_refspec_src_matches(resource $refspec,string $refname)
1676
+
1677
+ string git_refspec_string(resource $refspec)
1678
+
1679
+ string git_refspec_transform(resource $refspec,string $name)
1680
+
1659
1681
----------------------------------------
1660
1682
[git_repository]
1661
1683
----------------------------------------
@@ -2411,46 +2433,6 @@ git_remote_url(resource)
2411
2433
2412
2434
Returns string
2413
2435
2414
- ----------------------------------------
2415
- [git_refspec]
2416
- ----------------------------------------
2417
-
2418
- git_refspec_direction(resource)
2419
-
2420
- Returns int
2421
-
2422
- git_refspec_dst(resource)
2423
-
2424
- Returns string
2425
-
2426
- git_refspec_dst_matches(resource,string)
2427
-
2428
- Returns bool
2429
-
2430
- git_refspec_force(resource)
2431
-
2432
- Returns bool
2433
-
2434
- git_refspec_rtransform(resource,string)
2435
-
2436
- Returns string
2437
-
2438
- git_refspec_src(resource)
2439
-
2440
- Returns string
2441
-
2442
- git_refspec_src_matches(resource,string)
2443
-
2444
- Returns bool
2445
-
2446
- git_refspec_string(resource)
2447
-
2448
- Returns string
2449
-
2450
- git_refspec_transform(resource,string)
2451
-
2452
- Returns string
2453
-
2454
2436
----------------------------------------
2455
2437
[git_submodule]
2456
2438
----------------------------------------
0 commit comments