index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
helper
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-16
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
1
-0
/
+18
2017-05-08
tree: convert parse_tree_indirect to struct object_id
brian m. carlson
1
-2
/
+2
2017-05-02
Convert struct cache_tree to use struct object_id
brian m. carlson
1
-2
/
+2
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
3
-6
/
+6
2017-04-26
Merge branch 'jh/add-index-entry-optim'
Junio C Hamano
2
-0
/
+23
2017-04-24
worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()
Nguyễn Thái Ngọc Duy
1
-0
/
+18
2017-04-23
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
3
-3
/
+3
2017-04-23
parse_timestamp(): specify explicitly where we parse timestamps
Johannes Schindelin
1
-1
/
+1
2017-04-20
t0006 & t5000: skip "far in the future" test when time_t is too limited
Johannes Schindelin
1
-1
/
+4
2017-04-20
t0006 & t5000: prepare for 64-bit timestamps
Johannes Schindelin
1
-1
/
+4
2017-04-19
Merge branch 'jh/memihash-opt'
Junio C Hamano
2
-0
/
+9
2017-04-19
Merge branch 'jk/no-looking-at-dotgit-outside-repo'
Junio C Hamano
1
-0
/
+1
2017-04-19
Merge branch 'nd/files-backend-git-dir'
Junio C Hamano
2
-0
/
+278
2017-04-19
Merge branch 'bc/object-id'
Junio C Hamano
1
-10
/
+10
2017-04-16
test-read-cache: setup git dir
René Scharfe
1
-0
/
+1
2017-04-15
read-cache: add strcmp_offset function
Jeff Hostetler
2
-0
/
+23
2017-04-14
t/helper: add test-ref-store to test ref-store functions
Nguyễn Thái Ngọc Duy
2
-0
/
+278
2017-04-12
test-online-cpus: helper to return cpu count
Jeff Hostetler
2
-0
/
+9
2017-03-31
Rename sha1_array to oid_array
brian m. carlson
1
-5
/
+5
2017-03-31
Convert sha1_array_for_each_unique and for_each_abbrev to object_id
brian m. carlson
1
-3
/
+3
2017-03-31
Convert sha1_array_lookup to take struct object_id
brian m. carlson
1
-1
/
+1
2017-03-31
Make sha1_array_append take a struct object_id *
brian m. carlson
1
-1
/
+1
2017-03-28
Merge branch 'jh/memihash-opt'
Junio C Hamano
2
-0
/
+265
2017-03-28
test-sha1-array: convert most code to struct object_id
brian m. carlson
1
-5
/
+5
2017-03-24
name-hash: add test-lazy-init-name-hash to .gitignore
Ramsay Jones
1
-0
/
+1
2017-03-24
name-hash: add test-lazy-init-name-hash
Jeff Hostetler
1
-0
/
+264
2017-03-14
t1309: test read_early_config()
Johannes Schindelin
1
-0
/
+15
2017-01-31
Merge branch 'rs/qsort-s'
Junio C Hamano
1
-0
/
+25
2017-01-23
perf: add basic sort performance test
René Scharfe
1
-0
/
+25
2016-12-07
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
1
-1
/
+1
2016-10-26
test-*-cache-tree: setup git dir
Jeff King
2
-0
/
+2
2016-10-10
Merge branch 'rs/qsort'
Junio C Hamano
1
-4
/
+2
2016-09-29
use QSORT
René Scharfe
1
-4
/
+2
2016-09-26
sha1_array: let callbacks interrupt iteration
Jeff King
1
-1
/
+2
2016-09-21
Merge branch 'jk/setup-sequence-update'
Junio C Hamano
1
-0
/
+3
2016-09-07
cache: convert struct cache_entry to use struct object_id
brian m. carlson
1
-1
/
+1
2016-08-08
Merge branch 'rs/use-strbuf-addstr'
Junio C Hamano
1
-3
/
+3
2016-08-03
Merge branch 'rs/submodule-config-code-cleanup'
Junio C Hamano
1
-1
/
+1
2016-08-01
use strbuf_addstr() for adding constant strings to a strbuf
René Scharfe
1
-3
/
+3
2016-07-28
Merge branch 'nd/icase' into maint
Junio C Hamano
1
-2
/
+57
2016-07-19
Merge branch 'jk/common-main'
Junio C Hamano
33
-43
/
+43
2016-07-19
Merge branch 'nd/icase'
Junio C Hamano
1
-2
/
+57
2016-07-19
Merge branch 'bc/cocci'
Junio C Hamano
1
-1
/
+1
2016-07-11
Merge branch 'jk/tzoffset-fix' into maint
Junio C Hamano
1
-4
/
+30
2016-07-06
Merge branch 'jk/tzoffset-fix'
Junio C Hamano
1
-4
/
+30
2016-07-06
Merge branch 'jk/upload-pack-hook'
Junio C Hamano
1
-0
/
+36
2016-07-06
Merge branch 'jk/string-list-static-init'
Junio C Hamano
1
-1
/
+1
2016-07-06
Merge branch 'jk/common-main-2.8' into jk/common-main
Junio C Hamano
33
-40
/
+40
2016-06-28
coccinelle: convert hashcpy() with null_sha1 to hashclr()
brian m. carlson
1
-1
/
+1
2016-06-13
use string_list initializer consistently
Jeff King
1
-1
/
+1
[prev]
[next]