Commit graph

327 commits

Author SHA1 Message Date
Peter Cottle
e8d3bf8667 Resolves #483 case sensitivity 2018-09-28 20:30:06 -05:00
Waldir Pimenta
bfb0e9aaa8
commands.js: add --all alias to the -a option 2018-07-10 21:59:53 +01:00
Waldir Pimenta
faf939d210
commands.js: add --force alias to the -f option
modeled after the current implementation of branch -d / branch -D
2018-07-07 18:23:47 +01:00
Peter Cottle
745c10c85a Resolves #469 bug in arg parsing 2018-06-16 16:37:20 -07:00
Peter Cottle
4c0e7df9fc do it for the other method too 2018-04-09 08:37:05 -07:00
Peter Cottle
b6a34ec17e Resolves #459 -- parent ordering can break some operations 2018-04-09 08:35:15 -07:00
Peter Cottle
789e2efda1 Resolves #435 -- pushing tags 2017-07-30 14:28:50 -07:00
Peter Cottle
8f3f32d82b Resolves #400 -- rebase --pull with just fast forward 2016-12-04 10:17:15 -08:00
Oleksandr Redko
5a784ae15e Fixed typos in comments and strings 2016-10-26 12:19:24 +03:00
Peter Cottle
32c80bdb87 Resolves #201 -- allow dashes and slashes in branch names 2016-09-25 13:49:46 -07:00
Peter Cottle
02a69e85c0 Resolves #385 -- validate no amend options 2016-07-31 16:06:05 -07:00
Peter Cottle
d302887fd1 Resolves #381 -- better validation of args for git fakeTeamwork 2016-07-06 21:18:32 -07:00
Peter Cottle
854b5d44b0 Resolves #362 allow deleting commits with push force 2016-02-29 09:27:23 -08:00
Peter Cottle
f048f99e7f temporary UNSTABLE since codemod went nuts 2015-04-20 17:05:21 +10:00
Peter Cottle
2257668f9d got rid of every underscore bind i think -- 1500 line diff 2015-04-20 16:41:56 +10:00
Peter Cottle
b3cf8263a2 removed all horrible hack references 2015-04-04 11:24:49 -07:00
Peter Cottle
0456426949 fix typo in comment so i dont say ammend again. Issue #233 PR #234 2015-01-08 19:06:22 -08:00
Peter Cottle
7fc33541cc [FeatureRequest] git push --force beta Resolves #185 2014-11-29 17:34:37 -08:00
Peter Cottle
2f62817dff Issue #223 micro-optimization and test coverage 2014-11-29 16:38:09 -08:00
Peter Cottle
7b687ab6da [TargetSetDifference] Sort commits by dependencies Resolves #223 2014-11-29 16:34:57 -08:00
Peter Cottle
bf6a84dd1d [Fun] Issue #202 -- more fun when finishing! 2014-08-19 19:26:41 -07:00
Peter Cottle
2997891874 PR #196 whoops one more, double reverse = bad 2014-08-13 19:26:20 -07:00
Peter Cottle
90c39417bb PR #196 code cleanup and solution description rather than reordering 2014-08-13 19:22:45 -07:00
Patrick
00cc6349d0 Added extra flag to interactive rebase which accepts a list of commits (ordering counts). This list will then be shown to the user when the rebase dialog shows up when showing a solution that does an interactive rebase. This is so the user doesn't have to guess about what commits were picked and how they were ordered for the solution 2014-07-26 15:22:26 -04:00
Peter Cottle
2423646199 PR #195 bit of style cleanup and error handling and test for error handling 2014-07-26 21:40:45 +08:00
Patrick
72cc7d6bd3 Added testable interactive rebase. It doesn't fully test everything (mainly the GUI), but is a start 2014-07-24 17:43:59 -04:00
Patrick Tully
55ac6da589 Changed checkout -B to set the branch to point at the specified commit rather than always using HEAD 2014-07-20 12:36:37 -04:00
Patrick Tully
dd58afde76 Changed interactive rebase to rebase the target branch if specified 2014-07-20 12:36:27 -04:00
Peter Cottle
ecd848625b Resolves #184 interactive rebase upstream check 2014-06-30 20:50:01 -07:00
Peter Cottle
d01f1806b4 Issue #179 consolidate rebase -i and rebase codepaths 2014-06-29 15:57:44 -07:00
Peter Cottle
43579378e8 Resolves #164 case insensitive branch comparison with test and validation 2014-02-27 12:11:48 -08:00
Peter Cottle
0be3577572 Resolves #160 handle case where the rebase is empty and theres nothing to do during git pull --rebase 2014-02-12 14:20:09 -08:00
Peter Cottle
f952bd7061 Resolves #154 input escaping issue when accessing remote branch locally to push remote, fixed others too 2014-01-06 10:04:03 -08:00
Peter Cottle
17fda94aff Better helper bar with float and more room for options 2013-12-30 10:23:58 -08:00
Peter Cottle
e7d9b76b98 moved another function to graph 2013-12-23 10:15:16 -08:00
Peter Cottle
fcd0ffce85 Resolves Issue #151 silly assert issue 2013-12-15 17:23:51 -08:00
Peter Cottle
598f8263b3 whitespace warnings 2013-12-08 10:37:10 -08:00
Peter Cottle
1ba46f7705 yay command option parsing makes more sense 2013-11-18 10:22:53 -08:00
Peter Cottle
d27e28b109 describe level Resolves #144 Wooooo 2013-11-05 09:13:16 -08:00
Peter Cottle
c3f0f48f28 Issue #144 describe support for command 2013-11-04 18:39:51 -08:00
Peter Cottle
625c15d51e now with errors 2013-11-01 18:48:13 -07:00
Peter Cottle
9fbe654cb2 got tags making commits not faded out or orphaned anymore 2013-11-01 10:01:13 -07:00
Peter Cottle
f9f9d98628 think moving method worked 2013-10-29 20:53:19 -07:00
Peter Cottle
88d5902956 vistag now working in tests 2013-10-29 19:35:23 -07:00
Peter Cottle
7bbc81de97 tag loading from trees now works 2013-10-29 09:57:46 -07:00
Peter Cottle
5a66b762ce code move 2013-10-28 19:49:10 -07:00
Peter Cottle
1bd9ed3f7b WIP for moving 2013-10-28 16:19:16 -07:00
Peter Cottle
119c4aea16 treeCompare mod 2013-10-28 16:19:16 -07:00
Peter Cottle
0112b3f839 beginning of graph file 2013-10-28 16:19:16 -07:00
Peter Cottle
aa39e1af3c change to headless to support tags and dont break all tests Pull Request #137 Issue #134 2013-10-27 12:48:48 -07:00