GitPython - all trees and blobs have paths with value '.gitignore'
up vote
0
down vote
favorite
I'm trying to get some commit data (I want to access code files that had been committed in a particular commit), but all blobs and trees inside it have paths pointing toward .gitignore.
Commit object is obtained using:
commit_item = repo.commit(commit_number_1)
This is probably a rather silly question, but I'm new at this and I've been trying to figure it out for such a long time. I would really really appreciate any help
python git gitpython
add a comment |
up vote
0
down vote
favorite
I'm trying to get some commit data (I want to access code files that had been committed in a particular commit), but all blobs and trees inside it have paths pointing toward .gitignore.
Commit object is obtained using:
commit_item = repo.commit(commit_number_1)
This is probably a rather silly question, but I'm new at this and I've been trying to figure it out for such a long time. I would really really appreciate any help
python git gitpython
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to get some commit data (I want to access code files that had been committed in a particular commit), but all blobs and trees inside it have paths pointing toward .gitignore.
Commit object is obtained using:
commit_item = repo.commit(commit_number_1)
This is probably a rather silly question, but I'm new at this and I've been trying to figure it out for such a long time. I would really really appreciate any help
python git gitpython
I'm trying to get some commit data (I want to access code files that had been committed in a particular commit), but all blobs and trees inside it have paths pointing toward .gitignore.
Commit object is obtained using:
commit_item = repo.commit(commit_number_1)
This is probably a rather silly question, but I'm new at this and I've been trying to figure it out for such a long time. I would really really appreciate any help
python git gitpython
python git gitpython
edited Nov 9 at 1:20
asked Nov 8 at 10:38
Kioko Key
5218
5218
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53205981%2fgitpython-all-trees-and-blobs-have-paths-with-value-gitignore%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown