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-10-24
fsck: s/++i > 1/i++/
Junio C Hamano
1
-1
/
+1
2018-10-24
cocci: simplify "if (++u > 1)" to "if (u++)"
Junio C Hamano
1
-0
/
+5
2018-10-23
t7501: rename commit test to comply with naming convention
Stephen P. Smith
1
-0
/
+0
2018-10-23
t7500: rename commit tests script to comply with naming convention
Stephen P. Smith
1
-1
/
+1
2018-10-23
t7502: rename commit test script to comply with naming convention
Stephen P. Smith
1
-0
/
+0
2018-10-23
t7509: cleanup description and filename
Stephen P. Smith
1
-1
/
+1
2018-10-23
t2000: rename and combine checkout clash tests
Stephen P. Smith
3
-145
/
+135
2018-10-23
exclude-promisor-objects: declare when option is allowed
Matthew DeVore
7
-1
/
+14
2018-10-23
Documentation/git-log.txt: do not show --exclude-promisor-objects
Matthew DeVore
1
-1
/
+1
2018-10-23
send-email: explicitly disable authentication
Joshua Watt
2
-3
/
+12
2018-10-23
rebase (autostash): use an explicit OID to apply the stash
Johannes Schindelin
1
-0
/
+2
2018-10-23
rebase (autostash): store the full OID in <state-dir>/autostash
Johannes Schindelin
1
-1
/
+1
2018-10-23
rebase (autostash): avoid duplicate call to state_dir_path()
Johannes Schindelin
1
-1
/
+1
2018-10-23
doc: fix formatting in git-update-ref
Andreas Heiduk
1
-4
/
+4
2018-10-23
doc: fix indentation of listing blocks in gitweb.conf.txt
Andreas Heiduk
1
-10
/
+15
2018-10-23
doc: fix descripion for 'git tag --format'
Andreas Heiduk
1
-6
/
+6
2018-10-23
doc: fix inappropriate monospace formatting
Andreas Heiduk
5
-32
/
+40
2018-10-23
doc: fix ASCII art tab spacing
Andreas Heiduk
3
-25
/
+25
2018-10-23
doc: clarify boundaries of 'git worktree list --porcelain'
Andreas Heiduk
1
-2
/
+2
2018-10-23
gpg-interface.c: obtain primary key fingerprint as well
Michał Górny
4
-1
/
+22
2018-10-23
gpg-interface.c: support getting key fingerprint via %GF format
Michał Górny
5
-7
/
+31
2018-10-23
gpg-interface.c: use flags to determine key/signer info presence
Michał Górny
1
-10
/
+17
2018-10-23
commit-reach: fix cast in compare_commits_by_gen()
René Scharfe
1
-2
/
+2
2018-10-22
reflog expire: cover reflog from all worktrees
Nguyễn Thái Ngọc Duy
3
-5
/
+63
2018-10-22
fsck: check HEAD and reflog from other worktrees
Nguyễn Thái Ngọc Duy
2
-17
/
+73
2018-10-22
fsck: move fsck_head_link() to get_default_heads() to avoid some globals
Elijah Newren
1
-11
/
+16
2018-10-22
revision.c: better error reporting on ref from different worktrees
Nguyễn Thái Ngọc Duy
3
-11
/
+74
2018-10-22
revision.c: correct a parameter name
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2018-10-22
refs: new ref types to make per-worktree refs visible to all worktrees
Nguyễn Thái Ngọc Duy
7
-4
/
+153
2018-10-22
worktree: add per-worktree config files
Nguyễn Thái Ngọc Duy
10
-18
/
+213
2018-10-22
t1300: extract and use test_cmp_config()
Nguyễn Thái Ngọc Duy
2
-60
/
+42
2018-10-22
completion: fix __gitcomp_builtin no longer consider extra options
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-10-22
gpg-interface.c: detect and reject multiple signatures on commits
Michał Górny
2
-29
/
+87
2018-10-22
read-cache: use of memory after it is freed
Carlo Marcelo Arenas Belón
1
-1
/
+1
2018-10-22
submodule.c: remove some of the_repository references
Nguyễn Thái Ngọc Duy
4
-31
/
+38
2018-10-22
multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX
Derrick Stolee
7
-4
/
+20
2018-10-22
midx: close multi-pack-index on repack
Derrick Stolee
3
-6
/
+16
2018-10-22
diff: don't attempt to strip prefix from absolute Windows paths
Johannes Sixt
2
-2
/
+12
2018-10-19
receive: denyCurrentBranch=updateinstead should not blindly update
Junio C Hamano
2
-4
/
+16
2018-10-19
pack-objects (mingw): initialize `packing_data` mutex in the correct spot
Johannes Schindelin
3
-2
/
+4
2018-10-19
pack-objects (mingw): demonstrate a segmentation fault with large deltas
Johannes Schindelin
1
-0
/
+32
2018-10-19
pack-objects: fix typo 'detla' -> 'delta'
Johannes Schindelin
1
-1
/
+1
2018-10-19
Fifth batch for 2.20
Junio C Hamano
1
-0
/
+82
2018-10-19
Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone'
Junio C Hamano
2
-1
/
+38
2018-10-19
Merge branch 'tb/filter-alternate-refs'
Junio C Hamano
6
-13
/
+92
2018-10-19
Merge branch 'jt/avoid-ls-refs'
Junio C Hamano
7
-13
/
+114
2018-10-19
Merge branch 'ds/commit-graph-leakfix'
Junio C Hamano
2
-11
/
+16
2018-10-19
Merge branch 'jt/non-blob-lazy-fetch'
Junio C Hamano
3
-42
/
+121
2018-10-19
Merge branch 'pw/diff-color-moved-ws-fix'
Junio C Hamano
1
-41
/
+54
2018-10-19
Merge branch 'rs/oidset-on-khash'
Junio C Hamano
4
-61
/
+81
[prev]
[next]