index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-26
rebase -i --rebase-merges: add a section to the man page
Johannes Schindelin
1
-0
/
+135
2018-04-26
rebase -i: introduce --rebase-merges=[no-]rebase-cousins
Johannes Schindelin
7
-6
/
+59
2018-04-26
pull: accept --rebase=merges to recreate the branch topology
Johannes Schindelin
5
-10
/
+38
2018-04-26
rebase --rebase-merges: avoid "empty merges"
Johannes Schindelin
2
-0
/
+15
2018-04-26
sequencer: handle post-rewrite for merge commands
Johannes Schindelin
2
-1
/
+29
2018-04-26
sequencer: make refs generated by the `label` command worktree-local
Johannes Schindelin
2
-1
/
+16
2018-04-26
rebase --rebase-merges: add test for --keep-empty
Phillip Wood
1
-0
/
+1
2018-04-26
rebase: introduce the --rebase-merges option
Johannes Schindelin
5
-2
/
+207
2018-04-26
rebase-helper --make-script: introduce a flag to rebase merges
Johannes Schindelin
3
-2
/
+349
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
2
-0
/
+204
2018-04-26
sequencer: introduce new commands to reset the revision
Johannes Schindelin
2
-7
/
+208
2018-04-26
git-rebase--interactive: clarify arguments
Stefan Beller
1
-7
/
+7
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-25
The fourth batch for 2.18
Junio C Hamano
1
-0
/
+78
2018-04-25
Merge branch 'jm/mem-pool'
Junio C Hamano
4
-61
/
+106
2018-04-25
Merge branch 'tg/use-git-contacts'
Junio C Hamano
1
-2
/
+2
2018-04-25
Merge branch 'sb/filenames-with-dashes'
Junio C Hamano
42
-45
/
+45
2018-04-25
Merge branch 'cc/perf-bisect'
Junio C Hamano
3
-10
/
+166
2018-04-25
Merge branch 'bp/fsmonitor-prime-index'
Junio C Hamano
1
-0
/
+3
2018-04-25
Merge branch 'bp/fsmonitor-bufsize-fix'
Junio C Hamano
1
-1
/
+1
2018-04-25
Merge branch 'cb/bash-completion-ls-files-processing'
Junio C Hamano
1
-6
/
+1
2018-04-25
Merge branch 'es/worktree-docs'
Junio C Hamano
1
-9
/
+9
2018-04-25
Merge branch 'es/fread-reads-dir-autoconf-fix'
Junio C Hamano
1
-1
/
+1
2018-04-25
Merge branch 'ps/test-chmtime-get'
Junio C Hamano
10
-42
/
+63
2018-04-25
Merge branch 'js/t5404-path-fix'
Junio C Hamano
1
-1
/
+1
2018-04-25
Merge branch 'jk/ref-array-push'
Junio C Hamano
4
-14
/
+36
2018-04-25
Merge branch 'en/doc-typoes'
Junio C Hamano
7
-8
/
+8
2018-04-25
Merge branch 'lw/daemon-log-destination'
Junio C Hamano
1
-1
/
+1
2018-04-25
Merge branch 'mn/send-email-credential-doc'
Junio C Hamano
1
-10
/
+6
2018-04-25
Merge branch 'ak/bisect-doc-typofix'
Junio C Hamano
1
-2
/
+2
2018-04-25
Merge branch 'br/mergetools-guiffy'
Junio C Hamano
1
-0
/
+18
2018-04-25
Merge branch 'nd/worktree-move'
Junio C Hamano
1
-4
/
+3
2018-04-25
Merge branch 'ks/branch-list-detached-rebase-i'
Junio C Hamano
2
-4
/
+32
2018-04-25
Merge branch 'jk/t5561-missing-curl'
Junio C Hamano
2
-2
/
+12
2018-04-25
Merge branch 'bw/commit-partial-from-subdirectory-fix'
Junio C Hamano
2
-2
/
+13
2018-04-25
Merge branch 'jk/relative-directory-fix'
Junio C Hamano
11
-17
/
+223
2018-04-25
Merge branch 'jk/flockfile-stdio'
Junio C Hamano
1
-3
/
+5
2018-04-25
Merge branch 'pw/rebase-signoff'
Junio C Hamano
8
-57
/
+114
2018-04-25
Merge branch 'pw/rebase-keep-empty-fixes'
Junio C Hamano
3
-3
/
+11
2018-04-25
Merge branch 'cb/git-gui-ttk-style'
Junio C Hamano
1
-5
/
+10
2018-04-25
Merge branch 'bp/git-gui-bind-kp-enter'
Junio C Hamano
1
-0
/
+1
2018-04-25
Merge branch 'bb/git-gui-ssh-key-files'
Junio C Hamano
1
-1
/
+4
2018-04-12
mem-pool: move reusable parts of memory pool into its own file
Jameson Miller
4
-69
/
+91
2018-04-12
SubmittingPatches: mention the git contacts command
Thomas Gummerer
1
-2
/
+2
2018-04-12
fast-import: introduce mem_pool type
Jameson Miller
1
-29
/
+52
2018-04-12
fast-import: rename mem_pool type to mp_block
Jameson Miller
1
-10
/
+10
[next]