-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git prompt using libgit2 (again) #55
Merged
Merged
Commits on Oct 26, 2024
-
Added simple Git repository parsing code
The reference (which can be the branch name or commit hash) is obtained by reading `.git/HEAD` because the suggested way (https://stackoverflow.com/questions/12132862) does not work (`git_repository_head` fails) if there are no commits on the branch yet.
Configuration menu - View commit details
-
Copy full SHA for ca7da17 - Browse repository at this point
Copy the full SHA ca7da17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b0f479 - Browse repository at this point
Copy the full SHA 4b0f479View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e2bf9d - Browse repository at this point
Copy the full SHA 6e2bf9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d513ec - Browse repository at this point
Copy the full SHA 1d513ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aabb90 - Browse repository at this point
Copy the full SHA 8aabb90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c3a21 - Browse repository at this point
Copy the full SHA 40c3a21View commit details
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b26338a - Browse repository at this point
Copy the full SHA b26338aView commit details -
No need to check if reference is branch
`git_branch_name` already does that
Configuration menu - View commit details
-
Copy full SHA for 0ce33f4 - Browse repository at this point
Copy the full SHA 0ce33f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf7081 - Browse repository at this point
Copy the full SHA 3cf7081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c79469 - Browse repository at this point
Copy the full SHA 2c79469View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7078293 - Browse repository at this point
Copy the full SHA 7078293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0329967 - Browse repository at this point
Copy the full SHA 0329967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 779c8e2 - Browse repository at this point
Copy the full SHA 779c8e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b024ce - Browse repository at this point
Copy the full SHA 9b024ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d34b6e4 - Browse repository at this point
Copy the full SHA d34b6e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b14bf9 - Browse repository at this point
Copy the full SHA 1b14bf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ec24c - Browse repository at this point
Copy the full SHA 74ec24cView commit details -
Initialise all primitive members
Use this to detect if there is no Git repository.
Configuration menu - View commit details
-
Copy full SHA for 29aa066 - Browse repository at this point
Copy the full SHA 29aa066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da796e - Browse repository at this point
Copy the full SHA 5da796eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cdf16e - Browse repository at this point
Copy the full SHA 4cdf16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e84074 - Browse repository at this point
Copy the full SHA 9e84074View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fcd5a7 - Browse repository at this point
Copy the full SHA 4fcd5a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 440574f - Browse repository at this point
Copy the full SHA 440574fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee0bc5 - Browse repository at this point
Copy the full SHA 7ee0bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a0a93 - Browse repository at this point
Copy the full SHA 11a0a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8197bf6 - Browse repository at this point
Copy the full SHA 8197bf6View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1bd247 - Browse repository at this point
Copy the full SHA c1bd247View commit details -
Merge branch 'libgit2-git-ps1-impl' of https://github.com/tfpf/dotfiles…
… into libgit2-git-ps1-impl
Configuration menu - View commit details
-
Copy full SHA for 32b417b - Browse repository at this point
Copy the full SHA 32b417bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82fd168 - Browse repository at this point
Copy the full SHA 82fd168View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a4325 - Browse repository at this point
Copy the full SHA e6a4325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 783ba6d - Browse repository at this point
Copy the full SHA 783ba6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e339c64 - Browse repository at this point
Copy the full SHA e339c64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93e4ab0 - Browse repository at this point
Copy the full SHA 93e4ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9788817 - Browse repository at this point
Copy the full SHA 9788817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27cbf0a - Browse repository at this point
Copy the full SHA 27cbf0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5719a28 - Browse repository at this point
Copy the full SHA 5719a28View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.