git-repl.git
2023-02-09 Saba SabaAdded aliases to README master
2023-02-09 Saba SabaAdded set-config
2023-02-09 Saba SabaAdded quiet mode.
2023-02-09 Saba SabaFactored out log-action.
2023-02-09 Saba SabaHiding delete-branches. Also added flag for forced...
2023-02-09 Saba SabaAdded delete-no-merged-branches and refactored delete...
2023-02-09 Saba SabaAdded delete-branches command.
2023-02-09 Saba SabaAdded skip-file-pattern and no-skip-file-pattern.
2023-02-09 Saba SabaUpdated README with fixed installation instructions
2023-02-09 Saba SabaFactored out progn into clean-working-directory.
2023-02-09 Saba SabaRemoved an unnecessary dependency.
2023-02-09 Saba SabaAdded a rebase command
2023-02-09 Saba SabaAdded README instructions
2023-02-09 Saba SabaChanged listbox selection mode to multiple.
2023-02-09 Saba SabaListboxes now use the expanded selection mode.
2023-02-09 Saba SabaImplemented functionality for interactive-skip.
2023-02-09 Saba SabaImplemented basic UI for interactive-skip
2023-02-09 Saba SabaFixed up some documentation
2023-02-09 Saba SabaAdded the ability to accept an S-expression as an argument.
2023-02-09 Saba SabaUpdated wording for file-chunk-length
2023-02-09 Saba SabaShortened lines
2023-02-09 Saba SabaFactored out the REPL.
2023-02-09 Saba SabaUpdated comment at the top with a make eval command.
2023-02-09 Saba SabaFactored out common pattern into toggle-without-config
2023-02-09 Saba SabaRefactored commands and show-symbols.
2023-02-09 Saba SabaMerged make-install into make
2023-02-09 Saba SabaModified make and make-install to make it easier to...
2023-02-09 Saba SabaAdded reset-branch command.
2023-02-09 Saba SabaRedirecting error stream to output.
2023-02-09 Saba SabaImplemented mergetool
2023-02-09 Saba SabaAdded checkout command.
2023-02-09 Saba SabaImplemended config-diff
2023-02-09 Saba SabaCreated a non-list version of git.
2023-02-09 Saba SabaFixed defect with single string case for handle-file...
2023-02-09 Saba SabaChunking files for skip-worktree and no-skip-worktree
2023-02-09 Saba SabaUpdated skip and unskip logic.
2023-02-09 Saba SabaImplemented config-diff
2023-02-09 Saba SabaAdded messages for better UX
2023-02-09 Saba SabaAdded show-symbols
2023-02-09 Saba SabaFleshed out help instructions
2023-02-09 Saba SabaImplemented a proper REPL
2023-02-09 Saba SabaAdded instructions
2023-02-09 Saba SabaAdded quotes to skip-file and no-skip-file filepaths
2023-02-09 Saba SabaFixed defect in skipped-files
2023-02-09 Saba SabaAdded apply-stash and apply-config
2023-02-09 Saba SabaFixed bug in clean-working-directory
2023-02-09 Saba SabaAdded sample-file-2
2023-02-09 Saba SabaAdded sample-file for testing
2023-02-09 Saba SabaAdded make-install command.
2023-02-09 Saba SabaFinished off documentation.
2023-02-09 Saba SabaExposing *grep* publicly.
2023-02-09 Saba SabaAdded clean-working-directory as a macro to protect...
2023-02-09 Saba SabaAdded a method to list commands.
2023-02-09 Saba SabaAdded config management commands
2023-02-09 Saba SabaAdded extra commands and switched name to git-repl.cl
2023-02-09 Saba SabaAdded command to build an executable with a REPL.
2023-02-09 Saba SabaAdded git branch cleanup commands and a git-skipper...
2023-02-09 Saba SabaRemove git status
2023-02-09 Saba SabaImplemented skip-modified and no-skip-all
2023-02-09 Saba SabaStripping 'S ' from each file returned by skipped-files
2023-02-09 Saba SabaGot grep/findstr working for skipped-files.
2023-02-09 Saba SabaAdded 'input' as an argument to the git macro.
2023-02-09 Saba SabaRemoving empty lines from git output.
2023-02-09 Saba SabaAdded some initial definitions for git helper methods.
2023-02-09 Saba SabaDefined a git macro to make it easier to define git...
2023-02-09 Saba SabaInitial git-skipper.cl commit
2023-02-09 Saba Saba.gitignore