-
Notifications
You must be signed in to change notification settings - Fork 713
Comparing changes
Open a pull request
base repository: todotxt/todo.txt-cli
base: v2.5.0
head repository: todotxt/todo.txt-cli
compare: v2.6.0
- 14 commits
- 15 files changed
- 4 contributors
Commits on Jan 4, 2010
-
Quoting regexp to parse properly.
Jared Cordasco committedJan 4, 2010 Configuration menu - View commit details
-
Copy full SHA for 0a7e633 - Browse repository at this point
Copy the full SHA 0a7e633View commit details
Commits on Jan 5, 2010
-
Jared Cordasco committed
Jan 5, 2010 Configuration menu - View commit details
-
Copy full SHA for d337933 - Browse repository at this point
Copy the full SHA d337933View commit details -
Faster here document outputs. (Help/Usage messages)
Jared Cordasco committedJan 5, 2010 1Configuration menu - View commit details
-
Copy full SHA for acc881f - Browse repository at this point
Copy the full SHA acc881fView commit details -
Fixed erroneous hide/show comments.
Jared Cordasco committedJan 5, 2010 Configuration menu - View commit details
-
Copy full SHA for 9951116 - Browse repository at this point
Copy the full SHA 9951116View commit details -
Consolidated TODOTXT_VERBOSE tests.
Jared Cordasco committedJan 5, 2010 Configuration menu - View commit details
-
Copy full SHA for 2bb14eb - Browse repository at this point
Copy the full SHA 2bb14ebView commit details
Commits on Jan 6, 2010
-
Merge branch 'master' into personal_opts (w/ spacing corrections)
Jared Cordasco committedJan 6, 2010 Configuration menu - View commit details
-
Copy full SHA for 4c76f04 - Browse repository at this point
Copy the full SHA 4c76f04View commit details
Commits on Jan 7, 2010
-
Correctly fixed regexp quoting issue for bash v3.1.x and v3.2.x.
Jared Cordasco committedJan 7, 2010 Configuration menu - View commit details
-
Copy full SHA for 394c4c7 - Browse repository at this point
Copy the full SHA 394c4c7View commit details
Commits on Jan 10, 2010
-
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 committedJan 10, 2010 Configuration menu - View commit details
-
Copy full SHA for 2d38203 - Browse repository at this point
Copy the full SHA 2d38203View commit details
Commits on Jan 12, 2010
-
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 committedJan 12, 2010 Configuration menu - View commit details
-
Copy full SHA for b6467ea - Browse repository at this point
Copy the full SHA b6467eaView commit details
Commits on Feb 23, 2010
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6fc2d81 - Browse repository at this point
Copy the full SHA 6fc2d81View commit details
Commits on Mar 26, 2010
-
Configuration menu - View commit details
-
Copy full SHA for e395ac7 - Browse repository at this point
Copy the full SHA e395ac7View commit details
Commits on Apr 15, 2010
-
Configuration menu - View commit details
-
Copy full SHA for a4ab8a8 - Browse repository at this point
Copy the full SHA a4ab8a8View commit details
Commits on May 8, 2010
-
Configuration menu - View commit details
-
Copy full SHA for d7e194b - Browse repository at this point
Copy the full SHA d7e194bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a65615 - Browse repository at this point
Copy the full SHA 2a65615View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.5.0...v2.6.0