Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
GitPython/test/fixtures/rev_list_bisect_all at 3.1.54 · gitpython-developers/GitPython · GitHub
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
998
Star
5.2k
Code
Issues
6
Pull requests
1
Discussions
Actions
Security and quality
35
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Files
Expand file tree
3.1.54
Breadcrumbs
GitPython
/
test
/
fixtures
/
rev_list_bisect_all
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
51 lines (37 loc) · 2.12 KB
3.1.54
Breadcrumbs
GitPython
/
test
/
fixtures
/
rev_list_bisect_all
Copy path
Top
File metadata and controls
Code
Blame
51 lines (37 loc) · 2.12 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
commit cf37099ea8d1d8c7fbf9b6d12d7ec0249d3acb8b (dist=2)
tree 01fb5ddba393df486d850c37f40c9a87f4a28a14
parent bfdc8e26d36833b3a7106c306fdbe6d38dec817e
author Florian Apolloner <florian@apolloner.eu> 1218480521 +0200
committer Florian Apolloner <florian@apolloner.eu> 1218480521 +0200
use shell=True in windows (git.exe needs to be on %PATH%)
One bug remaining: git on windows is returning status 0 for `git this-does-not-exist`, so no GitCommandError is raised.
commit 33ebe7acec14b25c5f84f35a664803fcab2f7781 (dist=1)
tree 960b40fe368a9882221bcdd8635b9080dec01ec6
author Michael Trier <mtrier@gmail.com> 1210193388 -0400
committer Michael Trier <mtrier@gmail.com> 1210193388 -0400
initial project
commit a6604a00a652e754cb8b6b0b9f194f839fc38d7c (dist=1)
tree 547e8af2f10ffa77c4ed4d0a8381e64141f986b4
parent cf37099ea8d1d8c7fbf9b6d12d7ec0249d3acb8b
author Florian Apolloner <florian@apolloner.eu> 1219330141 +0200
committer Florian Apolloner <florian@apolloner.eu> 1219330141 +0200
fixed unneeded list unpacking
commit 8df638c22c75ddc9a43ecdde90c0c9939f5009e7 (dist=0)
tree 43a63b045e538a38161c8da5e154ff1c9436ea4e
parent a6604a00a652e754cb8b6b0b9f194f839fc38d7c
parent 127e511ea2e22f3bd9a0279e747e9cfa9509986d
author Florian Apolloner <florian@apolloner.eu> 1219330182 +0200
committer Florian Apolloner <florian@apolloner.eu> 1219330182 +0200
Merge branch 'master' of git@gitorious.org:git-python/mainline
commit c231551328faa864848bde6ff8127f59c9566e90 (dist=-1)
tree 991ed402b4f6562209ea56550a3c5050d1aa0118
parent 8df638c22c75ddc9a43ecdde90c0c9939f5009e7
author David Aguilar <davvid@gmail.com> 1220418344 -0700
committer David Aguilar <davvid@gmail.com> 1220418344 -0700
commit: handle --bisect-all output in Commit.list_from_string
Rui Abreu Ferrerira pointed out that "git rev-list --bisect-all"
returns a slightly different format which we can easily accommodate
by changing the way we parse rev-list output.
http://groups.google.com/group/git-python/browse_thread/thread/aed1d5c4b31d5027
This resolves the issue mentioned in that thread.
Signed-off-by: David Aguilar <davvid@gmail.com>
You can’t perform that action at this time.