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-12-01
Merge branch 'ln/userdiff-elixir'
Junio C Hamano
13
-0
/
+78
2019-12-01
Merge branch 'py/shortlog-list-options-for-log'
Junio C Hamano
2
-1
/
+13
2019-12-01
Merge branch 'en/doc-typofix'
Junio C Hamano
141
-214
/
+214
2019-12-01
Merge branch 'ns/test-desc-typofix'
Junio C Hamano
1
-2
/
+2
2019-12-01
Merge branch 'en/t6024-style'
Junio C Hamano
1
-63
/
+67
2019-12-01
Merge branch 'en/misc-doc-fixes'
Junio C Hamano
3
-5
/
+5
2019-12-01
Merge branch 'js/fetch-multi-lockfix'
Junio C Hamano
2
-2
/
+12
2019-12-01
Merge branch 'rs/trace2-dots'
Junio C Hamano
1
-15
/
+2
2019-12-01
Merge branch 'kw/fsmonitor-watchman-fix'
Junio C Hamano
2
-18
/
+8
2019-12-01
Merge branch 'cb/curl-use-xmalloc'
Junio C Hamano
1
-10
/
+8
2019-12-01
Merge branch 'rt/fetch-message-fix'
Junio C Hamano
1
-1
/
+1
2019-12-01
Merge branch 'es/myfirstcontrib-updates'
Junio C Hamano
1
-3
/
+50
2019-12-01
Merge branch 'hw/config-doc-in-header'
Junio C Hamano
2
-319
/
+335
2019-12-01
Merge branch 'dl/doc-diff-no-index-implies-exit-code'
Junio C Hamano
1
-1
/
+1
2019-12-01
Merge branch 'js/vreportf-wo-buffering'
Junio C Hamano
1
-4
/
+16
2019-12-01
Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'
Junio C Hamano
2
-1
/
+25
2019-12-01
Merge branch 'pb/help-list-gitsubmodules-among-guides'
Junio C Hamano
2
-1
/
+2
2019-12-01
Merge branch 'sg/blame-indent-heuristics-is-now-the-default'
Junio C Hamano
1
-8
/
+0
2019-12-01
Merge branch 'mr/clone-dir-exists-to-path-exists'
Junio C Hamano
1
-4
/
+4
2019-12-01
Merge branch 'ma/bisect-doc-sample-update'
Junio C Hamano
1
-1
/
+1
2019-12-01
Merge branch 'js/git-path-head-dot-lock-fix'
Junio C Hamano
3
-8
/
+18
2019-12-01
Merge branch 'jc/log-graph-simplify'
Junio C Hamano
6
-326
/
+659
2019-12-01
Merge branch 'jk/cleanup-object-parsing-and-fsck'
Junio C Hamano
9
-302
/
+312
2019-12-01
built-in add -i: offer the `quit` command
Johannes Schindelin
1
-5
/
+11
2019-12-01
built-in add -i: re-implement the `diff` command
Johannes Schindelin
1
-0
/
+42
2019-12-01
built-in add -i: implement the `patch` command
Johannes Schindelin
1
-7
/
+84
2019-12-01
built-in add -i: re-implement `add-untracked` in C
Johannes Schindelin
1
-0
/
+91
2019-12-01
built-in add -i: re-implement `revert` in C
Johannes Schindelin
1
-0
/
+109
2019-12-01
built-in add -i: implement the `update` command
Johannes Schindelin
1
-20
/
+110
2019-12-01
built-in add -i: prepare for multi-selection commands
Johannes Schindelin
1
-25
/
+89
2019-12-01
built-in add -i: allow filtering the modified files list
Johannes Schindelin
1
-7
/
+26
2019-12-01
add-interactive: make sure to release `rev.prune_data`
Johannes Schindelin
1
-0
/
+3
2019-11-30
mingw: do set `errno` correctly when trying to restrict handle inheritance
Johannes Schindelin
1
-1
/
+5
2019-11-30
grep: don't return an expression from pcre2_free()
Hans Jerry Illikainen
1
-1
/
+1
2019-11-30
t9001: avoid including non-trailing NUL bytes in variables
brian m. carlson
1
-1
/
+1
2019-11-30
gpg-interface: prefer check_signature() for GPG verification
Hans Jerry Illikainen
4
-75
/
+72
2019-11-30
t4210: skip i18n tests that don't work on FreeBSD
Ed Maste
2
-3
/
+9
2019-11-30
archive-zip.c: switch to reentrant localtime_r
Doan Tran Cong Danh
1
-5
/
+5
2019-11-30
date.c: switch to reentrant {gm,local}time_r
Doan Tran Cong Danh
1
-8
/
+10
2019-11-30
t7811: don't create unused file
René Scharfe
1
-1
/
+0
2019-11-30
t9300: don't create unused file
René Scharfe
1
-3
/
+0
2019-11-30
sequencer: fix a memory leak in sequencer_continue()
Alban Gruin
1
-2
/
+4
2019-11-30
doc: replace public-inbox links with lore.kernel.org
Jeff King
10
-27
/
+27
2019-11-30
doc: recommend lore.kernel.org over public-inbox.org
Jeff King
3
-3
/
+3
2019-11-30
send-pack: use OBJECT_INFO_QUICK to check negative objects
Jeff King
1
-1
/
+3
2019-11-29
t7700: s/test -f/test_path_is_file/
Denton Liu
1
-4
/
+4
2019-11-29
t7700: move keywords onto their own line
Denton Liu
1
-17
/
+34
2019-11-29
t7700: remove spaces after redirect operators
Denton Liu
1
-9
/
+9
2019-11-29
t7700: drop redirections to /dev/null
Denton Liu
1
-3
/
+3
2019-11-29
t7501: stop losing return codes of git commands
Denton Liu
1
-30
/
+39
[prev]
[next]