forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Commit3480201
committed
Added debug code to keep lines fed into progress handler and the contents of FETCH_HEAD.
This data will be written into the git-repository itself, prefixed with thenumber of the operation.Thus, a test-run with exactly one fetch operation would look like this afterwards:ls -l .gittotal 96-----> -rw-r--r-- 1 byron staff 141B Jan 16 11:54 000_debug_git-python_FETCH_HEAD <----------> -rw-r--r-- 1 byron staff 180B Jan 16 11:54 000_debug_git-python_stderr <------rw-r--r-- 1 byron staff 487B Jan 16 11:54 FETCH_HEAD-rw-r--r-- 1 byron staff 22B Jan 16 11:54 HEAD-rw-r--r-- 1 byron staff 41B Jan 16 11:54 ORIG_HEADdrwxr-xr-x 2 byron staff 68B Jan 16 11:54 branches/-rw-r--r-- 1 byron staff 560B Jan 16 11:54 config-rw-r--r-- 1 byron staff 73B Jan 16 11:54 descriptiondrwxr-xr-x 11 byron staff 374B Jan 16 11:54 hooks/-rw-r--r-- 1 byron staff 13K Jan 16 11:54 indexdrwxr-xr-x 3 byron staff 102B Jan 16 11:54 info/drwxr-xr-x 4 byron staff 136B Jan 16 11:54 logs/drwxr-xr-x 12 byron staff 408B Jan 16 11:54 objects/-rw-r--r-- 1 byron staff 1.2K Jan 16 11:54 packed-refsdrwxr-xr-x 5 byron staff 170B Jan 16 11:54 refs/[ci skip]1 parenta9a5414 commit3480201
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| 351 | + | |
351 | 352 | | |
352 | 353 | | |
353 | 354 | | |
| |||
523 | 524 | | |
524 | 525 | | |
525 | 526 | | |
| 527 | + | |
526 | 528 | | |
| 529 | + | |
527 | 530 | | |
528 | 531 | | |
529 | 532 | | |
| |||
539 | 542 | | |
540 | 543 | | |
541 | 544 | | |
| 545 | + | |
542 | 546 | | |
543 | 547 | | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
544 | 551 | | |
545 | 552 | | |
546 | 553 | | |
| |||
0 commit comments
Comments
(0)