Changes between Initial Version and Version 1 of old-branch
- Timestamp:
- 07/17/2023 10:40:43 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
old-branch
v1 v1 1 Some old Git branches are hidden. If you want to fetch them, add the following section into the `.git/config` file of your `lfs.git` clone: 2 3 {{{ 4 [remote "old"] 5 url = https://git.linuxfromscratch.org/lfs.git 6 fetch = +refs/old/heads/*:refs/remotes/old/* 7 }}} 8 9 Then run `git fetch old`. 10 11 These branches are: 12 13 {{{ 14 6.1-pre1 15 6.1-pre2 16 6.1-testrelease 17 6.1.1-pre1 18 6.1.1-pre2 19 6.1.1-rc1 20 6.1.1@7197 21 6.2-new 22 6.2-pre1 23 6.2-pre2 24 6.2-pre3 25 6.3-8326 26 6.3-rc1 27 6.3-rc2 28 6.5-rc1 29 6.5-rc2 30 6.6-rc1 31 6.6-rc2 32 6.7-rc1 33 6.8-rc1 34 7.0-rc1 35 7.0-rc2 36 7.1-rc1 37 7.10 38 7.10-rc1 39 7.2-rc1 40 7.3-rc1 41 7.4-rc1 42 7.4-rc2 43 7.5-SYSTEMD-rc1 44 7.5-rc1 45 7.5-systemd-rc1 46 7.6-rc1 47 7.6-systemd-rc1 48 7.6-systemd-rc2 49 7.7-rc1 50 7.7-systemd-rc1 51 7.8-rc1 52 7.9-rc1 53 7.9-rc2 54 7.9-systemd-rc1 55 7.9-systemd-rc2 56 8.0-rc1 57 8.1-rc1 58 8.1-rc2 59 8.2-rc1 60 8.3-rc1 61 8.3-rc2 62 8.4-rc1 63 9.0-rc1 64 9.1-rc1 65 BOOK.old 66 LFS-RNG 67 LFS7POC 68 alphabetical 69 b5_0 70 b5_1 71 branch_point_5_1 72 branch_point_6_0 73 cross-chap5 74 gcc4 75 hybrid 76 jh 77 lfs-6.2-pre3 78 mod_xslt_branch 79 multi-arch 80 multilib-before-cross 81 nosym 82 old-trunk 83 oldtestingasof20050219 84 oldtrunkasof20050219 85 oldxml_b_5_1 86 oldxml_bp_5_1 87 systemd 88 test 89 udev_update 90 v3_0-rc1 91 v3_2-rc1 92 v3_2-rc2 93 v4_0rc1 94 v5_0-pre1 95 v5_0-pre2 96 v5_0-pre3 97 v5_1-pre2 98 x86_64-POC 99 gcc-4.0 100 }}}