summaryrefslogtreecommitdiff
path: root/git_crecord
Commit message (Expand)AuthorAge
* Make it possible to use crecord in an empty repositoryAndrej Shadura2019-02-17
* Fix committing deletionsAndrej Shadura2019-02-17
* Disable diff's mnemonicprefix optionJames Rowe2018-08-06
* Add an initial staging implementationAndrej Shadura2018-08-06
* Remove stage parameter from confirmcommitAndrej Shadura2018-07-18
* crpatch: add reversehunks and unapplyhunksAndrej Shadura2018-07-15
* Make encoding.trim work with string, not bytesAndrej Shadura2018-07-11
* Remove the commit message templatingAndrej Shadura2018-07-11
* No need for the u'' syntax anymoreAndrej Shadura2018-07-08
* Don’t hardcode UTF-8.Andrej Shadura2018-07-08
* Delete unused code from encoding, fix the remaining bitsAndrej Shadura2018-07-06
* Encode, not decode, since fp gives us strings and p.stdin wants bytesAndrej Shadura2018-07-06
* curses.unctrl returns bytesAndrej Shadura2018-07-06
* Correctly fall through in handlekeypressed.Andrej Shadura2018-07-06
* Use ucolwidth() for stringsAndrej Shadura2018-07-06
* Encode/decode strings for encoding.trim().Andrej Shadura2018-07-06
* p.stdout.readline returns bytes => use b'' as a sentinelAndrej Shadura2018-07-06
* Use range() not xrange()Andrej Shadura2018-07-06
* Use items() not iteritems()Andrej Shadura2018-07-06
* Use new-style integer divisionAndrej Shadura2018-07-06
* More sync with MercurialAndrej Shadura2018-07-06
* crpatch: count lines changed as the number of lines added or removedtimeless2018-07-06
* Fix incorrectly applied patch in 376c402Andrej Shadura2018-07-06
* Partially sync parsepatch() from MercurialAndrej Shadura2018-07-06
* crpatch: simplify header methods with any()Patrick Mezard2018-07-06
* crpatch: use `iter(callable, sentinel)` instead of while TrueAugie Fackler2018-07-06
* Sync with upstream’s fix for invalid hunksAndrej Shadura2018-07-06
* py3: make sure we are doing integer division by using '//'Pulkit Goyal2018-07-03
* chunk_selector: avoid setting non-existing signal SIGWINCH on windowsPierre-Yves David2018-07-03
* chunk_selector: ensure we reinstall the SIGWINCH handlerPierre-Yves David2018-07-03
* chunk_selector: extract most of 'main' into a sub functionPierre-Yves David2018-07-03
* chunk_selector: change the verb according to the operationJun Wu2018-07-03
* Pass the subcommand name as opts['operation']Andrej Shadura2018-07-03
* Save opts in CursesChunkSelector instead of passing it aroundAndrej Shadura2018-07-03
* More Unicode!Andrej Shadura2018-07-03
* chunk_selector: change help text for the space key dynamicallyJun Wu2018-07-03
* chunk_selector: rewrite status line text (BC)Jun Wu2018-07-03
* chunk_selector: make _getstatuslines update numstatuslinesJun Wu2018-07-03
* chunk_selector: move status window text calculation to a separate methodJun Wu2018-07-03
* chunk_selector: use try/except for import of cursesSean Farley2018-07-03
* chunk_selector: throws error instead of crashing for large diffsLaurent Charignon2018-07-03
* chunk_selector: add error reporting for failure in curses interface initializ...Laurent Charignon2018-07-03
* chunk_selector: fix issue when backgrounding editor would leave artefactLaurent Charignon2018-07-03
* chunk_selector: add mechanism for error reportingLaurent Charignon2018-07-03
* chunk_selector: use encoding.colwidthMatt Mackall2018-07-03
* chunk_selector: fix help bar display issueLaurent Charignon2018-07-03
* spelling: fixes of non-dictionary wordsMads Kiilerich2018-07-03
* cStringIO -> ioAndrej Shadura2018-07-03
* Use the new-style except statementAndrej Shadura2018-07-03
* Use explicit relative importsAndrej Shadura2018-07-03