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-04-13
Merge branch 'vs/completion-with-set-u'
Junio C Hamano
1
-3
/
+3
2021-04-13
Merge branch 'ab/detox-config-gettext'
Junio C Hamano
1
-15
/
+1
2021-04-13
Merge branch 'gk/gitweb-redacted-email'
Junio C Hamano
2
-7
/
+38
2021-04-13
Merge branch 'cc/test-helper-bloom-usage-fix'
Junio C Hamano
1
-1
/
+1
2021-04-13
Merge branch 'ab/send-email-validate-errors'
Junio C Hamano
2
-25
/
+55
2021-04-13
Merge branch 'tb/precompose-prefix-simplify'
Junio C Hamano
5
-16
/
+29
2021-04-13
Merge branch 'fm/user-manual-use-preface'
Junio C Hamano
1
-0
/
+3
2021-04-13
Merge branch 'ab/perl-do-not-abuse-map'
Junio C Hamano
1
-2
/
+2
2021-04-13
Merge branch 'tb/pack-preferred-tips-to-give-bitmap'
Junio C Hamano
9
-0
/
+142
2021-04-13
Merge branch 'jk/ref-filter-segfault-fix'
Junio C Hamano
2
-1
/
+11
2021-04-13
api docs: document that BUG() emits a trace2 error event
Ævar Arnfjörð Bjarmason
2
-1
/
+4
2021-04-13
api docs: document BUG() in api-error-handling.txt
Ævar Arnfjörð Bjarmason
1
-2
/
+5
2021-04-13
usage.c: don't copy/paste the same comment three times
Ævar Arnfjörð Bjarmason
1
-12
/
+5
2021-04-13
tests: remove all uses of test_i18cmp
Ævar Arnfjörð Bjarmason
3
-13
/
+6
2021-04-13
revision: avoid parsing with --exclude-promisor-objects
Jeff King
2
-1
/
+9
2021-04-13
lookup_unknown_object(): take a repository argument
Jeff King
9
-14
/
+13
2021-04-13
is_promisor_object(): free tree buffer after parsing
Jeff King
2
-0
/
+5
2021-04-12
refs: print errno for read_raw_ref if GIT_TRACE_REFS is set
Han-Wen Nienhuys
1
-1
/
+4
2021-04-12
reftable: document an alternate cleanup method on Windows
Han-Wen Nienhuys
1
-2
/
+7
2021-04-12
svn tests: refactor away a "set -e" in test body
Ævar Arnfjörð Bjarmason
1
-12
/
+15
2021-04-12
svn tests: remove legacy re-setup from init-clone test
Ævar Arnfjörð Bjarmason
1
-6
/
+0
2021-04-12
pack-objects: update "nr_seen" progress based on pack-reused count
Jeff King
2
-1
/
+25
2021-04-12
merge-ort: only do pointer arithmetic for non-empty lists
Andrzej Hunt
1
-13
/
+5
2021-04-12
list-objects: support filtering by tag and commit
Patrick Steinhardt
3
-3
/
+62
2021-04-10
docs: fix linting issues due to incorrect relative section order
Ævar Arnfjörð Bjarmason
6
-98
/
+78
2021-04-10
doc lint: lint relative section order
Ævar Arnfjörð Bjarmason
2
-1
/
+127
2021-04-10
doc lint: lint and fix missing "GIT" end sections
Ævar Arnfjörð Bjarmason
5
-1
/
+38
2021-04-10
doc lint: fix bugs in, simplify and improve lint script
Ævar Arnfjörð Bjarmason
2
-57
/
+55
2021-04-10
doc lint: Perl "strict" and "warnings" in lint-gitlink.perl
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2021-04-10
Documentation/Makefile: make doc.dep dependencies a variable again
Ævar Arnfjörð Bjarmason
1
-1
/
+5
2021-04-10
Documentation/Makefile: make $(wildcard howto/*.txt) a var
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2021-04-10
rebase: don't override --no-reschedule-failed-exec with config
Ævar Arnfjörð Bjarmason
3
-0
/
+36
2021-04-10
rebase tests: camel-case rebase.rescheduleFailedExec consistently
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-04-10
list-objects: move tag processing into its own function
Patrick Steinhardt
1
-2
/
+9
2021-04-10
revision: mark commit parents as NOT_USER_GIVEN
Patrick Steinhardt
2
-5
/
+2
2021-04-10
uploadpack.txt: document implication of `uploadpackfilter.allow`
Patrick Steinhardt
1
-1
/
+2
2021-04-08
fetch-pack: buffer object-format with other args
Jonathan Tan
1
-1
/
+1
2021-04-08
gitweb: add "e-mail privacy" feature to redact e-mail addresses
Georgios Kontaxis
2
-7
/
+38
2021-04-08
Makefile: add missing dependencies of 'config-list.h'
SZEDER Gábor
1
-2
/
+2
2021-04-08
rm: honor sparse checkout patterns
Matheus Tavares
5
-19
/
+108
2021-04-08
add: warn when asked to update SKIP_WORKTREE entries
Matheus Tavares
7
-21
/
+172
2021-04-08
refresh_index(): add flag to ignore SKIP_WORKTREE entries
Matheus Tavares
2
-7
/
+11
2021-04-08
pathspec: allow to ignore SKIP_WORKTREE entries on index matching
Matheus Tavares
4
-8
/
+21
2021-04-08
add: make --chmod and --renormalize honor sparse checkouts
Matheus Tavares
2
-2
/
+7
2021-04-08
t3705: add tests for `git add` in sparse checkouts
Matheus Tavares
2
-19
/
+96
2021-04-08
add: include magic part of pathspec on --refresh error
Matheus Tavares
2
-1
/
+7
2021-04-08
userdiff: add support for Scheme
Atharva Raykar
18
-0
/
+101
2021-04-08
The eighth batch
Junio C Hamano
1
-0
/
+18
2021-04-08
Merge branch 'ab/make-tags-quiet'
Junio C Hamano
1
-4
/
+6
2021-04-08
Merge branch 'rs/daemon-sanitize-dir-sep'
Junio C Hamano
1
-4
/
+4
[prev]
[next]