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-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
2018-11-02
rebase: apply cocci patch
Junio C Hamano
1
-1
/
+1
2018-11-02
Merge branch 'js/rebase-autostash-fix'
Junio C Hamano
1
-3
/
+5
2018-11-02
Merge branch 'jc/rebase-in-c-5-test-typofix'
Junio C Hamano
1
-3
/
+3
2018-11-02
Merge branch 'pk/rebase-in-c-6-final'
Junio C Hamano
1
-1
/
+1
2018-11-02
Merge branch 'js/rebase-in-c-5.5-work-with-rebase-i-in-c'
Junio C Hamano
1
-4
/
+83
2018-11-02
Merge branch 'pk/rebase-in-c-5-test'
Junio C Hamano
1
-15
/
+135
2018-11-02
Merge branch 'pk/rebase-in-c-4-opts'
Junio C Hamano
1
-10
/
+440
2018-11-02
Merge branch 'pk/rebase-in-c-3-acts'
Junio C Hamano
1
-4
/
+189
2018-11-02
Merge branch 'pk/rebase-in-c-2-basic'
Junio C Hamano
1
-13
/
+321
2018-10-24
rebase --autostash: fix issue with dirty submodules
Johannes Schindelin
1
-1
/
+1
2018-10-23
rebase (autostash): use an explicit OID to apply the stash
Johannes Schindelin
1
-0
/
+2
2018-10-23
rebase (autostash): store the full OID in <state-dir>/autostash
Johannes Schindelin
1
-1
/
+1
2018-10-23
rebase (autostash): avoid duplicate call to state_dir_path()
Johannes Schindelin
1
-1
/
+1
2018-10-11
rebase: fix typoes in error messages
Junio C Hamano
1
-3
/
+3
[prev]
[next]