Skip to content
#

version-control

Here are 809 public repositories matching this topic...

chmike
chmike commented Nov 1, 2016

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

snowfs
daniellanner
daniellanner commented Apr 20, 2021

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

enhancement good first issue
OMahoneyM
OMahoneyM commented Aug 30, 2021

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
help wanted good first issue
kart
olsen232
olsen232 commented Apr 17, 2022

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

enhancement good first issue

Improve this page

Add a description, image, and links to the version-control topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more