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
2019-01-14
Merge branch 'fd/gitweb-snapshot-conf-doc-fix'
Junio C Hamano
1
-1
/
+1
2019-01-14
Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'
Junio C Hamano
9
-72
/
+54
2019-01-14
Merge branch 'km/rebase-doc-typofix'
Junio C Hamano
1
-1
/
+1
2019-01-14
Merge branch 'md/exclude-promisor-objects-fix-cleanup'
Junio C Hamano
5
-11
/
+16
2019-01-14
Merge branch 'tb/log-G-binary'
Junio C Hamano
4
-1
/
+48
2019-01-14
Merge branch 'sb/diff-color-moved-config-option-fixup'
Junio C Hamano
3
-10
/
+36
2019-01-14
Merge branch 'hn/highlight-sideband-keywords'
Junio C Hamano
2
-2
/
+5
2019-01-14
Merge branch 'cb/test-lint-cp-a'
Junio C Hamano
1
-0
/
+1
2019-01-14
Merge branch 'cb/t5004-empty-tar-archive-fix'
Junio C Hamano
1
-9
/
+8
2019-01-14
Merge branch 'cb/openbsd-allows-reading-directory'
Junio C Hamano
1
-0
/
+1
2019-01-14
Merge branch 'hb/t0061-dot-in-path-fix'
Junio C Hamano
1
-1
/
+9
2019-01-14
Merge branch 'nd/checkout-noisy'
Junio C Hamano
8
-23
/
+51
2019-01-14
Merge branch 'ab/commit-graph-progress-fix'
Junio C Hamano
1
-3
/
+10
2019-01-14
Merge branch 'nd/attr-pathspec-in-tree-walk'
Junio C Hamano
21
-109
/
+235
2019-01-14
Merge branch 'md/list-lazy-objects-fix'
Junio C Hamano
2
-2
/
+16
2019-01-14
read-cache.c: remove the_* from index_has_changes()
Nguyễn Thái Ngọc Duy
4
-14
/
+12
2019-01-14
merge-recursive.c: remove implicit dependency on the_repository
Nguyễn Thái Ngọc Duy
1
-21
/
+24
2019-01-14
merge-recursive.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
7
-75
/
+91
2019-01-14
sha1-name.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
8
-33
/
+50
2019-01-14
read-cache.c: replace update_index_if_able with repo_&
Nguyễn Thái Ngọc Duy
8
-19
/
+20
2019-01-14
read-cache.c: kill read_index()
Nguyễn Thái Ngọc Duy
16
-50
/
+49
2019-01-14
checkout: avoid the_index when possible
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-01-14
repository.c: replace hold_locked_index() with repo_hold_locked_index()
Nguyễn Thái Ngọc Duy
10
-16
/
+26
2019-01-14
notes-utils.c: remove the_repository references
Nguyễn Thái Ngọc Duy
8
-26
/
+41
2019-01-14
grep: use grep_opt->repo instead of explict repo argument
Nguyễn Thái Ngọc Duy
1
-17
/
+24
2019-01-14
Merge branch 'ms/packet-err-check' into jt/fetch-v2-sideband
Junio C Hamano
15
-133
/
+174
2019-01-14
partial-clone: add missing 'is' in doc
Christian Couder
1
-1
/
+1
2019-01-14
fetch: fix extensions.partialclone name in error message
Christian Couder
1
-2
/
+4
2019-01-11
builtin_diff(): read $GIT_DIFF_OPTS closer to use
Jeff King
1
-1
/
+4
2019-01-11
merge-recursive: copy $GITHEAD strings
Jeff King
1
-5
/
+10
2019-01-11
init: make a copy of $GIT_DIR string
Jeff King
1
-2
/
+4
2019-01-11
config: make a copy of $GIT_CONFIG string
Jeff King
1
-1
/
+1
2019-01-11
commit: copy saved getenv() result
Jeff King
1
-1
/
+2
2019-01-11
get_super_prefix(): copy getenv() result
Jeff King
1
-2
/
+2
2019-01-11
remote: check config validity before creating rewrite struct
Jeff King
1
-2
/
+2
2019-01-11
diff: ensure correct lifetime of external_diff_cmd
Kim Gybels
1
-1
/
+1
2019-01-11
log: add %S option (like --source) to log --format
Issac Trotts
7
-1
/
+71
2019-01-11
gc/repack: release packs when needed
Johannes Schindelin
2
-1
/
+5
2019-01-10
test: test GIT_CURL_VERBOSE=1 shows an error
Masaya Suzuki
2
-0
/
+29
2019-01-10
remote-curl: unset CURLOPT_FAILONERROR
Masaya Suzuki
1
-0
/
+10
2019-01-10
remote-curl: define struct for CURLOPT_WRITEFUNCTION
Masaya Suzuki
1
-4
/
+14
2019-01-10
http: enable keep_error for HTTP requests
Masaya Suzuki
3
-25
/
+19
2019-01-10
http: support file handles for HTTP_KEEP_ERROR
Masaya Suzuki
1
-3
/
+13
2019-01-10
upload-pack: teach deepen-relative in protocol v2
Jonathan Tan
3
-2
/
+46
2019-01-10
fetch-pack: do not take shallow lock unnecessarily
Jonathan Tan
3
-2
/
+34
2019-01-10
fetch-pack: support protocol version 2
Jonathan Tan
2
-10
/
+21
2019-01-10
upload-pack: support hidden refs with protocol v2
Jeff King
2
-0
/
+22
2019-01-10
diff --color-moved-ws: handle blank lines
Phillip Wood
2
-7
/
+68
2019-01-10
diff --color-moved-ws: modify allow-indentation-change
Phillip Wood
2
-58
/
+130
2019-01-10
diff --color-moved-ws: optimize allow-indentation-change
Phillip Wood
1
-8
/
+11
[prev]
[next]