This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Commit 62f35ce
committed
bundles: fetch changes before building incremental bundle
Add an invocation of 'git fetch' to 'bundles.CreateIncrementalBundle()'
before running 'git bundle' to ensure that the latest updates to the
repository are captured in the bundle. If this is not done, the repository
will never see any updates, and will never create an incremental bundle.
Signed-off-by: Victoria Dye <vdye@github.com>1 parent 2bd126d commit 62f35ce
2 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
363 | 369 | | |
364 | 370 | | |
365 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
0 commit comments