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: initialcommit-com/git-sim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.5
Choose a base ref
...
head repository: initialcommit-com/git-sim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.6
Choose a head ref
  • 20 commits
  • 20 files changed
  • 2 contributors

Commits on Feb 22, 2023

  1. Create FUNDING.yml

    initialcommit-io authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    08530c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Allow diverse branching structures in log subcommand

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    5dfedf1 View commit details
    Browse the repository at this point in the history
  2. Add --all option to log subcommand

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    8984488 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Fix color of curved arrows

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    4595fbd View commit details
    Browse the repository at this point in the history
  2. Update --all flag to only display non-ancestral branches

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7a9473d View commit details
    Browse the repository at this point in the history
  3. Add --output-only-path global flag to suppress all output except the …

    …media file output path
    
    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8cd527c View commit details
    Browse the repository at this point in the history
  4. Add --quiet, -q flag to suppress all output except errors

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d8cbb35 View commit details
    Browse the repository at this point in the history
  5. Add --all flag to log subcommand output when used

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7564b67 View commit details
    Browse the repository at this point in the history
  6. Add global flags for --invert-branches and --hide-merged-chains

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e3afcc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Refactor all subcommands to accomodate new diverse branching system

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3533002 View commit details
    Browse the repository at this point in the history
  2. Refactor numCommits variable to a more general n

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    1ca2d70 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Consolidate get_commits and parse_commits methods

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    82f51f0 View commit details
    Browse the repository at this point in the history
  2. Rename --hide-merged-chains to --hide-merged-branches

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    b900b30 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Extend --all as a global flag to subcommands that don't show table/zones

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    7fb6dc1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'diverse-branching-structure'

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    0baf677 View commit details
    Browse the repository at this point in the history
  3. Fix bugs as a result of merge

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    95c6fdf View commit details
    Browse the repository at this point in the history
  4. Fix positioning of refs after fast forward merge

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    2cb2dcb View commit details
    Browse the repository at this point in the history
  5. Fix number of commits displayed using -n option with table/zone subco…

    …mmands
    
    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9b724cd View commit details
    Browse the repository at this point in the history
  6. Remove redundant if statement

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5a8bc89 View commit details
    Browse the repository at this point in the history
  7. Bump version to 0.2.6

    Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
    initialcommit-io committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a45db4c View commit details
    Browse the repository at this point in the history
Loading