Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: commit component #1027

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 13, 2023

  1. chore: commit plugin stub

    gzbd committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    894b9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed69090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76fc414 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b57e718 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. chore: added master_name option

    gzbd committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a494eb8 View commit details
    Browse the repository at this point in the history
  2. chore: watch on branch change

    gzbd committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    db2ffb4 View commit details
    Browse the repository at this point in the history
  3. feat: check icon setting

    gzbd committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a15ddc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bf2144 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9772047 View commit details
    Browse the repository at this point in the history
  6. feat: support colors

    gzbd committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e918f13 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. feat: show only diverged option

    gzbd committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    29d1ff5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    86a1066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa2a2e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. chore: detect if origin is set

    gzbd committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f9eb05e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8903519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac3afaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10351ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    623452b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52d99a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. feat: detect conflicting changes

    gzbd committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    88f130a View commit details
    Browse the repository at this point in the history
  2. chore: add color for diverged

    gzbd committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    c52324b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4276272 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    176ab51 View commit details
    Browse the repository at this point in the history
  5. chore: reduce check_for_conflict output size

    By grepping in the bash, and not reading whole diff output to memory.
    gzbd committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    fd4a2c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

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

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    dd1f26a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f9e3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3bf93c View commit details
    Browse the repository at this point in the history
  4. refactor: function rename

    gzbd committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    ebb5d3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c46af72 View commit details
    Browse the repository at this point in the history
  6. refactor: stop throttling timer

    gzbd committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    9b6e148 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    9ef8566 View commit details
    Browse the repository at this point in the history
  2. fix: don't stop watching current repo

    When current buffer is not in git repo.
    gzbd committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f3e9214 View commit details
    Browse the repository at this point in the history
  3. refactor: rename file

    gzbd committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a82da64 View commit details
    Browse the repository at this point in the history
  4. fix: use method call

    gzbd committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a209210 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51d094c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    301a1eb View commit details
    Browse the repository at this point in the history
  7. chore: added comments

    gzbd committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a2dbbc5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6b57cf View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. refactor: changed module exports

    gzbd committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2ca0614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e25c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    291270f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    822e277 View commit details
    Browse the repository at this point in the history
  5. docs: added colored option

    gzbd committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e07b7a6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. fix: fixed typo

    gzbd committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a532331 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

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

Commits on Oct 19, 2023

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

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    225503b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23db282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b428a84 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 29, 2023

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

Commits on Mar 7, 2024

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

Commits on Apr 23, 2024

  1. Merge branch 'master' of github.com:nvim-lualine/lualine.nvim into fe…

    …at/commit-component
    gzbd committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    714009f View commit details
    Browse the repository at this point in the history