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
/
sequencer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-13
Merge branch 'ab/config-based-hooks-1'
Junio C Hamano
1
-1
/
+2
2021-10-13
Merge branch 'en/removing-untracked-fixes'
Junio C Hamano
1
-0
/
+1
2021-10-06
Merge branch 'pw/rebase-reread-todo-after-editing'
Junio C Hamano
1
-20
/
+27
2021-09-27
Remove ignored files by default when they are in the way
Elijah Newren
1
-2
/
+1
2021-09-27
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren
1
-0
/
+2
2021-09-27
hook.c users: use "hook_exists()" instead of "find_hook()"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-27
hook.[ch]: move find_hook() from run-command.c to hook.c
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-09-24
rebase: fix todo-list rereading
Phillip Wood
1
-11
/
+8
2021-09-24
sequencer.c: factor out a function
Phillip Wood
1
-14
/
+24
2021-09-20
Merge branch 'ds/mergies-with-sparse-index'
Junio C Hamano
1
-0
/
+9
2021-09-10
Merge branch 'ab/retire-advice-config'
Junio C Hamano
1
-4
/
+4
2021-09-10
Merge branch 'zh/cherry-pick-advice'
Junio C Hamano
1
-4
/
+16
2021-09-10
Merge branch 'js/advise-when-skipping-cherry-picked'
Junio C Hamano
1
-2
/
+20
2021-09-09
sequencer: ensure full index if not ORT strategy
Derrick Stolee
1
-0
/
+9
2021-09-03
Merge branch 'pw/rebase-r-fixes'
Junio C Hamano
1
-49
/
+57
2021-09-03
Merge branch 'pw/rebase-skip-final-fix'
Junio C Hamano
1
-0
/
+3
2021-08-30
sequencer: advise if skipping cherry-picked commit
Josh Steadmon
1
-2
/
+20
2021-08-30
Merge branch 'en/ort-becomes-the-default'
Junio C Hamano
1
-2
/
+2
2021-08-30
Merge branch 'en/merge-strategy-docs'
Junio C Hamano
1
-1
/
+1
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
1
-4
/
+4
2021-08-24
Merge branch 'js/expand-runtime-prefix'
Junio C Hamano
1
-1
/
+1
2021-08-23
cherry-pick: use better advice message
ZheNing Hu
1
-4
/
+16
2021-08-23
rebase -r: fix merge -c with a merge strategy
Phillip Wood
1
-1
/
+4
2021-08-23
rebase -r: don't write .git/MERGE_MSG when fast-forwarding
Phillip Wood
1
-40
/
+41
2021-08-20
rebase -r: make 'merge -c' behave like reword
Phillip Wood
1
-10
/
+14
2021-08-13
rebase --continue: remove .git/MERGE_MSG
Phillip Wood
1
-0
/
+3
2021-08-05
Change default merge backend from recursive to ort
Elijah Newren
1
-2
/
+2
2021-08-05
Update error message and code comment
Elijah Newren
1
-1
/
+1
2021-07-26
Use a better name for the function interpolating paths
Johannes Schindelin
1
-1
/
+1
2021-07-13
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2021-07-12
sequencer.c: move static function to avoid forward decl
Ævar Arnfjörð Bjarmason
1
-22
/
+19
2021-05-10
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
1
-2
/
+2
2021-05-07
Merge branch 'ab/rebase-no-reschedule-failed-exec'
Junio C Hamano
1
-0
/
+5
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-2
/
+2
2021-04-16
Merge branch 'en/ort-readiness'
Junio C Hamano
1
-0
/
+5
2021-04-10
rebase: don't override --no-reschedule-failed-exec with config
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2021-04-08
Merge branch 'en/sequencer-edit-upon-conflict-fix'
Junio C Hamano
1
-11
/
+41
2021-03-31
sequencer: fix edit handling for cherry-pick and revert messages
Elijah Newren
1
-11
/
+41
2021-03-26
Merge branch 'cm/rebase-i-fixup-amend-reword'
Junio C Hamano
1
-15
/
+1
2021-03-26
Merge branch 'cm/rebase-i-updates'
Junio C Hamano
1
-12
/
+11
2021-03-26
Merge branch 'cm/rebase-i'
Junio C Hamano
1
-39
/
+256
2021-03-20
merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict
Elijah Newren
1
-0
/
+5
2021-03-15
sequencer: export and rename subject_length()
Charvi Mendiratta
1
-15
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-02-10
Merge branch 'ds/more-index-cleanups'
Junio C Hamano
1
-3
/
+0
2021-02-08
sequencer: rename a few functions
Charvi Mendiratta
1
-9
/
+9
2021-02-08
sequencer: fixup the datatype of the 'flag' argument
Charvi Mendiratta
1
-4
/
+3
2021-01-29
rebase -i: teach --autosquash to work with amend!
Charvi Mendiratta
1
-7
/
+16
2021-01-29
rebase -i: add fixup [-C | -c] command
Charvi Mendiratta
1
-19
/
+194
2021-01-29
sequencer: use const variable for commit message comments
Charvi Mendiratta
1
-5
/
+10
[next]