Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
github-viki
/
libgit2
Public
forked from
libgit2/libgit2
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
libgit2
examples
network
on
split-patch-from-diff
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 2, 2013
clone: put the callbacks struct directly in the clone options
Show description for 0e0cf78
carlosmn
committed
0e0cf78
View commit details
Copy full SHA for 0e0cf78
View code at this point
Browse repository at this point
remote: move the credentials callback to the struct
Show description for e3c131c
carlosmn
committed
e3c131c
View commit details
Copy full SHA for e3c131c
View code at this point
Browse repository at this point
remote: put the _download() callback with the others
Show description for d31402a
carlosmn
committed
d31402a
View commit details
Copy full SHA for d31402a
View code at this point
Browse repository at this point
Commits on Sep 1, 2013
Adding credentials callback to ls-remote and fetch too.
kadamski
committed
255836d
View commit details
Copy full SHA for 255836d
View code at this point
Browse repository at this point
Removing unneeded code duplication in ls-remote.c
kadamski
committed
d6d5234
View commit details
Copy full SHA for d6d5234
View code at this point
Browse repository at this point
Commits on Apr 23, 2013
examples: init the threading system
carlosmn
committed
6c1b6b7
View commit details
Copy full SHA for 6c1b6b7
View code at this point
Browse repository at this point
Commits on Apr 9, 2013
Fix clang warnings and improve checks
arrbee
committed
9da187e
View commit details
Copy full SHA for 9da187e
View code at this point
Browse repository at this point
Commits on Mar 20, 2013
Fix link issue in network examples
Lionelon
committed
e2886f1
View commit details
Copy full SHA for e2886f1
View code at this point
Browse repository at this point
Commits on Feb 26, 2013
Give props to Martin Pool
Show description for 5c46937
martinwoodward
committed
5c46937
View commit details
Copy full SHA for 5c46937
View code at this point
Browse repository at this point
Commits on Feb 5, 2013
Allow progress callback to cancel fetch
Show description for fe95ac1
ben
committed
fe95ac1
View commit details
Copy full SHA for fe95ac1
View code at this point
Browse repository at this point
Commits on Jan 31, 2013
Add user-from-url param to auth callback
ben
committed
7602cb7
View commit details
Copy full SHA for 7602cb7
View code at this point
Browse repository at this point
Commits on Jan 23, 2013
update examples to work on windows
ethomson
committed
c27e211
View commit details
Copy full SHA for c27e211
View code at this point
Browse repository at this point
Commits on Jan 10, 2013
Don't call pthread_exit() in the callback.
Show description for cea994b
sba1
committed
cea994b
View commit details
Copy full SHA for cea994b
View code at this point
Browse repository at this point
Commits on Jan 2, 2013
Include checkout options inline
ben
committed
730df6d
View commit details
Copy full SHA for 730df6d
View code at this point
Browse repository at this point
Move `url` to last place in parameter list
ben
committed
0642c14
View commit details
Copy full SHA for 0642c14
View code at this point
Browse repository at this point
Commits on Dec 27, 2012
Fix warnings in example
ben
committed
3de2256
View commit details
Copy full SHA for 3de2256
View code at this point
Browse repository at this point
Commits on Dec 21, 2012
Fix examples
ben
committed
69d1bd9
View commit details
Copy full SHA for 69d1bd9
View code at this point
Browse repository at this point
Commits on Dec 20, 2012
Rename remote creation APIs
Show description for 29f2759
ben
committed
29f2759
View commit details
Copy full SHA for 29f2759
View code at this point
Browse repository at this point
Fix clone sample
ben
committed
316bca6
View commit details
Copy full SHA for 316bca6
View code at this point
Browse repository at this point
Commits on Dec 16, 2012
Make building samples more friendly
ben
committed
cc3e9b5
View commit details
Copy full SHA for cc3e9b5
View code at this point
Browse repository at this point
Commits on Dec 14, 2012
Move non-options back out of options struct
ben
committed
b9e7e2b
View commit details
Copy full SHA for b9e7e2b
View code at this point
Browse repository at this point
Deploy git_clone_options to network sample
ben
committed
0015b58
View commit details
Copy full SHA for 0015b58
View code at this point
Browse repository at this point
Commits on Dec 13, 2012
Enable authenticated clones in network sample
ben
committed
2b10a2b
View commit details
Copy full SHA for 2b10a2b
View code at this point
Browse repository at this point
Stop premature remote freeing when cloning
ben
committed
24393ea
View commit details
Copy full SHA for 24393ea
View code at this point
Browse repository at this point
Fix network example
ben
committed
34c8c75
View commit details
Copy full SHA for 34c8c75
View code at this point
Browse repository at this point
Commits on Nov 30, 2012
Deploy GIT_REMOTE_CALLBACKS_INIT
ben
committed
9267ff5
View commit details
Copy full SHA for 9267ff5
View code at this point
Browse repository at this point
Deploy GIT_CHECKOUT_OPTS_INIT
ben
committed
b81aa2f
View commit details
Copy full SHA for b81aa2f
View code at this point
Browse repository at this point
Commits on Nov 27, 2012
API updates for remote.h
Show description for df70514
ben
committed
df70514
View commit details
Copy full SHA for df70514
View code at this point
Browse repository at this point
Examples: fix clone api
ben
committed
3f63cc9
View commit details
Copy full SHA for 3f63cc9
View code at this point
Browse repository at this point
Commits on Nov 9, 2012
Fix various cross-platform build issues
Show description for 0f3def7
arrbee
committed
0f3def7
View commit details
Copy full SHA for 0f3def7
View code at this point
Browse repository at this point
Commits on Oct 24, 2012
Remove 'bytes' param from git_remote_download
ben
committed
1e3b8ed
View commit details
Copy full SHA for 1e3b8ed
View code at this point
Browse repository at this point
Renaming: fix example
ben
committed
9762ad9
View commit details
Copy full SHA for 9762ad9
View code at this point
Browse repository at this point
Network progress: rename things
Show description for 7d222e1
ben
committed
7d222e1
View commit details
Copy full SHA for 7d222e1
View code at this point
Browse repository at this point
Commits on Oct 20, 2012
Improve clone sample's formatting
ben
committed
2dae54a
View commit details
Copy full SHA for 2dae54a
View code at this point
Browse repository at this point
Checkout progress now reports completed/total steps
ben
committed
9c05c17
View commit details
Copy full SHA for 9c05c17
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.