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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-21
Merge branch 'jt/partial-clone-missing-ref-delta-base'
Junio C Hamano
1
-2
/
+24
2019-06-17
Merge branch 'xl/record-partial-clone-origin'
Junio C Hamano
1
-1
/
+1
2019-06-17
Merge branch 'js/fsmonitor-unflake'
Junio C Hamano
1
-1
/
+1
2019-06-17
Merge branch 'ba/clone-remote-submodules'
Junio C Hamano
1
-0
/
+8
2019-06-17
Merge branch 'vv/merge-squash-with-explicit-commit'
Junio C Hamano
1
-1
/
+11
2019-06-17
Merge branch 'js/bisect-helper-check-get-oid-return-value'
Junio C Hamano
1
-1
/
+4
2019-06-17
Merge branch 'jk/am-i-resolved-fix'
Junio C Hamano
1
-11
/
+12
2019-06-13
Merge branch 'dl/format-patch-notes-config'
Junio C Hamano
1
-1
/
+19
2019-06-13
Merge branch 'nd/merge-quit'
Junio C Hamano
1
-12
/
+18
2019-06-13
Merge branch 'js/rebase-cleanup'
Junio C Hamano
1
-6
/
+1
2019-06-13
Merge branch 'nd/worktree-name-sanitization'
Junio C Hamano
1
-1
/
+9
2019-06-13
Merge branch 'en/fast-export-encoding'
Junio C Hamano
1
-6
/
+49
2019-06-13
Merge branch 'jk/unused-params-final-batch'
Junio C Hamano
18
-58
/
+44
2019-06-13
Merge branch 'sb/format-patch-base-patch-id-fix'
Junio C Hamano
2
-17
/
+2
2019-06-13
Merge branch 'nd/init-relative-template-fix'
Junio C Hamano
1
-0
/
+3
2019-05-30
Merge branch 'js/rebase-config-bitfix'
Junio C Hamano
1
-1
/
+1
2019-05-29
clone: respect user supplied origin name when setting up partial clone
Xin Li
1
-1
/
+1
2019-05-28
fill_stat_cache_info(): prepare for an fsmonitor fix
Johannes Schindelin
1
-1
/
+1
2019-05-28
merge: refuse --commit with --squash
Vishal Verma
1
-1
/
+11
2019-05-28
bisect--helper: verify HEAD could be parsed before continuing
Johannes Schindelin
1
-1
/
+4
2019-05-28
rebase: replace incorrect logical negation by correct bitwise one
Johannes Schindelin
1
-1
/
+1
2019-05-28
am: fix --interactive HEAD tree resolution
Jeff King
1
-3
/
+4
2019-05-28
am: drop tty requirement for --interactive
Jeff King
1
-3
/
+3
2019-05-28
am: read interactive input from stdin
Jeff King
1
-2
/
+4
2019-05-28
am: simplify prompt response handling
Jeff King
1
-3
/
+1
2019-05-28
clone: add `--remote-submodules` flag
Ben Avison
1
-0
/
+8
2019-05-19
Merge branch 'js/difftool-no-index'
Junio C Hamano
1
-1
/
+2
2019-05-19
Merge branch 'ds/midx-too-many-packs'
Junio C Hamano
2
-2
/
+2
2019-05-19
Merge branch 'en/unicode-in-refnames'
Junio C Hamano
2
-0
/
+5
2019-05-19
Merge branch 'dl/difftool-mergetool'
Junio C Hamano
1
-8
/
+5
2019-05-19
Merge branch 'nd/parse-options-aliases'
Junio C Hamano
1
-4
/
+1
2019-05-19
Merge branch 'nd/submodule-helper-incomplete-line-fix'
Junio C Hamano
1
-1
/
+1
2019-05-19
Merge branch 'dl/warn-tagging-a-tag'
Junio C Hamano
1
-1
/
+1
2019-05-19
merge: add --quit
Nguyễn Thái Ngọc Duy
1
-0
/
+13
2019-05-17
format-patch: teach format.notes config option
Denton Liu
1
-1
/
+19
2019-05-15
worktree add: sanitize worktree names
Nguyễn Thái Ngọc Duy
1
-1
/
+9
2019-05-15
index-pack: prefetch missing REF_DELTA bases
Jonathan Tan
1
-2
/
+24
2019-05-15
rebase: fold git-rebase--common into the -p backend
Johannes Schindelin
1
-2
/
+1
2019-05-15
Drop unused git-rebase--am.sh
Johannes Schindelin
1
-4
/
+0
2019-05-14
fast-export: do automatic reencoding of commit messages only if requested
Elijah Newren
1
-3
/
+43
2019-05-14
fast-export: differentiate between explicitly UTF-8 and implicitly UTF-8
Elijah Newren
1
-1
/
+1
2019-05-14
fast-export: avoid stripping encoding header if we cannot reencode
Elijah Newren
1
-2
/
+5
2019-05-13
Merge branch 'pw/clean-sequencer-state-upon-final-commit'
Junio C Hamano
1
-2
/
+1
2019-05-13
Merge branch 'pw/rebase-i-internal'
Junio C Hamano
2
-490
/
+465
2019-05-13
Merge branch 'ew/repack-with-bitmaps-by-default'
Junio C Hamano
2
-2
/
+5
2019-05-13
Merge branch 'js/partial-clone-connectivity-check'
Junio C Hamano
1
-2
/
+4
2019-05-13
difftool: fallback on merge.guitool
Denton Liu
1
-8
/
+2
2019-05-13
difftool: make --gui, --tool and --extcmd mutually exclusive
Denton Liu
1
-0
/
+3
2019-05-13
init: make --template path relative to $CWD
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2019-05-13
verify-commit: simplify parameters to run_gpg_verify()
Jeff King
1
-15
/
+8
[next]