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
2019-05-19
Merge branch 'js/fsmonitor-refresh-after-discarding-index'
Junio C Hamano
5
-5
/
+36
2019-05-19
Merge branch 'cm/notes-comment-fix'
Junio C Hamano
1
-5
/
+3
2019-05-19
Merge branch 'tt/no-ipv6-fallback-for-winxp'
Junio C Hamano
2
-183
/
+3
2019-05-19
Merge branch 'js/t5580-unc-alternate-test'
Junio C Hamano
1
-0
/
+12
2019-05-19
Merge branch 'ds/cvsexportcommit-force-text'
Junio C Hamano
1
-0
/
+1
2019-05-19
Merge branch 'sg/ci-libsvn-perl'
Junio C Hamano
1
-1
/
+1
2019-05-19
Merge branch 'bl/t4253-exit-code-from-format-patch'
Junio C Hamano
1
-2
/
+4
2019-05-19
Merge branch 'ds/midx-too-many-packs'
Junio C Hamano
7
-47
/
+51
2019-05-19
Merge branch 'en/unicode-in-refnames'
Junio C Hamano
3
-0
/
+7
2019-05-19
Merge branch 'dl/difftool-mergetool'
Junio C Hamano
9
-93
/
+180
2019-05-19
Merge branch 'mh/http-fread-api-fix'
Junio C Hamano
1
-6
/
+6
2019-05-19
Merge branch 'js/t6500-use-windows-pid-on-mingw'
Junio C Hamano
1
-1
/
+9
2019-05-19
Merge branch 'jk/apache-lsan'
Junio C Hamano
1
-0
/
+1
2019-05-19
Merge branch 'nd/parse-options-aliases'
Junio C Hamano
5
-10
/
+164
2019-05-19
Merge branch 'dl/branch-from-3dot-merge-base'
Junio C Hamano
5
-32
/
+50
2019-05-19
Merge branch 'js/commit-graph-parse-leakfix'
Junio C Hamano
1
-1
/
+3
2019-05-19
Merge branch 'jk/cocci-batch'
Junio C Hamano
1
-7
/
+12
2019-05-19
Merge branch 'ab/perf-installed-fix'
Junio C Hamano
4
-27
/
+53
2019-05-19
Merge branch 'id/windows-dep-aslr'
Junio C Hamano
1
-0
/
+8
2019-05-19
Merge branch 'ab/trace2-typofix'
Junio C Hamano
0
-0
/
+0
2019-05-19
Merge branch 'nd/submodule-helper-incomplete-line-fix'
Junio C Hamano
1
-1
/
+1
2019-05-19
Merge branch 'cw/diff-highlight'
Junio C Hamano
1
-1
/
+6
2019-05-19
Merge branch 'dl/warn-tagging-a-tag'
Junio C Hamano
2
-2
/
+2
2019-05-19
diff: fix mistake in translatable strings
Jean-Noël Avila
1
-2
/
+2
2019-05-19
merge: add --quit
Nguyễn Thái Ngọc Duy
3
-0
/
+43
2019-05-19
l10n: vi.po(4577t): Updated Vietnamese translation for v2.22.0 round 1
Tran Ngoc Quan
1
-3069
/
+4154
2019-05-19
rebase -r: always reword merge -c
Phillip Wood
2
-0
/
+18
2019-05-19
send-email: document --no-[to|cc|bcc]
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2019-05-19
send-email: fix broken transferEncoding tests
Ævar Arnfjörð Bjarmason
1
-24
/
+11
2019-05-19
send-email: remove cargo-culted multi-patch pattern in tests
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2019-05-19
Makefile: remove the NO_R_TO_GCC_LINKER flag
Ævar Arnfjörð Bjarmason
1
-14
/
+1
2019-05-17
l10n: fr.po v2.22.0.rnd1
Jean-Noël Avila
1
-3065
/
+3998
2019-05-17
format-patch: teach format.notes config option
Denton Liu
4
-1
/
+107
2019-05-16
Use xmmap_gently instead of xmmap in use_pack
Mike Hommey
1
-1
/
+1
2019-05-16
dup() the input fd for fast-import used for remote helpers
Mike Hommey
1
-1
/
+1
2019-05-16
pkt-line: drop 'const'-ness of a param to set_packet_header()
Junio C Hamano
1
-1
/
+1
2019-05-15
test-lib: try harder to ensure a working jgit
Todd Zullinger
1
-1
/
+1
2019-05-15
worktree add: be tolerant of corrupt worktrees
Nguyễn Thái Ngọc Duy
2
-2
/
+17
2019-05-15
get_oid: handle NULL repo->index
Jeff King
2
-7
/
+3
2019-05-15
update-server-info: avoid needless overwrites
Eric Wong
3
-34
/
+158
2019-05-15
worktree add: sanitize worktree names
Nguyễn Thái Ngọc Duy
4
-21
/
+110
2019-05-15
http-push: prevent format overflow warning with gcc >= 9
Carlo Marcelo Arenas Belón
1
-2
/
+2
2019-05-15
help_unknown_ref(): check for refname ambiguity
Jeff King
2
-3
/
+9
2019-05-15
help_unknown_ref(): duplicate collected refnames
Jeff King
2
-1
/
+15
2019-05-15
rebase: fold git-rebase--common into the -p backend
Johannes Schindelin
5
-73
/
+56
2019-05-15
sequencer: the `am` and `rebase--interactive` scripts are gone
Johannes Schindelin
1
-1
/
+1
2019-05-15
.gitignore: there is no longer a built-in `git-rebase--interactive`
Johannes Schindelin
1
-1
/
+0
2019-05-15
t3400: stop referring to the scripted rebase
Johannes Schindelin
1
-1
/
+1
2019-05-15
Drop unused git-rebase--am.sh
Johannes Schindelin
4
-91
/
+0
2019-05-15
stash: document stash.useBuiltin
Johannes Schindelin
1
-0
/
+15
[prev]
[next]