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
p3400: stop using tac(1)
René Scharfe
1
-1
/
+1
2021-10-03
The tenth batch
Junio C Hamano
1
-0
/
+34
2021-10-03
Merge branch 'ah/connect-parse-feature-v0-fix'
Junio C Hamano
2
-0
/
+17
2021-10-03
Merge branch 'ab/make-compdb-fix'
Junio C Hamano
1
-0
/
+1
2021-10-03
Merge branch 'bs/difftool-msg-tweak'
Junio C Hamano
1
-3
/
+3
2021-10-03
Merge branch 'rs/close-pack-leakfix'
Junio C Hamano
1
-0
/
+1
2021-10-03
Merge branch 'ab/bundle-remove-verbose-option'
Junio C Hamano
1
-3
/
+0
2021-10-03
Merge branch 'ab/auto-depend-with-pedantic'
Junio C Hamano
1
-0
/
+1
2021-10-03
Merge branch 'ab/make-clean-depend-dirs'
Junio C Hamano
1
-1
/
+0
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
builtin/repack.c: pass `--refs-snapshot` when writing bitmaps
Taylor Blau
2
-0
/
+124
2021-10-01
bisect--helper: add space between colon and following sentence
Bagas Sanjaya
1
-1
/
+1
2021-10-01
blame: describe default output format
Bagas Sanjaya
1
-0
/
+13
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-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
4
-3
/
+7
2021-10-01
mergesort: use ranks stack
René Scharfe
1
-55
/
+66
2021-10-01
p0071: test performance of llist_mergesort()
René Scharfe
1
-0
/
+11
2021-10-01
p0071: measure sorting of already sorted and reversed files
René Scharfe
1
-7
/
+22
2021-10-01
test-mergesort: add unriffle_skewed mode
René Scharfe
1
-0
/
+28
2021-10-01
test-mergesort: add unriffle mode
René Scharfe
1
-0
/
+29
2021-10-01
test-mergesort: add generate subcommand
René Scharfe
1
-1
/
+59
2021-10-01
test-mergesort: add test subcommand
René Scharfe
2
-1
/
+242
2021-10-01
test-mergesort: add sort subcommand
René Scharfe
1
-1
/
+8
2021-10-01
test-mergesort: use strbuf_getline()
René Scharfe
1
-4
/
+2
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
builtin/repack.c: make largest pack preferred
Taylor Blau
6
-3
/
+78
2021-09-28
builtin/repack.c: support writing a MIDX while repacking
Taylor Blau
5
-24
/
+234
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
6
-13
/
+164
2021-09-28
builtin/multi-pack-index.c: support `--stdin-packs` mode
Taylor Blau
3
-0
/
+46
[prev]
[next]