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: todotxt/todo.txt-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: todotxt/todo.txt-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 14 commits
  • 15 files changed
  • 4 contributors

Commits on Jan 4, 2010

  1. Quoting regexp to parse properly.

    Jared Cordasco committed Jan 4, 2010
    Configuration menu
    Copy the full SHA
    0a7e633 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2010

  1. Changed odd tabs to spaces.

    Jared Cordasco committed Jan 5, 2010
    Configuration menu
    Copy the full SHA
    d337933 View commit details
    Browse the repository at this point in the history
  2. Faster here document outputs. (Help/Usage messages)

    Jared Cordasco committed Jan 5, 2010
    1 Configuration menu
    Copy the full SHA
    acc881f View commit details
    Browse the repository at this point in the history
  3. Fixed erroneous hide/show comments.

    Jared Cordasco committed Jan 5, 2010
    Configuration menu
    Copy the full SHA
    9951116 View commit details
    Browse the repository at this point in the history
  4. Consolidated TODOTXT_VERBOSE tests.

    Jared Cordasco committed Jan 5, 2010
    Configuration menu
    Copy the full SHA
    2bb14eb View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2010

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

Commits on Jan 7, 2010

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

Commits on Jan 10, 2010

  1. Refactored various add functionality to one function. Added tests.

    - 'add' and 'addm' now 'addto' with $TODO_FILE instead of user supplied file
    
    - 'addto' now shows the capitalized filename in place of 'TODO:'.
      For example, adding to garden.txt produces a output prefixed by 'GARDEN:'
      (Probably the most controversial part of this commit and up for
      discussion. If kept, the 'listfile' output should be made to match.
      Note that this convention would then minimize standard output by
      dropping the file name.)
    
    - All existing add/addm/add-date tests pass. Two new test sequences were
      added to test 'addto' and 'listfile' functionality.
    
    - A space/tab nuissance was cleared up in the tests/README file.
    Jared Cordasco committed Jan 10, 2010
    Configuration menu
    Copy the full SHA
    2d38203 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2010

  1. Updated _list() output to match updated addto. Adjusted tests to match.

    - _list() now shows the capitalized filename in place of 'TODO:'.
      For example, listing garden.txt produces a output prefixed by 'GARDEN:'
      This eliminates the ' from $FILE' part of the _list() output. All tests
      were adjusted to match this new output.
    Jared Cordasco committed Jan 12, 2010
    Configuration menu
    Copy the full SHA
    b6467ea View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2010

  1. Bugfix: Old versions of bash do not have =~

    Versions of bash before 3.0 do not have =~ syntax to match on a regex.
    Changed to using a simple grep -c test instead.
    Fixes issues with osx and Solaris 9 and before.
    the1ts committed Feb 23, 2010
    Configuration menu
    Copy the full SHA
    6fc2d81 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2010

  1. Fix line endings

    ginatrapani committed Mar 26, 2010
    Configuration menu
    Copy the full SHA
    e395ac7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2010

  1. Tab fixes.

    Jared Cordasco authored and ginatrapani committed Apr 15, 2010
    Configuration menu
    Copy the full SHA
    a4ab8a8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2010

  1. Fixed bug for replace command.

    Yujie Wu authored and ginatrapani committed May 8, 2010
    Configuration menu
    Copy the full SHA
    d7e194b View commit details
    Browse the repository at this point in the history
  2. Added a case for the fixed replace command.

    Yujie Wu authored and ginatrapani committed May 8, 2010
    Configuration menu
    Copy the full SHA
    2a65615 View commit details
    Browse the repository at this point in the history
Loading