-
Updated
Apr 4, 2022 - C
version-control
Here are 777 public repositories matching this topic...
-
Updated
Apr 4, 2022 - Python
-
Updated
Nov 2, 2021 - C#
-
Updated
Apr 5, 2022 - Rust
-
Updated
Apr 2, 2022 - Python
-
Updated
Apr 4, 2022 - C#
-
Updated
Feb 26, 2022 - PHP
-
Updated
Mar 23, 2022 - Python
-
Updated
Mar 28, 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
Feb 11, 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
Jan 24, 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
Jan 8, 2019 - Go
-
Updated
Jan 15, 2022 - JavaScript
-
Updated
Apr 4, 2022 - Python
-
Updated
Mar 12, 2022 - C#
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
Apr 1, 2022 - Python
-
Updated
Dec 29, 2021 - JavaScript
If you delete a layer in the working copy, then you should be able to commit this to delete the layer in your repo.
If you add a layer to a working copy, then you should be able to commit this to add the layer to your repo.
This is a bit trickier: the layer will need to be modified to have the triggers added etc.
-
Updated
Apr 4, 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.