-
Updated
May 29, 2022 - C
version-control
Here are 809 public repositories matching this topic...
-
Updated
Apr 20, 2022 - Python
-
Updated
May 30, 2022 - Rust
-
Updated
May 30, 2022 - Python
-
Updated
May 30, 2022 - C#
-
Updated
May 16, 2022 - PHP
-
Updated
Apr 18, 2022 - Python
-
Updated
May 15, 2022 - Emacs Lisp
I'm trying to display the modifications in the last commit. To de so I'm trying to use gl history
.
The verbose option provides a nice display of changes.
Unfortunately the -l
(limit) option is apparently limited.
It seam that it always start counting history from the first commit. I couldn't find how to display the history starting from a specific commit, or HEAD - x commits.
An op
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Aug 2, 2016 - Go
Limitation
Currently snow log --output=json
returns the full snapshot of each commit. A typical view for plugins working with SnowFS will be to show the files modified for each commit. This means every plugin will reimplement a log-diff-view feature.
Proposed Solution
We can add this functionality natively and add an option to snow log
to print all files per commit or only changed
-
Updated
May 15, 2022 - Emacs Lisp
HttpApiExceptionHandler
is annotated to many HTTP services.
https://github.com/line/centraldogma/blob/f4ddd67f2147457e28291fae03839d73f0e18571/server/src/main/java/com/linecorp/centraldogma/server/internal/admin/service/RepositoryService.java#L71-L72
https://github.com/line/centraldogma/blob/f4ddd67f2147457e28291fae03839d73f0e18571/server/src/main/java/com/linecorp/centraldogma/server/internal
-
Updated
May 21, 2022 - Python
-
Updated
Jan 8, 2019 - Go
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Apr 30, 2022 - C#
-
Updated
May 12, 2022 - Java
In Episode 8: Collaborating, there are many gendered pronouns that should be changed to better fit with the model of inclusivity that the Carpentries has built.
To accept access to the Owner’s repo, the Collaborator needs to go to https://github.com/notifications. Once there she can accept access to the Owner’s repo.
- The s
-
Updated
May 30, 2022 - JavaScript
-
Updated
May 25, 2022 - Python
It's possible for the user to create tables inside the working copy that Kart uses, but if they do so, Kart will never take any notice of them, and there is currently no correct way to add them to the Kart repository (you could try importing such a table, but unless you rename it during import, the imported data will collide with the original table, which will cause the command to fail and add to
-
Updated
May 6, 2022 - JavaScript
Improve this page
Add a description, image, and links to the version-control topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the version-control topic, visit your repo's landing page and select "manage topics."
Particularly, I think that allowing . and spaces for snapshot names would be useful because many programs use the former to denote release versions and the latter could allow more descriptive snapshot names, if so desired.