COMMITS
/ crates/git/Cargo.toml March 17, 2025
J
Move buffer diff storage from `BufferStore` to `GitStore` (#26795)
João Marcos committed
March 6, 2025
C
Git askpass (#25953)
Conrad Irwin committed
March 3, 2025
M
Add user-visible output for remote operations (#25849)
Mikayla Maki committed
February 24, 2025
M
Git push/pull/fetch (#25445)
Mikayla Maki committed
February 7, 2025
M
Sort `Cargo.toml`s (#24417)
Marshall Bowers committed
January 28, 2025
M
Fix unnecessarily large edits emitted from multi buffer on diff recalculation (#23753)
Max Brunsfeld committed
January 17, 2025
P
chore: Use workspace fields for edition and publish (#23291)
Piotr Osiewicz committed
December 5, 2024
N
Detect wider variety of usernames for SSH-based remotes (#21508)
Nick Breaton committed
December 4, 2024
M
November 21, 2024
张
windows: Set `CREATE_NO_WINDOW` for commands (#18447)
张小白 committed
August 20, 2024
S
Replace `lazy_static` with `std::sync::LazyLock` (#16066)
Sinan Gençoğlu committed
July 23, 2024
M
Update http crate name (#15041)
Mikayla Maki committed
May 10, 2024
C
Extract `http` from `util` (#11680)
Conrad Irwin committed
May 7, 2024
M
Remove windows dependency from all non-windows platforms (#11510)
Mikayla Maki committed
M
Add a registry for `GitHostingProvider`s (#11470)
Marshall Bowers committed
May 6, 2024
M
Refactor Git hosting providers (#11457)
Marshall Bowers committed
April 19, 2024
T
Add pull requests to git blame tooltip (#10784)
Thorsten Ball committed
T
git blame: Display GitHub avatars in blame tooltips, if available (#10767)
Thorsten Ball committed
P
fs: Move Repository trait into git crate (#10768)
Piotr Osiewicz committed
P
chore: Revert accidental pushes to main (#10769)
Piotr Osiewicz committed
P
fixup! Always provide default task context (#10764)
Piotr Osiewicz committed
April 18, 2024
J
Prevent command prompt from opening when running git blame on windows (#10747)
Jason Wen committed
March 28, 2024
T
Add `git blame` (#8889)
Thorsten Ball committed
March 5, 2024
M
Move Clippy configuration to the workspace level (#8891)
Marshall Bowers committed
February 26, 2024
D
Clean up many small dependencies (part 3) (#8425)
Dzmitry Malyshau committed
February 6, 2024
P
chore: Move workspace dependencies to workspace.dependencies (#7454)
Piotr Osiewicz committed
January 31, 2024
M
Sort dependencies in `Cargo.toml` files (#7126)
Marshall Bowers committed
January 30, 2024
M
Clean up `Cargo.toml` files (#7044)
Marshall Bowers committed
January 27, 2024
P
Licenses: change license fields in Cargo.toml to AGPL-3.0-or-later. (#5535)
Piotr Osiewicz committed
January 23, 2024
P
chore: Change AGPL-licensed crates to GPL (except for collab) (#4231)
Piotr Osiewicz committed
P
Remove license-file from Cargo.toml as it is apparently redundant (#4218)
Piotr Osiewicz committed
P
chore: Add crate licenses. (#4158)
Piotr Osiewicz committed
September 19, 2023
K
move git2 to workspace dependency globally
KCaverly committed
April 25, 2023
M
:art: Specify more dependencies at the workspace level
Max Brunsfeld committed
April 21, 2023
M
Use a workspace dependency for the futures crate
Max Brunsfeld committed
January 18, 2023
M
Added complete scripts for generating third party license files
Mikayla Maki committed
October 12, 2022
M
Re-export basic text types from text and language crates
Max Brunsfeld committed
October 11, 2022
M
Finished refactoring out fs and rope
Mikayla Maki committed
October 1, 2022
September 30, 2022
J
Start a test for remote git data updating
Julia committed
September 28, 2022
M
WIP, re-doing fs and fake git repos
Mikayla Maki committed
J
Move git related things into specialized git crate
Julia committed