Searched refs:commit (Results 1 – 5 of 5) sorted by relevance
14 {% for commit in commits %}15 - {% if commit.scope -%}{{ commit.scope | upper_first }}: {% endif %}16 {%- if commit.breaking %}[**breaking**] {% endif %}17 {{- commit.message }}18 {%- if commit.links %} ([{{ commit.links.1.text }}]({{ commit.links.1.href }})){% endif -%}
26 based on `libc-0.2` and running `git cherry-pick -xe commit-sha-on-main`29 `git` will automatically add the "cherry picked from commit" note, but try to33 # ... original commit message ...36 (cherry picked from commit 104b6a4ae31c726814c36318dc718470cc96e167) # added by git87 ## Test before you commit
343 - Apple: deprecate `iconv_open` <https://github.com/rust-lang/libc/commit/25e022a22eca3634166ef472b…352 - Drop the `libc_align` conditional <https://github.com/rust-lang/libc/commit/b5b553d0ee7de0d478143…354 - Drop the `libc_const_size_of` conditional <https://github.com/rust-lang/libc/commit/5a43dd2754366…359 - Drop the `libc_priv_mod_use` conditional <https://github.com/rust-lang/libc/commit/19c59376d11b01…360 - Drop the `libc_union` conditional <https://github.com/rust-lang/libc/commit/b9e4d8012f612dfe24147…365 - Fix a few other array size hacks <https://github.com/rust-lang/libc/commit/d63be8b69b0736753213f5…372 - Remove array size hacks for Rust < 1.47 <https://github.com/rust-lang/libc/commit/27ee6fe02ca0848…373 - Remove repetitive words <https://github.com/rust-lang/libc/commit/77de375891285e18a81616f7dceda6d…400 - Drop the `libc_const_extern_fn` conditional <https://github.com/rust-lang/libc/commit/674cc1f47f6…401 - Drop the `libc_underscore_const_names` conditional <https://github.com/rust-lang/libc/commit/f0fe…
180 commit
520 pub fn commit(fd: c_int) -> c_int; in commit() function