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-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
2021-01-25
builtin/index-pack.c: write reverse indexes
Taylor Blau
1
-3
/
+47
2021-01-25
builtin/index-pack.c: allow stripping arbitrary extensions
Taylor Blau
1
-8
/
+8
2021-01-25
packfile: prepare for the existence of '*.rev' files
Taylor Blau
1
-0
/
+1
2021-01-25
Merge branch 'tb/pack-revindex-api'
Junio C Hamano
2
-14
/
+25
2021-01-25
Merge branch 'cc/write-promisor-file'
Junio C Hamano
1
-5
/
+3
2021-01-25
Merge branch 'ab/mailmap'
Junio C Hamano
5
-18
/
+6
2021-01-25
Merge branch 'ps/fetch-atomic'
Junio C Hamano
1
-57
/
+167
2021-01-25
Merge branch 'jc/deprecate-pack-redundant'
Junio C Hamano
1
-0
/
+13
[prev]
[next]