File tree Expand file tree Collapse file tree 5 files changed +0
-34
lines changed
Expand file tree Collapse file tree 5 files changed +0
-34
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2018 The Rust Project Developers
2- //
3- // Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4- // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5- // http://opensource.org/licenses/MIT>, at your option. This file may not be
6- // copied, modified, or distributed except according to those terms.
7-
81use std:: env;
92
103fn main ( ) {
Original file line number Diff line number Diff line change 1- // Copyright 2018 The Rust Project Developers
2- //
3- // Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4- // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5- // http://opensource.org/licenses/MIT>, at your option. This file may not be
6- // copied, modified, or distributed except according to those terms.
7-
81//! Get git commits with help of the libgit2 library
92
103const RUST_SRC_URL : & str = "https://github.com/rust-lang/rust" ;
Original file line number Diff line number Diff line change 1- // Copyright 2018 The Rust Project Developers
2- //
3- // Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4- // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5- // http://opensource.org/licenses/MIT>, at your option. This file may not be
6- // copied, modified, or distributed except according to those terms.
7-
81use std:: collections:: BTreeMap ;
92use std:: fmt;
103
Original file line number Diff line number Diff line change 1- // Copyright 2018 The Rust Project Developers
2- //
3- // Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4- // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5- // http://opensource.org/licenses/MIT>, at your option. This file may not be
6- // copied, modified, or distributed except according to those terms.
7-
81use std:: env;
92use std:: ffi:: OsString ;
103use std:: fmt;
Original file line number Diff line number Diff line change 1- // Copyright 2018 The Rust Project Developers
2- //
3- // Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4- // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5- // http://opensource.org/licenses/MIT>, at your option. This file may not be
6- // copied, modified, or distributed except according to those terms.
71use std:: fmt;
82use std:: fs;
93use std:: io:: { self , Read , Write } ;
You can’t perform that action at this time.
0 commit comments