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
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
2019-01-10
diff --color-moved=zebra: be stricter with color alternation
Phillip Wood
2
-11
/
+22
2019-01-10
diff --color-moved-ws: fix false positives
Phillip Wood
1
-6
/
+9
2019-01-10
diff --color-moved-ws: demonstrate false positives
Phillip Wood
1
-2
/
+6
2019-01-10
diff: allow --no-color-moved-ws
Phillip Wood
2
-1
/
+12
2019-01-10
Use "whitespace" consistently
Phillip Wood
3
-7
/
+7
2019-01-10
diff: document --no-color-moved
Phillip Wood
1
-0
/
+4
2019-01-10
git-show-ref.txt: fix order of flags
Elijah Newren
1
-1
/
+1
2019-01-10
ref-filter: give uintmax_t to format with %PRIuMAX
Junio C Hamano
1
-1
/
+1
2019-01-08
git-gc.txt: fix typo about gc.writeCommitGraph
Derrick Stolee
1
-1
/
+1
2019-01-08
prefer "hash mismatch" to "sha1 mismatch"
Jeff King
4
-8
/
+8
2019-01-08
sha1-file: avoid "sha1 file" for generic use in messages
Jeff King
1
-2
/
+2
2019-01-08
sha1-file: prefer "loose object file" to "sha1 file" in messages
Jeff King
1
-3
/
+3
2019-01-08
sha1-file: drop has_sha1_file()
Jeff King
3
-54
/
+6
2019-01-08
convert has_sha1_file() callers to has_object_file()
Jeff King
12
-16
/
+47
2019-01-08
sha1-file: convert pass-through functions to object_id
Jeff King
1
-13
/
+7
2019-01-08
object-store: retire odb_load_loose_cache()
René Scharfe
2
-14
/
+2
2019-01-08
sha1-file: modernize loose header/stream functions
Jeff King
3
-49
/
+51
2019-01-08
object-store: use one oid_array per subdirectory for loose cache
René Scharfe
2
-4
/
+7
[prev]
[next]