Skip to content

Commit ba2b5e6

Browse files
committed
---
yaml --- r: 36072 b: refs/heads/try2 c: 2985b8e h: refs/heads/master v: v3
1 parent e9669fe commit ba2b5e6

Some content is hidden

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

48 files changed

+646
-919
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: ce1466fbe5304cf50a159efdaa076495b1ccec70
8+
refs/heads/try2: 2985b8e55283ec14548f35f9057a0305e0b84618
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
1010
refs/heads/dist-snap: 22efa39382d41b084fde1719df7ae8ce5697d8c9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/AUTHORS.txt

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

branches/try2/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 'if test -e .gitmodules; then git submodule sync; fi'
598+
"${CFG_GIT}" submodule --quiet foreach --recursive git submodule sync
599599
need_ok "git failed"
600600

601601
msg "git: submodule foreach update"

branches/try2/doc/rust.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,6 +2475,7 @@ 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-
24782479

24792480

24802481
### Structure types

0 commit comments

Comments
 (0)