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
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 }}
sqlcode
/
git-tfs
Public
forked from
git-tfs/git-tfs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
debug_slow_commit
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 8, 2013
Show timing information in debug output.
spraints
committed
ea7c82c
View commit details
Copy full SHA for ea7c82c
Browse repository at this point
Do even less cleanup.
spraints
committed
4e18d1e
View commit details
Copy full SHA for 4e18d1e
Browse repository at this point
Commits on Jun 7, 2013
revert workspace cleanup...
pmiossec
committed
2d65a81
View commit details
Copy full SHA for 2d65a81
Browse repository at this point
Commits on Jun 6, 2013
rename 'bare' option of fetch to not conflict from the one of clone
pmiossec
committed
f20a9da
View commit details
Copy full SHA for f20a9da
Browse repository at this point
Merge pull request #389 from pmiossec/prevent_multiple_register_events
Show description for a81f5a2
spraints
committed
a81f5a2
View commit details
Copy full SHA for a81f5a2
Browse repository at this point
Merge pull request #353 from pmiossec/bare
Show description for 05a5293
spraints
committed
05a5293
View commit details
Copy full SHA for 05a5293
Browse repository at this point
Commits on Jun 4, 2013
Keep refrence on VersionControlServer to prevent multiple event registration
pmiossec
committed
8c4ce5e
View commit details
Copy full SHA for 8c4ce5e
Browse repository at this point
fetch : throw error when ahead commit and introduce --force flag
Show description for 0ceb86d
pmiossec
committed
0ceb86d
View commit details
Copy full SHA for 0ceb86d
Browse repository at this point
Add a reference to checkin parameter to the checkin method!
pmiossec
committed
22d815f
View commit details
Copy full SHA for 22d815f
Browse repository at this point
correct indentation introduced by merge with master
pmiossec
committed
488e346
View commit details
Copy full SHA for 488e346
Browse repository at this point
corrections....
pmiossec
committed
c1b461e
View commit details
Copy full SHA for c1b461e
Browse repository at this point
refactoring of how get ref for a head branch...
pmiossec
committed
191fad0
View commit details
Copy full SHA for 191fad0
Browse repository at this point
Add branch support in fetch and rcheckin for a bare repository
Show description for ff0de1c
pmiossec
committed
ff0de1c
View commit details
Copy full SHA for ff0de1c
Browse repository at this point
Manage clone and init in a bare repository
pmiossec
committed
7e4db38
View commit details
Copy full SHA for 7e4db38
Browse repository at this point
Modify fetch command to manage bare repositories
pmiossec
committed
bb1c055
View commit details
Copy full SHA for bb1c055
Browse repository at this point
prevent rcheckin by error in a bare repository
pmiossec
committed
45493c1
View commit details
Copy full SHA for 45493c1
Browse repository at this point
if another commit was done in TFS, keep the repository in good state before reporting error
pmiossec
committed
5127844
View commit details
Copy full SHA for 5127844
Browse repository at this point
Manage rcheckin in bare repository
pmiossec
committed
8e9f7f8
View commit details
Copy full SHA for 8e9f7f8
Browse repository at this point
Merge pull request #385 from sc68cal/docs and spraints/docs
Show description for b1c7793
spraints
committed
b1c7793
View commit details
Copy full SHA for b1c7793
Browse repository at this point
New libgit2 naming conventions
Show description for 4e97d8b
spraints
committed
4e97d8b
View commit details
Copy full SHA for 4e97d8b
Browse repository at this point
Commits on Jun 3, 2013
update libgit2sharp to v0.12
pmiossec
committed
2ef7feb
View commit details
Copy full SHA for 2ef7feb
Browse repository at this point
contributing update.
spraints
committed
5415cc5
View commit details
Copy full SHA for 5415cc5
Browse repository at this point
Updated links.
Show description for b9265d0
spraints
committed
b9265d0
View commit details
Copy full SHA for b9265d0
Browse repository at this point
Move the old home wiki page so that it's the default file in the doc dir.
spraints
committed
db39dd5
View commit details
Copy full SHA for db39dd5
Browse repository at this point
mv config.md into the one doc dir
spraints
committed
218d9e4
View commit details
Copy full SHA for 218d9e4
Browse repository at this point
Fix links to wiki.
spraints
committed
7888efd
View commit details
Copy full SHA for 7888efd
Browse repository at this point
Merge pull request #377 from wundram/ignoreexcept
Show description for 1cad8c8
spraints
committed
1cad8c8
View commit details
Copy full SHA for 1cad8c8
Browse repository at this point
Extract the ignore logic.
Show description for 2d612bc
spraints
committed
2d612bc
View commit details
Copy full SHA for 2d612bc
Browse repository at this point
was `((i1 && !e1) || (i2 && !e2))`, is `(i1 || i2) && !(e1 || e2)`
spraints
committed
2071076
View commit details
Copy full SHA for 2071076
Browse repository at this point
Commits on May 30, 2013
Subtree merge in Git-Tfs wiki repo
Show description for 6f2e97d
sc68cal
committed
6f2e97d
View commit details
Copy full SHA for 6f2e97d
Browse repository at this point
Commits on May 29, 2013
Updated signature on IsIgnored method to require all three arguments
Chris Wundram
committed
77edbdc
View commit details
Copy full SHA for 77edbdc
Browse repository at this point
Merge branch 'master' into ignoreexcept
Chris Wundram
committed
4d03429
View commit details
Copy full SHA for 4d03429
Browse repository at this point
Merge pull request #351 from jru/UnshelveFromTFSParent_autocrlf
Show description for 6f899a7
spraints
committed
6f899a7
View commit details
Copy full SHA for 6f899a7
Browse repository at this point
IsExistingInTfs() for VsFake.
spraints
committed
e334ed1
View commit details
Copy full SHA for e334ed1
Browse repository at this point
Reuse the index scrubber.
spraints
committed
36b48ac
View commit details
Copy full SHA for 36b48ac
Browse repository at this point
Previous
Next
You can’t perform that action at this time.