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: mufeedvh/code2prompt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: mufeedvh/code2prompt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 10 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    c6f85ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db45950 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab79c58 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from 123vivekr/clap_parser_bugfix

    bugfix: explictly assign CLI short-flag for encoding
    mufeedvh authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1c064af View commit details
    Browse the repository at this point in the history
  5. Add git diff generation and template for git commit message

    Add functionality to generate git diff and include it in the data passed to
    templates.
    
    This adds a `--diff` CLI flag to generate the repo's diff. The diff text is
    included under the `"git_diff"` key in the `data` JSON object for templates.
    123vivekr committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d9fc3a3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from 123vivekr/diff_explain

    Add git diff generation and template for git commit message
    mufeedvh authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5aee1ae View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

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

Commits on Mar 26, 2024

  1. Merge pull request #7 from 123vivekr/refactor_prompt

    Add template to refactor code
    mufeedvh authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    85a57fe View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Add line number option

    123vivekr committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1acac61 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Merge pull request #9 from 123vivekr/line_number

    Add line number option
    mufeedvh authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    91995c6 View commit details
    Browse the repository at this point in the history
Loading