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-10-03
Merge branch 'ds/perf-test-built-path-fix'
Junio C Hamano
1
-1
/
+1
2021-10-03
Merge branch 'jk/http-redact-fix'
Junio C Hamano
2
-15
/
+15
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
2
-2
/
+67
2021-10-03
Merge branch 'hn/refs-errno-cleanup'
Junio C Hamano
7
-151
/
+146
2021-10-03
Merge branch 'ab/refs-files-cleanup'
Junio C Hamano
8
-123
/
+64
2021-10-03
Merge branch 'cb/cvsserver'
Junio C Hamano
3
-17
/
+24
2021-10-03
Merge branch 'jx/ci-l10n'
Junio C Hamano
1
-0
/
+105
2021-10-03
Merge branch 'jk/clone-unborn-head-in-bare'
Junio C Hamano
2
-16
/
+30
2021-10-03
Merge branch 'en/stash-df-fix'
Junio C Hamano
2
-3
/
+75
2021-10-01
bisect--helper: add space between colon and following sentence
Bagas Sanjaya
1
-1
/
+1
2021-10-01
config.h: remove unused git_config_get_untracked_cache() declaration
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2021-10-01
log-tree.h: remove unused function declarations
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2021-10-01
grep.h: remove unused grep_threads_ok() declaration
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2021-10-01
builtin.h: remove cmd_tar_tree() declaration
Ævar Arnfjörð Bjarmason
1
-1
/
+0
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
2
-26
/
+31
2021-09-29
grep: demonstrate bug with textconv attributes and submodules
Matheus Tavares
2
-3
/
+106
2021-09-28
Makefile: restrict -Wpedantic and -Wno-pedantic-ms-format better
Carlo Marcelo Arenas Belón
2
-2
/
+11
2021-09-28
doc: fix capitalization in "git status --porcelain=v2" description
Orgad Shaneh
1
-1
/
+1
2021-09-28
refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry()
Ævar Arnfjörð Bjarmason
3
-9
/
+7
2021-09-28
refs/ref-cache.c: remove "mkdir" parameter from find_containing_dir()
Ævar Arnfjörð Bjarmason
1
-24
/
+12
2021-09-28
refs/ref-cache.[ch]: remove unused add_ref_entry()
Ævar Arnfjörð Bjarmason
2
-16
/
+0
2021-09-28
refs/ref-cache.[ch]: remove unused remove_entry_from_dir()
Ævar Arnfjörð Bjarmason
2
-51
/
+0
2021-09-28
refs.[ch]: remove unused ref_storage_backend_exists()
Ævar Arnfjörð Bjarmason
2
-7
/
+0
2021-09-28
config.c: remove unused git_config_key_is_valid()
Ævar Arnfjörð Bjarmason
2
-27
/
+8
2021-09-28
string-list.[ch]: remove string_list_init() compatibility function
Ævar Arnfjörð Bjarmason
3
-15
/
+2
2021-09-28
The ninth batch
Junio C Hamano
1
-0
/
+5
2021-09-28
Merge branch 'en/typofixes'
Junio C Hamano
2
-2
/
+2
2021-09-28
Merge branch 'cb/unicode-14'
Junio C Hamano
1
-15
/
+29
2021-09-28
Merge branch 'jk/reduce-malloc-in-v2-servers'
Junio C Hamano
4
-59
/
+164
2021-09-28
advice: update message to suggest '--sparse'
Derrick Stolee
4
-14
/
+24
2021-09-28
mv: refuse to move sparse paths
Derrick Stolee
2
-9
/
+229
2021-09-28
rm: skip sparse paths with missing SKIP_WORKTREE
Derrick Stolee
2
-3
/
+20
2021-09-28
rm: add --sparse option
Derrick Stolee
3
-2
/
+24
2021-09-28
add: update --renormalize to skip sparse paths
Derrick Stolee
2
-2
/
+14
2021-09-28
add: update --chmod to skip sparse paths
Derrick Stolee
2
-2
/
+12
2021-09-28
add: implement the --sparse option
Derrick Stolee
4
-24
/
+43
2021-09-28
add: skip tracked paths outside sparse-checkout cone
Derrick Stolee
5
-10
/
+34
2021-09-28
add: fail when adding an untracked sparse file
Derrick Stolee
2
-9
/
+42
2021-09-28
dir: fix pattern matching on dirs
Derrick Stolee
1
-1
/
+1
2021-09-28
dir: select directories correctly
Derrick Stolee
1
-5
/
+49
2021-09-28
t1092: behavior for adding sparse files
Derrick Stolee
1
-0
/
+28
2021-09-27
maintenance: fix test t7900-maintenance.sh
Lénaïc Huard
1
-2
/
+1
2021-09-27
cbtree.h: define cb_init() in terms of CBTREE_INIT
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-09-27
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
13
-18
/
+42
2021-09-27
*.h _INIT macros: don't specify fields equal to 0
Ævar Arnfjörð Bjarmason
7
-11
/
+7
2021-09-27
*.[ch] *_INIT macros: use { 0 } for a "zero out" idiom
Ævar Arnfjörð Bjarmason
13
-24
/
+21
[prev]
[next]