Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rioukkevin/vscode-git-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: rioukkevin/vscode-git-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 22 files changed
  • 5 contributors

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    74583b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Merge pull request #30 from lociii/master

    Trim template result before setting git commit message, refs #29
    rioukkevin authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3fc77dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from rioukkevin/v3.1.0

    🐞 fix(Vsc1.7.0): fix for vscode 1.70 update that make impossible to u…
    rioukkevin authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    774be7b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. 🔵 other (Oxidya): Many updates for v3.1.1

    RIOU Kevin committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    1ce870b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from rioukkevin/v3.1.1

    🔵 other (Global): Many updates for v3.1.1
    rioukkevin authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    1463325 View commit details
    Browse the repository at this point in the history
  3. 🤹 ci (Global): CI first try

    RIOU Kevin committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2c28341 View commit details
    Browse the repository at this point in the history
  4. 🤹 ci (Global): Second try

    RIOU Kevin committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    328a0d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. 🐞 fix (#39): get right repo to receive message

    When there is more than one repo, the commit text is set to the module
    whose name is the furthest in alphabetical order. This commit fix that.
    diogo-rossi committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    86937d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d53eff4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2582323 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e59ffb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cde267a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a8b371 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f79547a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge pull request #42 from Diogo-Rossi/update-templates-including-de…

    …fault
    
    Update templates including default
    rioukkevin authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3c30ef8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from Diogo-Rossi/fix-repo-which-receives-commi…

    …t-message
    
    🐞 fix (#39): get right repo to receive message
    rioukkevin authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1da09c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac826ab View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. 🐞 fix (#43): Return to working "command"

    The command executed from the palete or the keybinding stopped working.
    This commit fix that
    diogo-rossi committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a2ebd64 View commit details
    Browse the repository at this point in the history
  2. 🐞 fix (#39): get right repo when using "command"

    The command executed from the palete or the keybinding keeps getting
    the bug #39 (after the correction of the last commit).
    
    This is an approach to get the right repo by inspecting the active
    document repo, which works in those cases (command from the palete
    or the keybinding).
    diogo-rossi committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e9addb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Merge pull request #44 from Diogo-Rossi/master

    Get "command" `Git prefix emote` back to work
    rioukkevin authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    f31a611 View commit details
    Browse the repository at this point in the history
Loading