index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
rebase.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-06
Merge branch 'pw/rebase-x-sanity-check'
Junio C Hamano
1
-0
/
+17
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-7
/
+7
2019-02-06
Merge branch 'js/rebase-am'
Junio C Hamano
1
-125
/
+311
2019-02-06
Merge branch 'en/rebase-merge-on-sequencer'
Junio C Hamano
1
-20
/
+10
2019-02-06
Revert "rebase: introduce a shortcut for --reschedule-failed-exec"
Johannes Schindelin
1
-21
/
+0
2019-02-05
Merge branch 'pw/no-editor-in-rebase-i-implicit'
Junio C Hamano
1
-2
/
+3
2019-01-29
rebase -x: sanity check command
Phillip Wood
1
-0
/
+17
2019-01-29
Merge branch 'os/rebase-runs-post-checkout-hook'
Junio C Hamano
1
-2
/
+10
2019-01-29
Merge branch 'js/rebase-i-redo-exec'
Junio C Hamano
1
-1
/
+41
2019-01-28
implicit interactive rebase: don't run sequence editor
Phillip Wood
1
-2
/
+3
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2019-01-18
built-in rebase: call `git am` directly
Johannes Schindelin
1
-0
/
+179
2019-01-18
rebase: teach `reset_head()` to optionally skip the worktree
Johannes Schindelin
1
-1
/
+7
2019-01-18
rebase: avoid double reflog entry when switching branches
Johannes Schindelin
1
-3
/
+4
2019-01-18
rebase: move `reset_head()` into a better spot
Johannes Schindelin
1
-119
/
+119
2019-01-14
read-cache.c: replace update_index_if_able with repo_&
Nguyễn Thái Ngọc Duy
1
-3
/
+2
2019-01-14
read-cache.c: kill read_index()
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2019-01-07
rebase: implement --merge via the interactive machinery
Elijah Newren
1
-9
/
+6
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-8
/
+9
2019-01-02
rebase: run post-checkout hook on checkout
Orgad Shaneh
1
-2
/
+10
2018-12-28
git-rebase, sequencer: extend --quiet option for the interactive machinery
Elijah Newren
1
-4
/
+1
2018-12-28
rebase: fix incompatible options error message
Elijah Newren
1
-7
/
+3
2018-12-28
rebase: make builtin and legacy script error messages the same
Elijah Newren
1
-5
/
+5
2018-12-11
rebase: introduce a shortcut for --reschedule-failed-exec
Johannes Schindelin
1
-0
/
+21
2018-12-11
rebase: add a config option to default to --reschedule-failed-exec
Johannes Schindelin
1
-0
/
+5
2018-12-11
rebase: introduce --reschedule-failed-exec
Johannes Schindelin
1
-1
/
+15
2018-12-01
Merge branch 'rt/rebase-in-c-message-fix'
Junio C Hamano
1
-2
/
+2
2018-12-01
Merge branch 'js/rebase-stat-unrelated-fix'
Junio C Hamano
1
-6
/
+12
2018-12-01
builtin/rebase.c: remove superfluous space in messages
Ralf Thielow
1
-2
/
+2
2018-11-30
rebase --stat: fix when rebasing to an unrelated history
Johannes Schindelin
1
-6
/
+12
2018-11-30
rebase: fix GIT_REFLOG_ACTION regression
Johannes Schindelin
1
-3
/
+26
2018-11-21
Merge branch 'js/builtin-rebase-perf-fix-err-fix'
Junio C Hamano
1
-1
/
+2
2018-11-21
rebase: warn about the correct tree's OID
Johannes Schindelin
1
-1
/
+2
2018-11-18
Merge branch 'ab/rebase-in-c-escape-hatch'
Junio C Hamano
1
-1
/
+4
2018-11-18
Merge branch 'js/rebase-am-options'
Junio C Hamano
1
-63
/
+45
2018-11-18
Merge branch 'js/rebase-r-and-merge-head'
Junio C Hamano
1
-0
/
+3
2018-11-18
Merge branch 'js/builtin-rebase-perf-fix'
Junio C Hamano
1
-33
/
+46
2018-11-18
Merge branch 'js/rebase-autostash-detach-fix'
Junio C Hamano
1
-1
/
+2
2018-11-16
tests: add a special setup where rebase.useBuiltin is off
Ævar Arnfjörð Bjarmason
1
-1
/
+4
2018-11-16
rebase: validate -C<n> and --whitespace=<mode> parameters early
Johannes Schindelin
1
-1
/
+11
2018-11-16
rebase: really just passthru the `git am` options
Johannes Schindelin
1
-63
/
+35
2018-11-13
built-in rebase: reinstate `checkout -q` behavior where appropriate
Johannes Schindelin
1
-15
/
+25
2018-11-13
rebase: prepare reset_head() for more flags
Johannes Schindelin
1
-3
/
+6
2018-11-13
rebase: consolidate clean-up code before leaving reset_head()
Johannes Schindelin
1
-18
/
+18
2018-11-13
built-in rebase --skip/--abort: clean up stale .git/<name> files
Johannes Schindelin
1
-0
/
+3
2018-11-12
rerere.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-11-12
cache-tree.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
wt-status.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2018-11-08
built-in rebase --autostash: leave the current branch alone if possible
Johannes Schindelin
1
-1
/
+2
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+6
[prev]
[next]