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
2022-02-11
Merge branch 'ab/no-errno-from-resolve-ref-unsafe'
Junio C Hamano
1
-7
/
+3
2022-01-26
Merge branch 'en/keep-cwd'
Junio C Hamano
1
-1
/
+4
2022-01-26
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2022-01-26
sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failure
Ævar Arnfjörð Bjarmason
1
-6
/
+4
2022-01-26
sequencer, stash: fix running from worktree subdir
Elijah Newren
1
-1
/
+4
2022-01-05
Merge branch 'en/keep-cwd'
Junio C Hamano
1
-0
/
+2
2021-12-21
Merge branch 'en/rebase-x-wo-git-dir-env'
Junio C Hamano
1
-8
/
+1
2021-12-15
Merge branch 'ab/run-command'
Junio C Hamano
1
-7
/
+3
2021-12-10
Merge branch 'en/rebase-x-fix'
Junio C Hamano
1
-1
/
+1
2021-12-09
rebase: do not attempt to remove startup_info->original_cwd
Elijah Newren
1
-0
/
+2
2021-12-04
sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec'
Elijah Newren
1
-8
/
+1
2021-11-29
sequencer: avoid adding exec commands for non-commit creating commands
Elijah Newren
1
-1
/
+1
2021-11-29
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
1
-2
/
+8
2021-11-25
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
1
-7
/
+3
2021-11-03
Merge branch 'pw/rebase-r-fixes'
Junio C Hamano
1
-1
/
+3
2021-11-03
rebase -i: fix rewording with --committer-date-is-author-date
Phillip Wood
1
-1
/
+3
2021-10-25
Merge branch 'ab/unpack-trees-leakfix'
Junio C Hamano
1
-21
/
+15
2021-10-18
Merge branch 'js/retire-preserve-merges'
Junio C Hamano
1
-2
/
+2
2021-10-16
refs API: post-migration API renaming [2/2]
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-16
refs API: make resolve_ref_unsafe() not set errno
Ævar Arnfjörð Bjarmason
1
-2
/
+8
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-13
sequencer: fix a memory leak in do_reset()
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-10-13
sequencer: add a "goto cleanup" to do_reset()
Ævar Arnfjörð Bjarmason
1
-19
/
+13
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-07
sequencer: restrict scope of a formerly public function
Johannes Schindelin
1
-2
/
+2
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
[next]