Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jh/add-index-entry-optim' | Junio C Hamano | 2017-04-26 | 2 | -0/+23 |
|\ | |||||
| * | read-cache: add strcmp_offset function | Jeff Hostetler | 2017-04-15 | 2 | -0/+23 |
* | | Merge branch 'jh/memihash-opt' | Junio C Hamano | 2017-04-20 | 2 | -0/+9 |
|\ \ | |||||
| * | | test-online-cpus: helper to return cpu count | Jeff Hostetler | 2017-04-13 | 2 | -0/+9 |
* | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo' | Junio C Hamano | 2017-04-20 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | test-read-cache: setup git dir | René Scharfe | 2017-04-17 | 1 | -0/+1 |
* | | | | Merge branch 'nd/files-backend-git-dir' | Junio C Hamano | 2017-04-20 | 2 | -0/+278 |
|\ \ \ \ | |||||
| * | | | | t/helper: add test-ref-store to test ref-store functions | Nguyễn Thái Ngọc Duy | 2017-04-14 | 2 | -0/+278 |
* | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-04-20 | 1 | -10/+10 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 | 1 | -5/+5 |
| * | | | | Convert sha1_array_for_each_unique and for_each_abbrev to object_id | brian m. carlson | 2017-03-31 | 1 | -3/+3 |
| * | | | | Convert sha1_array_lookup to take struct object_id | brian m. carlson | 2017-03-31 | 1 | -1/+1 |
| * | | | | Make sha1_array_append take a struct object_id * | brian m. carlson | 2017-03-31 | 1 | -1/+1 |
| * | | | | test-sha1-array: convert most code to struct object_id | brian m. carlson | 2017-03-28 | 1 | -5/+5 |
| |/ / / | |||||
* | | | | Merge branch 'jh/memihash-opt' | Junio C Hamano | 2017-03-28 | 2 | -0/+265 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | name-hash: add test-lazy-init-name-hash to .gitignore | Ramsay Jones | 2017-03-24 | 1 | -0/+1 |
| * | | name-hash: add test-lazy-init-name-hash | Jeff Hostetler | 2017-03-24 | 1 | -0/+264 |
| |/ | |||||
* | | t1309: test read_early_config() | Johannes Schindelin | 2017-03-14 | 1 | -0/+15 |
* | | Merge branch 'rs/qsort-s' | Junio C Hamano | 2017-01-31 | 1 | -0/+25 |
|\ \ | |||||
| * | | perf: add basic sort performance test | René Scharfe | 2017-01-23 | 1 | -0/+25 |
| |/ | |||||
* / | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 2016-12-07 | 1 | -1/+1 |
|/ | |||||
* | test-*-cache-tree: setup git dir | Jeff King | 2016-10-26 | 2 | -0/+2 |
* | Merge branch 'rs/qsort' | Junio C Hamano | 2016-10-10 | 1 | -4/+2 |
|\ | |||||
| * | use QSORT | René Scharfe | 2016-09-30 | 1 | -4/+2 |
* | | sha1_array: let callbacks interrupt iteration | Jeff King | 2016-09-26 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'jk/setup-sequence-update' | Junio C Hamano | 2016-09-22 | 1 | -0/+3 |
* | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -1/+1 |
* | Merge branch 'rs/use-strbuf-addstr' | Junio C Hamano | 2016-08-08 | 1 | -3/+3 |
|\ | |||||
| * | use strbuf_addstr() for adding constant strings to a strbuf | René Scharfe | 2016-08-01 | 1 | -3/+3 |
| * | Merge branch 'nd/icase' into maint | Junio C Hamano | 2016-07-28 | 1 | -2/+57 |
| * | Merge branch 'jk/tzoffset-fix' into maint | Junio C Hamano | 2016-07-11 | 1 | -4/+30 |
* | | Merge branch 'rs/submodule-config-code-cleanup' | Junio C Hamano | 2016-08-04 | 1 | -1/+1 |
* | | Merge branch 'jk/common-main' | Junio C Hamano | 2016-07-19 | 33 | -43/+43 |
|\ \ | |||||
| * | | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 2016-07-06 | 33 | -40/+40 |
| |/ | |||||
* | | Merge branch 'nd/icase' | Junio C Hamano | 2016-07-19 | 1 | -2/+57 |
* | | Merge branch 'bc/cocci' | Junio C Hamano | 2016-07-19 | 1 | -1/+1 |
|\ \ | |||||
| * | | coccinelle: convert hashcpy() with null_sha1 to hashclr() | brian m. carlson | 2016-06-28 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'jk/tzoffset-fix' | Junio C Hamano | 2016-07-06 | 1 | -4/+30 |
* | | Merge branch 'jk/upload-pack-hook' | Junio C Hamano | 2016-07-06 | 1 | -0/+36 |
|\ \ | |||||
| * | | config: add a notion of "scope" | Jeff King | 2016-05-27 | 1 | -0/+16 |
| * | | config: return configset value for current_config_ functions | Jeff King | 2016-05-27 | 1 | -0/+20 |
| |/ | |||||
* | | Merge branch 'jk/string-list-static-init' | Junio C Hamano | 2016-07-06 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | use string_list initializer consistently | Jeff King | 2016-06-13 | 1 | -1/+1 |
* | | Merge branch 'jc/test-parse-options-expect' | Junio C Hamano | 2016-05-23 | 1 | -15/+89 |
* | | Merge branch 'pb/commit-verbose-config' | Junio C Hamano | 2016-05-23 | 1 | -2/+3 |
|/ | |||||
* | Merge branch 'bc/object-id' | Junio C Hamano | 2016-05-06 | 1 | -7/+7 |
* | test helpers: move test-* to t/helper/ subdirectory | Nguyễn Thái Ngọc Duy | 2016-04-15 | 35 | -0/+2316 |