index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-12
Merge branch 'tb/precompose-prefix-too'
Junio C Hamano
5
-5
/
+5
2021-02-12
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
3
-11
/
+68
2021-02-11
stash: declare ref_stash as an array
Denton Liu
1
-1
/
+1
2021-02-11
rev-list: add --disk-usage option for calculating disk usage
Jeff King
1
-0
/
+46
2021-02-11
reflog expire --stale-fix: be generous about missing objects
Johannes Schindelin
1
-0
/
+3
2021-02-11
diff: add an API for deferred freeing
Ævar Arnfjörð Bjarmason
1
-11
/
+12
2021-02-10
gpg-interface: improve interface for parsing tags
brian m. carlson
2
-6
/
+14
2021-02-10
Merge branch 'ds/more-index-cleanups'
Junio C Hamano
2
-8
/
+0
2021-02-10
Merge branch 'rs/worktree-list-verbose'
Junio C Hamano
1
-75
/
+35
2021-02-10
Merge branch 'ab/lose-grep-debug'
Junio C Hamano
1
-5
/
+0
2021-02-10
Merge branch 'jk/use-oid-pos'
Junio C Hamano
1
-5
/
+5
2021-02-09
grep: honor sparse-checkout on working tree searches
Matheus Tavares
1
-2
/
+5
2021-02-09
maintenance: incremental strategy runs pack-refs weekly
Derrick Stolee
1
-0
/
+2
2021-02-09
maintenance: add pack-refs task
Derrick Stolee
1
-4
/
+17
2021-02-09
grep: error out if --untracked is used with --cached
Matheus Tavares
1
-0
/
+3
2021-02-08
Merge branch 'ab/branch-sort' into maint
Junio C Hamano
3
-4
/
+6
2021-02-08
Merge branch 'ma/more-opaque-lock-file' into maint
Junio C Hamano
1
-3
/
+3
2021-02-08
Merge branch 'zh/arg-help-format' into maint
Junio C Hamano
7
-61
/
+61
2021-02-06
range-diff: offer --left-only/--right-only options
Johannes Schindelin
1
-1
/
+7
2021-02-06
range-diff: combine all options in a single data structure
Johannes Schindelin
2
-6
/
+17
2021-02-05
Merge branch 'jv/pack-objects-narrower-ref-iteration'
Junio C Hamano
1
-5
/
+3
2021-02-05
Merge branch 'ph/use-delete-refs'
Junio C Hamano
2
-29
/
+62
2021-02-05
Merge branch 'zh/ls-files-deduplicate'
Junio C Hamano
1
-31
/
+50
2021-02-05
Merge branch 'so/log-diff-merge'
Junio C Hamano
4
-22
/
+17
2021-02-05
Merge branch 'ds/for-each-repo-noopfix' into maint
Junio C Hamano
1
-0
/
+7
2021-02-05
Merge branch 'en/stash-apply-sparse-checkout' into maint
Junio C Hamano
1
-49
/
+116
2021-02-05
Merge branch 'rs/rebase-commit-validation' into maint
Junio C Hamano
1
-1
/
+3
2021-02-05
clone: respect remote unborn HEAD
Jonathan Tan
1
-2
/
+14
2021-02-05
connect, transport: encapsulate arg in struct
Jonathan Tan
4
-19
/
+29
2021-02-03
Merge branch 'jk/peel-iterated-oid'
Junio C Hamano
4
-5
/
+5
2021-02-03
Merge branch 'ds/maintenance-prefetch-cleanup'
Junio C Hamano
1
-0
/
+6
2021-02-03
bisect--helper: retire `--check-and-set-terms` subcommand
Pranit Bauva
1
-10
/
+0
2021-02-03
bisect--helper: reimplement `bisect_skip` shell function in C
Pranit Bauva
1
-1
/
+44
2021-02-03
bisect--helper: retire `--bisect-auto-next` subcommand
Pranit Bauva
1
-10
/
+0
2021-02-03
bisect--helper: use `res` instead of return in BISECT_RESET case option
Pranit Bauva
1
-1
/
+2
2021-02-03
bisect--helper: retire `--bisect-write` subcommand
Pranit Bauva
1
-10
/
+0
2021-02-03
bisect--helper: reimplement `bisect_replay` shell function in C
Pranit Bauva
1
-1
/
+83
2021-02-03
bisect--helper: reimplement `bisect_log` shell function in C
Pranit Bauva
1
-1
/
+26
2021-02-03
MacOS: precompose_argv_prefix()
Torsten Bögershausen
5
-5
/
+5
2021-01-30
worktree: teach `list` verbose mode
Rafael Silva
1
-2
/
+12
2021-01-30
worktree: teach `list` to annotate prunable worktree
Rafael Silva
1
-0
/
+10
2021-01-30
worktree: teach `list --porcelain` to annotate locked worktree
Rafael Silva
1
-0
/
+13
2021-01-30
worktree: teach worktree_lock_reason() to gently handle main worktree
Rafael Silva
1
-1
/
+1
2021-01-30
worktree: libify should_prune_worktree()
Rafael Silva
1
-74
/
+1
2021-01-28
oid_pos(): access table through const pointers
Jeff King
1
-2
/
+2
2021-01-28
hash_pos(): convert to oid_pos()
Jeff King
1
-4
/
+4
2021-01-27
range-diff/format-patch: refactor check for commit range
Johannes Schindelin
2
-5
/
+6
2021-01-26
grep/log: remove hidden --debug and --grep-debug options
Ævar Arnfjörð Bjarmason
1
-5
/
+0
2021-01-25
t: support GIT_TEST_WRITE_REV_INDEX
Taylor Blau
2
-1
/
+6
2021-01-25
builtin/pack-objects.c: respect 'pack.writeReverseIndex'
Taylor Blau
1
-0
/
+7
[prev]
[next]