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
2022-02-01
builtin/branch: consolidate action-picking logic in cmd_branch()
Glen Choo
1
-8
/
+11
2022-02-01
branch: add a dry_run parameter to create_branch()
Glen Choo
4
-4
/
+11
2022-02-01
branch: make create_branch() always create a branch
Glen Choo
3
-32
/
+46
2022-02-01
branch: move --set-upstream-to behavior to dwim_and_setup_tracking()
Glen Choo
3
-26
/
+92
2022-02-01
subtree: force merge commit
Thomas Koutcher
1
-2
/
+2
2022-01-31
t5312: prepare for reftable
Han-Wen Nienhuys
1
-5
/
+5
2022-01-31
t1405: mark test that checks existence as REFFILES
Han-Wen Nienhuys
1
-1
/
+1
2022-01-31
t1405: explictly delete reflogs for reftable
Han-Wen Nienhuys
1
-0
/
+6
2022-01-31
fetch --prune: exit with error if pruning fails
Thomas Gummerer
2
-4
/
+17
2022-01-31
Merge branch 'js/branch-track-inherit' into gc/branch-recurse-submodules
Junio C Hamano
16
-67
/
+312
2022-01-28
Sync with Git 2.35.1
Junio C Hamano
1
-0
/
+6
2022-01-28
Name the next one 2.36 to prepare for 2.35.1
Junio C Hamano
2
-1
/
+35
2022-01-28
Git 2.35.1
Junio C Hamano
3
-2
/
+8
2022-01-28
Merge branch 'en/keep-cwd' into maint
Junio C Hamano
3
-2
/
+30
2022-01-28
scalar: accept -C and -c options before the subcommand
Johannes Schindelin
3
-1
/
+39
2022-01-28
fetch: fix negotiate-only error message
Robert Coup
2
-2
/
+2
2022-01-28
sparse-checkout: fix a couple minor memory leaks
Elijah Newren
1
-0
/
+2
2022-01-28
diff-filter: be more careful when looking for negative bits
Johannes Schindelin
3
-17
/
+21
2022-01-28
diff.c: move the diff filter bits definitions up a bit
Johannes Schindelin
1
-37
/
+37
2022-01-28
docs(diff): lose incorrect claim about `diff-files --diff-filter=A`
Johannes Schindelin
1
-5
/
+2
2022-01-27
stash: stop warning about the obsolete `stash.useBuiltin` config setting
Johannes Schindelin
2
-25
/
+0
2022-01-27
stash: remove documentation for `stash.useBuiltin`
Johannes Schindelin
1
-7
/
+0
2022-01-27
add: remove support for `git-legacy-stash`
Johannes Schindelin
1
-14
/
+0
2022-01-27
git-sh-setup: remove remnant bits referring to `git-legacy-stash`
Johannes Schindelin
1
-1
/
+0
2022-01-27
SubmittingPatches: explain why we care about log messages
Junio C Hamano
1
-0
/
+29
2022-01-27
CodingGuidelines: hint why we value clearly written log messages
Junio C Hamano
1
-0
/
+7
2022-01-27
SubmittingPatches: write problem statement in the log in the present tense
Junio C Hamano
1
-0
/
+7
2022-01-27
pack-bitmap.c: gracefully fallback after opening pack/MIDX
Taylor Blau
3
-0
/
+51
2022-01-27
midx: read `RIDX` chunk when present
Taylor Blau
7
-7
/
+54
2022-01-27
t/lib-bitmap.sh: parameterize tests over reverse index source
Taylor Blau
1
-6
/
+14
2022-01-27
t5326: move tests to t/lib-bitmap.sh
Taylor Blau
2
-171
/
+179
2022-01-27
t5326: extract `test_rev_exists`
Taylor Blau
1
-15
/
+22
2022-01-27
t5326: drop unnecessary setup
Taylor Blau
1
-4
/
+0
2022-01-27
pack-revindex.c: instrument loading on-disk reverse index
Taylor Blau
1
-0
/
+3
2022-01-27
midx.c: make changing the preferred pack safe
Taylor Blau
4
-10
/
+29
2022-01-27
t5326: demonstrate bitmap corruption after permutation
Taylor Blau
1
-0
/
+31
2022-01-26
Merge branch 'en/keep-cwd'
Junio C Hamano
3
-2
/
+30
2022-01-26
Start post 2.35 cycle
Junio C Hamano
1
-1
/
+1
2022-01-26
Documentation/config/pgp.txt: add missing apostrophe
Greg Hurrell
1
-1
/
+1
2022-01-26
Documentation/config/pgp.txt: replace stray <TAB> character with <SPC>
Greg Hurrell
1
-1
/
+1
2022-01-26
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
Ævar Arnfjörð Bjarmason
7
-77
/
+33
2022-01-26
sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failure
Ævar Arnfjörð Bjarmason
1
-6
/
+4
2022-01-26
rebase -m: don't fork git checkout
Phillip Wood
1
-27
/
+11
2022-01-26
rebase --apply: set ORIG_HEAD correctly
Phillip Wood
4
-1
/
+34
2022-01-26
rebase --apply: fix reflog
Phillip Wood
4
-6
/
+41
2022-01-26
reset_head(): take struct rebase_head_opts
Phillip Wood
4
-48
/
+92
2022-01-26
rebase: cleanup reset_head() calls
Phillip Wood
1
-2
/
+2
2022-01-26
create_autostash(): remove unneeded parameter
Phillip Wood
4
-13
/
+9
2022-01-26
reset_head(): make default_reflog_action optional
Phillip Wood
2
-10
/
+16
2022-01-26
reset_head(): factor out ref updates
Phillip Wood
1
-48
/
+62
[prev]
[next]