Tags

Tags give the ability to mark specific points in history as being important
  • v1.13.1

    4194191d · Merge branch 'dev' ·
    v1.13.1
    
    Bugfixes:
    - search finds first word of line even with --word-diff
      commit e02d90235a201f25b8d845bb3a78c534d7d8120c
    - show correct view name in help
      commit e7134e2c95a032d6679072a75428f55dae6dbedc
    - updated readme
      commit 16efc210e48e291d4d4dc1ff125a67f545fe19c3
  • v1.13.0

    579dc130 · Merge branch 'dev' ·
    v1.13.0
    
    New features:
    - list TODO flags
      commit 43e0a8dfe7fc58c6da45d15c8b8d9577f8332013
    
    Changes:
    - deprecated setting %log-view.show-stashes%
      commit 0ea37323e9e6570b639b8e571a9055124de71e90
  • v1.12.0

    5555dea3 · Merge branch 'dev' ·
    v1.12.0
    
    New features:
    - translate \< and \> in search regex to something python understands
      commit 4c3fb941a124cf8ba3e0dc334da2537867a12839
    - added link to change log to --version
      commit 6d731dfee66a5e4f4ec72316ec752e2f269d4eca
  • v1.11.0

    b0088de4 · Merge branch 'dev' ·
    v1.11.0
    
    New features:
    - check which editor is installed if EDITOR is not set
      commit f2604671803d6596b09cdf669cf0a953347284fb
    - setting default-editor
      commit 4bb738b1a2346f0abefa7722d7ef599de458ec2b
    
    Additional keyboard shortcut for old feature:
    - open config file with control+p
      commit f6514afe2d2d322013ade6308bf2417c96b1993d
  • v1.10.0

    9089ef12 · Merge branch 'dev' ·
    v1.10.0
    
    New features:
    - copy url
      commit 9877689931f5e4a2cb6d18fc4c17b8956b056d56
  • v1.9.0

    4b9478fc · Merge branch 'dev' ·
    v1.9.0
    
    special characters in file names
    
    Bugfixes:
    - don't crash when trying to open the details view if one of the file names contains a special character
      commit d8da88ebdfe4954bbf2a8d570d0a4b3048f040fa
    - skip assert_git_repo with --no-index
      commit 02ec6efc202af88b4c5842b8682bc32e0b2de233
    
    New features:
    - decode special characters in file names
      commit 3f69afb973f44e5aadde4be1eac5194b044f88f7
      commit 37af0aed9e2e40a52c4543ece3af366c7bd31420
  • v1.8.1

    f1f29b9f · Merge branch 'dev' ·
    v1.8.1
    
    Bugfixes:
    - gitd --no-index does not say error any more if files are different
      commit 902af4ca0e2b076c5fc2ae861a2b7c65b96b7e24
  • v1.8.0

    9a259985 · Merge branch 'dev' ·
    v1.8.0
    
    New features:
    - yC to copy git config command to set user name and e-mail address
      commit 8777d6bdff699adf94a2c6fa8a4f9d55fd029af9
    
    Help:
    - mention tig
      commit a88bac3ab4105cdb0f947f163228187daaf01f72
    - documented that line numbers are not available with --word-diff in more places
      commit 900c3b02a3c897046b5720747e02739b8aa7f00c
  • v1.7.1

    1bf7fba6 · Merge branch 'dev' ·
    v1.7.1
    
    Bugfix:
    - don't crash when entering invalid regex as search term
      commit 7fb1505be0b428a10322f1930b5db3118e9669c1
  • v1.7.0

    29a31cb6 · Merge branch 'dev' ·
    v1.7.0
    
    New features:
    - initialize search with -G/-S
      commit 1181076a34e8b9e1c094d271aa4b03dcadadcfd9
    
    Bugfixes:
    - parse key <<0>> correctly
      commit ba831ba92ad7fffbd61a7184513aeee398f54b80
  • v1.6.0

    e4669237 · Merge branch 'dev' ·
    v1.6.0
    
    help and bugfixes for reading config
    New features:
    - create config file if it does not exist before opening it
      write all settings with help and allowed values
      write all key mappings
      everything is commented out by default
    - align descriptions of optional and positional arguments
      commit 1122b885612880e558feea78ec0458cc2489077c
    
    Bugfixes:
    - don't crash when trying to show error message
      commit 9a337ff9b8259e186746d857e1806c5a229cba83
    - set log-view.default-focus
      commit d0805f27b714a75c85d433eee97742123f2c2354
    - parse cmd: "format:" is one token
      commit 6d18b3b9f4c2bbb18f6368a2eaca9dbd16e17cbd
    - toggle_cmd_diff works after setting the command in the config file
      commit 0bb5c660db69900a854d73a8bcb3f4b9c56bb1f6
    - added missing help for placeholders in yank
      commit 0e79365cc5e29f41a823dff4fad4daf12a8f94ed
    
    Changes:
    - consistent capitalization in help
    - removed empty line
      commit 2d14ec95fcb917905e85e97c37be2dd084067c9a
  • v1.5.0

    85e9e0f3 · Merge branch 'dev' ·
    v1.5.0
    
    New features:
    - --walk-reflogs/-g has a special format, can be used without explicit --no-graph, added to --help
    
    Bugfixes:
    - remove_align_character in cmd_referencing_commits
      commit 89ee7679b2d92e032ac50f4993232bda29d455c2
    - remove_align_character with --unreachable
      commit 8a557635bcdca9d14b3636dccaba6659a6fa857f
    
    New settings:
    - log-view.fmt.log
    - log-view.fmt.reflog
  • v1.4.0

    8fe234d7 · Merge branch 'dev' ·
    v1.4.0
    
    New features:
    - yank --no-git relative path
    - yank --no-git absolute path
    
    Changes:
    - show date below author and committer if committer is not author but the dates are the same
  • v1.3.1

    7e421636 · Merge branch 'dev' ·
    v1.3.1
    
    Bugfixes:
    - open files
      commit b3a0145fe6e7f78e4fd92150ab45f8749775b2c1
    - check git repo
      commit 29360b70816ad82aafd18c30c158bab900279774
    - create path for config file if not existing
      commit 62fdaea710aefcf0dd669eaf39dfdc6a62393729
  • v1.3.0

    82653d34 · Merge branch 'dev' ·
    v1.3.0
    
    viewing bare repositories with --git-dir="$HOME/.dotfiles" --work-tree="$HOME"
    New features:
    - --git-dir and --work-tree
      commit be783ae31af69e2cc0a185254dbb88665e854c69
      commit 2407867f5be256c5710aa35aecf53c05a1f7afc1
    - --arg=value syntax
      commit aab0c01750c54df75633a373fb6406869afc6d28
    
    - yank --verbose
      commit 3e526aea100c45b0920d29c69d92060f6ef96e28
    
    Help:
    - gitl --help: added references to git help revisions and git help cli
      commit 896c1d3f08870aaa42f2dcd122be3d7f85a5a968
    - intro: added references to git help git and git help --guides
      commit 96c2f1aa9527ace5711c2198d30955fbae5041ee
  • v1.2.2

    394ccccd · Merge branch 'dev' ·
    v1.2.2
    
    Bugfix:
    - open untracked file from subdirectory
      commit ce364e708cc9bef08c8736e27de484ed410725e5
  • v1.2.1

    4b55acc7 · Merge branch 'dev' ·
    v1.2.1
    
    Bugfixes:
    - don't crash if urwid is old
      commit ffdff4f834b17cb70e28dff487e71140a8b7d7f6
    - don't crash if TERM is not set
      commit d764231408c99e0e2480470d909ce5e149c241b9
    - don't crash when trying to open help for settings in Python 3.7
      commit dd6ff698f0566036cbcbcf5fb6c34c9ecc535ff2
    - fixed meta data: urwid does not work on Windows
      commit 6919386f0e02e2046491cc2abb4a23cffef307c3
  • v1.2.0

    489a49ca · Merge branch 'dev' ·
    v1.2.0
    
    Changes:
    - removed `python -m` from help
      commit 74d402712083e8675d4dd716eeccd754957bc5a8
    - run tests with tox
      commit b99ce5773fbe0f8296b87e5868be1c3683e7cab6
    
    Readme:
    - tab completion for pipx
      commit d44252231ad8a006f74cd659ef62d9a606e46b5f
    - how to do updates
      commit 313ba6ee2b62e2005658a9ba4295f50c2e8158b0
    
    New features:
    - gits and gitd support --version
      commit 457459dd6a196b6683af20562bb1d5641cdbedd1
  • v1.1.0

    396ea42a · Merge branch 'dev' ·
    v1.1.0
    
    Bugfixes:
    - include doc/ in whl
      commit 05418082dfd6afe331cc0d6529bfb1efb6cb3477
    
    New features:
    - PEP 517/518 compatible
      commit 334dbce74682623251eaf06b85a329d00aa86b5d
    
    Documentation:
    - pipx
      commit 4698433b70a30504909d3c8a45f6e24a465cb5b9
    - pipx ensurepath
      commit c14c792c080c916d69b193a75d8b7c9cffeee3a1
  • v1.0.2

    177cb980 · Merge branch 'dev' ·
    v1.0.2
    
    Bugfixes:
    - fixed wrong link in PYPI_README
      commit fc2e920ab2fe50f3e70c871f924c736efce0cc2d