Skip to content

Commit 9c943d5

Browse files
committed
---
yaml --- r: 37351 b: refs/heads/try c: b2af873 h: refs/heads/master i: 37349: 49d7f05 37347: 0e64933 37343: 6250fc9 v: v3
1 parent b7696d0 commit 9c943d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+921
-610
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: ed447a744717faf1ef83869851003ccb93a1591b
5+
refs/heads/try: b2af873b762e5241ff7ad6a4c07f2e9198ef747d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Erick Tryzelaar <[email protected]>
4141
Erik Rose <[email protected]>
4242
Evan McClanahan <[email protected]>
4343
Francisco Souza <[email protected]>
44+
4445
Gareth Daniel Smith <[email protected]>
4546
Glenn Willen <[email protected]>
4647
Gonçalo Cabrita <[email protected]>

branches/try/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ then
595595
need_ok "git failed"
596596

597597
msg "git: submodule foreach sync"
598-
"${CFG_GIT}" submodule --quiet foreach --recursive git submodule sync
598+
"${CFG_GIT}" submodule --quiet foreach --recursive 'if test -e .gitmodules; then git submodule sync; fi'
599599
need_ok "git failed"
600600

601601
msg "git: submodule foreach update"

branches/try/doc/rust.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2475,7 +2475,6 @@ assert (i == 3);
24752475
~~~~
24762476

24772477
All accessible elements of a vector are always initialized, and access to a vector is always bounds-checked.
2478-
In the case of a definite-
24792478

24802479

24812480
### Structure types

0 commit comments

Comments
 (0)