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
2018-06-25
Merge branch 'sb/plug-misc-leaks'
Junio C Hamano
1
-1
/
+3
2018-06-25
Merge branch 'nd/commit-util-to-slab'
Junio C Hamano
1
-6
/
+18
2018-06-25
sequencer.c: plug mem leak in git_sequencer_config
Stefan Beller
1
-0
/
+1
2018-06-18
Merge branch 'js/rebase-i-root-fix'
Junio C Hamano
1
-1
/
+1
2018-06-18
rebase --root: fix amending root commit messages
Johannes Schindelin
1
-1
/
+1
2018-06-04
sequencer.c: plug leaks in do_pick_commit
Stefan Beller
1
-1
/
+2
2018-06-01
Merge branch 'js/rebase-recreate-merge'
Junio C Hamano
1
-1
/
+1
2018-06-01
Merge branch 'nd/command-list'
Junio C Hamano
1
-0
/
+1
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2018-05-30
Merge branch 'js/sequencer-and-root-commits'
Junio C Hamano
1
-25
/
+181
2018-05-30
sequencer: ensure labels that are object IDs are rewritten
brian m. carlson
1
-1
/
+1
2018-05-23
Merge branch 'js/rebase-recreate-merge'
Junio C Hamano
1
-37
/
+855
2018-05-23
Merge branch 'js/rebase-i-clean-msg-after-fixup-continue'
Junio C Hamano
1
-47
/
+146
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-1
/
+2
2018-05-23
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
1
-6
/
+6
2018-05-21
sequencer.c: use commit-slab to associate todo items to commits
Nguyễn Thái Ngọc Duy
1
-3
/
+9
2018-05-21
sequencer.c: use commit-slab to mark seen commits
Nguyễn Thái Ngọc Duy
1
-3
/
+9
2018-05-21
Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-05-08
Merge branch 'js/ident-date-fix'
Junio C Hamano
1
-0
/
+2
2018-05-06
rebase --rebase-merges: root commits can be cousins, too
Johannes Schindelin
1
-1
/
+2
2018-05-06
sequencer: learn about the special "fake root commit" handling
Johannes Schindelin
1
-3
/
+121
2018-05-06
rebase --rebase-merges: a "merge" into a new root is a fast-forward
Johannes Schindelin
1
-0
/
+12
2018-05-06
sequencer: allow introducing new root commits
Johannes Schindelin
1
-12
/
+28
2018-05-06
sequencer: extract helper to update active_cache_tree
Johannes Schindelin
1
-9
/
+18
2018-05-02
sequencer: use the_hash_algo for empty tree object ID
brian m. carlson
1
-1
/
+1
2018-05-02
sequencer: convert one use of EMPTY_TREE_SHA1_HEX
brian m. carlson
1
-1
/
+1
2018-05-02
rebase --skip: clean up commit message after a failed fixup/squash
Johannes Schindelin
1
-13
/
+100
2018-05-02
sequencer: always commit without editing when asked for
Johannes Schindelin
1
-0
/
+2
2018-05-02
rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON
Johannes Schindelin
1
-34
/
+44
2018-04-26
rebase -i: introduce --rebase-merges=[no-]rebase-cousins
Johannes Schindelin
1
-0
/
+4
2018-04-26
rebase --rebase-merges: avoid "empty merges"
Johannes Schindelin
1
-0
/
+7
2018-04-26
sequencer: handle post-rewrite for merge commands
Johannes Schindelin
1
-1
/
+4
2018-04-26
rebase-helper --make-script: introduce a flag to rebase merges
Johannes Schindelin
1
-1
/
+345
2018-04-26
sequencer: fast-forward `merge` commands, if possible
Johannes Schindelin
1
-1
/
+32
2018-04-26
sequencer: introduce the `merge` command
Johannes Schindelin
1
-0
/
+200
2018-04-26
sequencer: introduce new commands to reset the revision
Johannes Schindelin
1
-7
/
+206
2018-04-26
sequencer: offer helpful advice when a command was rescheduled
Johannes Schindelin
1
-0
/
+16
2018-04-26
sequencer: refactor how original todo list lines are accessed
Johannes Schindelin
1
-24
/
+36
2018-04-26
sequencer: make rearrange_squash() a bit more obvious
Johannes Schindelin
1
-1
/
+1
2018-04-26
sequencer: avoid using errno clobbered by rollback_lock_file()
Johannes Schindelin
1
-4
/
+6
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-1
/
+2
2018-04-25
Merge branch 'sb/filenames-with-dashes'
Junio C Hamano
1
-1
/
+1
2018-04-25
Merge branch 'pw/rebase-signoff'
Junio C Hamano
1
-1
/
+7
2018-04-25
Merge branch 'pw/rebase-keep-empty-fixes'
Junio C Hamano
1
-2
/
+6
2018-04-19
sequencer: reset the committer date before commits
Johannes Sixt
1
-0
/
+2
2018-04-11
exec_cmd: rename to use dash in file name
Stefan Beller
1
-1
/
+1
2018-04-11
treewide: replace maybe_tree with accessor methods
Derrick Stolee
1
-6
/
+6
2018-04-11
treewide: rename tree to maybe_tree
Derrick Stolee
1
-6
/
+6
2018-04-11
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
Junio C Hamano
1
-1
/
+1
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-4
/
+5
[next]