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
2021-12-22
reflog + refs-backend: move "verbose" out of the backend
Ævar Arnfjörð Bjarmason
3
-35
/
+68
2021-12-22
refs files-backend: assume cb->newlog if !EXPIRE_REFLOGS_DRY_RUN
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-12-22
reflog: reduce scope of "struct rev_info"
Ævar Arnfjörð Bjarmason
1
-6
/
+7
2021-12-22
reflog expire: don't use lookup_commit_reference_gently()
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-12-22
reflog expire: refactor & use "tip_commit" only for UE_NORMAL
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2021-12-22
reflog expire: use "switch" over enum values
Ævar Arnfjörð Bjarmason
1
-24
/
+33
2021-12-22
reflog: change one->many worktree->refnames to use a string_list
Ævar Arnfjörð Bjarmason
1
-29
/
+18
2021-12-22
reflog expire: narrow scope of "cb" in cmd_reflog_expire()
Ævar Arnfjörð Bjarmason
1
-16
/
+15
2021-12-22
reflog delete: narrow scope of "cmd" passed to count_reflog_ent()
Ævar Arnfjörð Bjarmason
1
-11
/
+11
2021-12-22
refs: centralize initialization of the base ref_store.
Han-Wen Nienhuys
5
-13
/
+11
2021-12-22
refs: print error message in debug output
Han-Wen Nienhuys
1
-1
/
+2
2021-12-22
refs: pass gitdir to packed_ref_store_create
Han-Wen Nienhuys
3
-8
/
+8
2021-12-22
git-p4: remove "rollback" verb
Joel Holdsworth
1
-60
/
+0
2021-12-22
git-p4: remove "debug" verb
Joel Holdsworth
1
-16
/
+0
2021-12-22
t7004: use "test-tool ref-store" for reflog inspection
Han-Wen Nienhuys
1
-2
/
+2
2021-12-22
t7004: create separate tags for different tests
Han-Wen Nienhuys
1
-11
/
+11
2021-12-22
t5550: require REFFILES
Han-Wen Nienhuys
1
-0
/
+7
2021-12-22
t5540: require REFFILES
Han-Wen Nienhuys
1
-0
/
+6
2021-12-22
test-read-cache: remove --table, --expand options
Derrick Stolee
1
-54
/
+10
2021-12-22
t1091/t3705: remove 'test-tool read-cache --table'
Derrick Stolee
2
-9
/
+24
2021-12-22
t1092: replace 'read-cache --table' with 'ls-files --sparse'
Derrick Stolee
1
-17
/
+14
2021-12-22
ls-files: add --sparse option
Derrick Stolee
3
-2
/
+106
2021-12-22
fetch/pull: use the sparse index
Derrick Stolee
3
-0
/
+14
2021-12-21
test-ref-store: print hash algorithm
Han-Wen Nienhuys
1
-4
/
+5
2021-12-21
The fourth batch
Junio C Hamano
1
-1
/
+33
2021-12-21
Merge branch 'js/scalar'
Junio C Hamano
8
-0
/
+1275
2021-12-21
Merge branch 'ld/sparse-diff-blame'
Junio C Hamano
7
-37
/
+131
2021-12-21
Merge branch 'en/name-rev-shorter-output'
Junio C Hamano
1
-4
/
+13
2021-12-21
Merge branch 'ak/protect-any-current-branch'
Junio C Hamano
11
-131
/
+198
2021-12-21
Merge branch 'fs/ssh-signing-other-keytypes'
Junio C Hamano
5
-17
/
+67
2021-12-21
Merge branch 'fs/ssh-signing-key-lifetime'
Junio C Hamano
13
-48
/
+351
2021-12-21
Merge branch 'jc/grep-patterntype-default-doc'
Junio C Hamano
1
-1
/
+2
2021-12-21
Merge branch 'jk/log-decorate-opts-with-implicit-decorate'
Junio C Hamano
2
-4
/
+56
2021-12-21
Merge branch 'en/rebase-x-wo-git-dir-env'
Junio C Hamano
2
-8
/
+24
2021-12-21
Merge branch 'jc/c99-var-decl-in-for-loop'
Junio C Hamano
2
-3
/
+9
2021-12-21
Merge branch 'pw/xdiff-classify-record-in-histogram'
Junio C Hamano
3
-42
/
+29
2021-12-21
l10n: README: call more attention to plural strings
Josh Steadmon
1
-0
/
+4
2021-12-21
fast-export: fix surprising behavior with --first-parent
William Sprent
2
-36
/
+36
2021-12-20
config: require lowercase for branch.*.autosetupmerge
Josh Steadmon
1
-1
/
+1
2021-12-20
branch: add flags and config to inherit tracking
Josh Steadmon
16
-23
/
+205
2021-12-20
branch: accept multiple upstream branches for tracking
Josh Steadmon
2
-43
/
+106
2021-12-20
merge: allow to pretend a merge is made into a different branch
Junio C Hamano
7
-5
/
+67
2021-12-20
git-p4: show progress as an integer
Joel Holdsworth
1
-1
/
+2
2021-12-20
git-p4: print size values in appropriate units
Joel Holdsworth
1
-5
/
+19
2021-12-20
grep/pcre2: factor out literal variable
René Scharfe
1
-2
/
+2
2021-12-20
grep/pcre2: use PCRE2_UTF even with ASCII patterns
René Scharfe
2
-1
/
+7
2021-12-20
daemon: plug memory leak on overlong path
René Scharfe
1
-1
/
+1
2021-12-20
git-apply: skip threeway in add / rename cases
Jerry Zhang
2
-1
/
+21
2021-12-20
repack: make '--quiet' disable progress
Derrick Stolee
3
-4
/
+14
2021-12-20
repack: respect kept objects with '--write-midx -b'
Derrick Stolee
3
-1
/
+41
[prev]
[next]