Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.4.0
# gert 2.4.0

- Linux: default to system libgit2 on Ubuntu 24 and up.
- Add `git_config_global_unset()` and `git_config_unset()` (@iofarm, #273)
Expand All @@ -16,12 +16,12 @@
- new function `git_branch_switch()`, an alias to `git_branch_checkout()` (#254)
- Add argument `depth` in `git_clone()` (#281, @etiennebacher).

# 2.3.1
# gert 2.3.1

- git_stat_files() gains a 'max' parameter
- Fix function declaration error

# 2.3.0
# gert 2.3.0

- Add git_worktree() family of functions (#252)
- Reformat code with air
Expand Down
Loading