oxygen-git-client-addon icon indicating copy to clipboard operation
oxygen-git-client-addon copied to clipboard

A Git client that can be installed as an add-on in Oxygen XML Editor.

Results 25 oxygen-git-client-addon issues
Sort by recently updated
recently updated
newest added

On Feb 27, Alex Smarandache opened an internal ticket as a response to one of Tech Writer Leads reporting repo errors when using SSH Git URLs to our Gerrit server,...

Currently, when the Git add-on switches from one branch to another, or one repository to another, the old unstaged/staged file information is shown until the new information is refreshed. For...

When the HEAD is detached (such as during rebase conflict resolution), currently the branch widget tooltip shows the current commit SHA: ![image](https://user-images.githubusercontent.com/50950969/204088393-6105a056-a5e9-41eb-8f3b-a168c76050ec.png) It would be useful if the tooltip could...

Git supports the ability to clone from an upstream repository stored on a filesystem: ``` git clone /path/to/upstream_repo local_repo ``` Currently, the Oxygen Git add-on does not support this: *...

Hi, I frequently switch branches, e.g. from `main` to a feature branch. What happens to me quite often is, that a change in an XPR file is blocking the checkout....

When a file has been deleted, I can double click it in the Git History view and then the file opens perfectly rendered in the author view. What would be...

It would be nice if I could discard changes made to the file from the context menu of the file. ![image](https://user-images.githubusercontent.com/3266567/188839096-5e4f8ca9-0e15-4c6e-814d-83365d737389.png)

When a file in a submodule is modified, running `git status` in the parent repository will show that the submodule has been modified. ![image](https://user-images.githubusercontent.com/70557962/116596514-4b528180-a8d9-11eb-8a05-7815e2f25465.png) GitHub Desktop also shows changes have...

As you are working on extending the features of the Git Staging plugin, I'd like to chip in a suggestion for having a button for "Creating Pull Requests". I understand...

It would save our writers several mouse-clicks and file dialog interaction, if there was an option (possibly preference controlled) to create an Oxygen project (xpr) file at the root of...