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
2018-03-15
Merge branch 'ab/man-sec-list'
Junio C Hamano
1
-0
/
+3
2018-03-15
Merge branch 'ab/perl-fixes'
Junio C Hamano
15
-158
/
+431
2018-03-15
Merge branch 'cl/send-email-reply-to'
Junio C Hamano
4
-20
/
+43
2018-03-15
Merge branch 'np/send-email-header-parsing'
Junio C Hamano
1
-38
/
+77
2018-03-15
t/t3200: fix a typo in a test description
Kaartic Sivaraam
1
-1
/
+1
2018-03-15
http: fix an unused variable warning for 'curl_no_proxy'
Ramsay Jones
1
-1
/
+3
2018-03-15
Makefile: optionally symlink libexec/git-core binaries to bin/git
Ævar Arnfjörð Bjarmason
1
-15
/
+31
2018-03-15
Makefile: add a gitexecdir_relative variable
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2018-03-15
Makefile: fix broken bindir_relative variable
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2018-03-15
worktree prune: improve prune logic when worktree is moved
Nguyễn Thái Ngọc Duy
2
-5
/
+5
2018-03-15
worktree: delete dead code
Nguyễn Thái Ngọc Duy
2
-13
/
+0
2018-03-15
gc.txt: more details about what gc does
Nguyễn Thái Ngọc Duy
1
-9
/
+19
2018-03-15
Fix bugs preventing adding updated cache entries to the name hash
Ben Peart
1
-1
/
+3
2018-03-15
filter-branch: return 2 when nothing to rewrite
Michele Locati
2
-1
/
+9
2018-03-15
shortlog: disallow left-over arguments outside repo
Martin Ågren
2
-0
/
+10
2018-03-15
fetch-pack: do not check links for partial fetch
Jonathan Tan
2
-2
/
+22
2018-03-15
index-pack: support checking objects but not links
Jonathan Tan
3
-2
/
+12
2018-03-14
Makefile: make USE_LIBPCRE=YesPlease mean v2, not v1
Ævar Arnfjörð Bjarmason
2
-26
/
+26
2018-03-14
configure: detect redundant --with-libpcre & --with-libpcre1
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2018-03-14
configure: fix a regression in PCRE v1 detection
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2018-03-14
Merge branch 'nd/parseopt-completion'
Junio C Hamano
25
-238
/
+231
2018-03-14
Merge branch 'nd/object-allocation-comments'
Junio C Hamano
5
-12
/
+20
2018-03-14
Merge branch 'jk/smart-http-protocol-doc-fix'
Junio C Hamano
1
-0
/
+3
2018-03-14
Merge branch 'jk/add-i-diff-filter'
Junio C Hamano
2
-0
/
+28
2018-03-14
Merge branch 'nd/worktree-move'
Junio C Hamano
8
-17
/
+452
2018-03-14
Merge branch 'pw/add-p-recount'
Junio C Hamano
2
-152
/
+251
2018-03-14
Merge branch 'ab/pre-auto-gc-battery'
Junio C Hamano
1
-1
/
+1
2018-03-14
Merge branch 'sg/test-x'
Junio C Hamano
12
-62
/
+94
2018-03-14
Merge branch 'rj/test-i18ngrep'
Junio C Hamano
2
-21
/
+6
2018-03-14
Merge branch 'ma/roll-back-lockfiles'
Junio C Hamano
3
-22
/
+27
2018-03-14
Merge branch 'nd/diff-stat-with-summary'
Junio C Hamano
8
-33
/
+109
2018-03-14
fetch-pack.c: use oidset to check existence of loose object
Takuto Ikuta
3
-3
/
+47
2018-03-14
convert: convert to struct object_id
brian m. carlson
3
-8
/
+8
2018-03-14
sha1_file: introduce a constant for max header length
brian m. carlson
1
-7
/
+10
2018-03-14
Convert lookup_replace_object to struct object_id
brian m. carlson
6
-59
/
+42
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
51
-103
/
+104
2018-03-14
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
7
-28
/
+28
2018-03-14
tree-walk: convert tree entry functions to object_id
brian m. carlson
11
-35
/
+31
2018-03-14
streaming: convert istream internals to struct object_id
brian m. carlson
1
-6
/
+9
2018-03-14
tree-walk: convert get_tree_entry_follow_symlinks internals to object_id
brian m. carlson
1
-11
/
+11
2018-03-14
builtin/notes: convert static functions to object_id
brian m. carlson
1
-5
/
+5
2018-03-14
builtin/fmt-merge-msg: convert remaining code to object_id
brian m. carlson
1
-2
/
+2
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
33
-72
/
+71
2018-03-14
Convert remaining callers of sha1_object_info_extended to object_id
brian m. carlson
2
-4
/
+15
2018-03-14
packfile: convert unpack_entry to struct object_id
brian m. carlson
1
-11
/
+11
2018-03-14
sha1_file: convert retry_bad_packed_offset to struct object_id
brian m. carlson
1
-4
/
+4
2018-03-14
sha1_file: convert assert_sha1_type to object_id
brian m. carlson
4
-7
/
+7
2018-03-14
builtin/mktree: convert to struct object_id
brian m. carlson
1
-12
/
+12
2018-03-14
streaming: convert open_istream to use struct object_id
brian m. carlson
7
-9
/
+9
2018-03-14
sha1_file: convert check_sha1_signature to struct object_id
brian m. carlson
7
-14
/
+23
[prev]
[next]