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-14
stash: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
rm: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
merge-index: ensure full index
Derrick Stolee
1
-0
/
+5
2021-04-14
ls-files: ensure full index
Derrick Stolee
1
-0
/
+4
2021-04-14
grep: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
fsck: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
difftool: ensure full index
Derrick Stolee
1
-0
/
+3
2021-04-14
commit: ensure full index
Derrick Stolee
1
-0
/
+4
2021-04-14
checkout: ensure full index
Derrick Stolee
1
-0
/
+5
2021-04-14
checkout-index: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
add: ensure full index
Derrick Stolee
1
-0
/
+2
2021-04-14
cache: move ensure_full_index() to cache.h
Derrick Stolee
2
-1
/
+1
2021-04-14
read-cache: expand on query into sparse-directory entry
Derrick Stolee
1
-0
/
+21
2021-04-14
*: remove 'const' qualifier for struct index_state
Derrick Stolee
14
-68
/
+68
2021-04-14
sparse-index: API protection strategy
Derrick Stolee
1
-2
/
+35
2021-04-13
The ninth batch
Junio C Hamano
1
-0
/
+25
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
[prev]
[next]