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-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
4
-9
/
+42
2021-10-18
Merge branch 'jk/cat-file-batch-all-wo-replace'
Junio C Hamano
1
-14
/
+40
2021-10-18
Merge branch 'ab/designated-initializers-more'
Junio C Hamano
3
-74
/
+69
2021-10-18
Merge branch 'tb/repack-write-midx'
Junio C Hamano
2
-36
/
+282
2021-10-18
Merge branch 'js/retire-preserve-merges'
Junio C Hamano
3
-330
/
+20
2021-10-13
Merge branch 'ab/align-parse-options-help'
Junio C Hamano
5
-12
/
+12
2021-10-13
Merge branch 'ab/help-config-vars'
Junio C Hamano
1
-48
/
+83
2021-10-13
Merge branch 'ab/config-based-hooks-1'
Junio C Hamano
6
-40
/
+17
2021-10-13
Merge branch 'en/removing-untracked-fixes'
Junio C Hamano
8
-25
/
+35
2021-10-13
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
3
-14
/
+80
2021-10-11
Merge branch 'mr/bisect-in-c-4'
Junio C Hamano
1
-1
/
+1
2021-10-11
Merge branch 'da/difftool'
Junio C Hamano
1
-51
/
+53
2021-10-11
Merge branch 'ab/designated-initializers'
Junio C Hamano
1
-10
/
+11
2021-10-11
Merge branch 'jk/ref-paranoia'
Junio C Hamano
5
-8
/
+4
2021-10-11
Merge branch 'tb/midx-write-propagate-namehash'
Junio C Hamano
1
-0
/
+21
2021-10-08
cat-file: use packed_object_info() for --batch-all-objects
Jeff King
1
-14
/
+36
2021-10-08
cat-file: split ordered/unordered batch-all-objects callbacks
Jeff King
1
-1
/
+3
2021-10-08
cat-file: disable refs/replace with --batch-all-objects
Jeff King
1
-0
/
+2
2021-10-06
Merge branch 'tb/commit-graph-usage-fix'
Junio C Hamano
2
-7
/
+30
2021-10-06
Merge branch 'pw/rebase-of-a-tag-fix'
Junio C Hamano
1
-28
/
+21
2021-10-06
Merge branch 'jt/add-submodule-odb-clean-up'
Junio C Hamano
3
-13
/
+3
2021-10-03
Merge branch 'bs/difftool-msg-tweak'
Junio C Hamano
1
-3
/
+3
2021-10-03
Merge branch 'ab/bundle-remove-verbose-option'
Junio C Hamano
1
-3
/
+0
2021-10-03
Merge branch 'bs/ls-files-opt-help-text-update'
Junio C Hamano
1
-2
/
+2
2021-10-03
Merge branch 'da/difftool-dir-diff-symlink-fix'
Junio C Hamano
1
-0
/
+2
2021-10-03
Merge branch 'ab/refs-files-cleanup'
Junio C Hamano
1
-7
/
+6
2021-10-03
Merge branch 'jk/clone-unborn-head-in-bare'
Junio C Hamano
1
-16
/
+17
2021-10-03
Merge branch 'en/stash-df-fix'
Junio C Hamano
1
-3
/
+17
2021-10-01
builtin/repack.c: pass `--refs-snapshot` when writing bitmaps
Taylor Blau
1
-0
/
+82
2021-10-01
bisect--helper: add space between colon and following sentence
Bagas Sanjaya
1
-1
/
+1
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
4
-7
/
+15
2021-10-01
fsck: don't hard die on invalid object types
Ævar Arnfjörð Bjarmason
1
-6
/
+31
2021-10-01
builtin/remote.c: add and use SHOW_INFO_INIT
Ævar Arnfjörð Bjarmason
1
-45
/
+45
2021-10-01
builtin/remote.c: add and use a REF_STATES_INIT
Ævar Arnfjörð Bjarmason
1
-12
/
+11
2021-10-01
urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-30
difftool: add a missing space to the run_dir_diff() comments
David Aguilar
1
-1
/
+1
2021-09-30
difftool: remove an unnecessary call to strbuf_release()
David Aguilar
1
-2
/
+0
2021-09-30
difftool: refactor dir-diff to write files using helper functions
David Aguilar
1
-22
/
+28
2021-09-30
difftool: create a tmpdir path without repeated slashes
David Aguilar
1
-26
/
+24
2021-09-28
builtin/repack.c: make largest pack preferred
Taylor Blau
1
-1
/
+26
2021-09-28
builtin/repack.c: support writing a MIDX while repacking
Taylor Blau
1
-19
/
+119
2021-09-28
builtin/repack.c: extract showing progress to a variable
Taylor Blau
1
-1
/
+2
2021-09-28
builtin/repack.c: rename variables that deal with non-kept packs
Taylor Blau
1
-11
/
+11
2021-09-28
builtin/repack.c: keep track of existing packs unconditionally
Taylor Blau
1
-25
/
+31
2021-09-28
midx: preliminary support for `--refs-snapshot`
Taylor Blau
2
-4
/
+9
2021-09-28
builtin/multi-pack-index.c: support `--stdin-packs` mode
Taylor Blau
1
-0
/
+27
2021-09-28
mv: refuse to move sparse paths
Derrick Stolee
1
-9
/
+43
2021-09-28
rm: skip sparse paths with missing SKIP_WORKTREE
Derrick Stolee
1
-1
/
+3
2021-09-28
rm: add --sparse option
Derrick Stolee
1
-2
/
+6
2021-09-28
add: update --renormalize to skip sparse paths
Derrick Stolee
1
-1
/
+3
[next]