summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sha1_file: add repository argument to stat_sha1_fileStefan Beller2018-03-261-4/+5
| * | | | sha1_file: add repository argument to sha1_file_nameStefan Beller2018-03-265-15/+16
| * | | | sha1_file: allow prepare_alt_odb to handle arbitrary repositoriesStefan Beller2018-03-262-10/+6
| * | | | sha1_file: allow link_alt_odb_entries to handle arbitrary repositoriesStefan Beller2018-03-262-20/+20
| * | | | sha1_file: add repository argument to prepare_alt_odbStefan Beller2018-03-265-10/+11
| * | | | sha1_file: add repository argument to link_alt_odb_entriesStefan Beller2018-03-261-6/+13
| * | | | sha1_file: add repository argument to read_info_alternatesStefan Beller2018-03-261-4/+7
| * | | | sha1_file: add repository argument to link_alt_odb_entryStefan Beller2018-03-261-3/+5
| * | | | sha1_file: add raw_object_store argument to alt_odb_usableStefan Beller2018-03-261-3/+5
| * | | | pack: move approximate object count to object storeStefan Beller2018-03-262-6/+13
| * | | | pack: move prepare_packed_git_run_once to object storeStefan Beller2018-03-262-4/+9
| * | | | object-store: close all packs upon clearing the object storeStefan Beller2018-03-268-12/+11
| * | | | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-2622-74/+128
| * | | | object-store: free alt_odb_listStefan Beller2018-03-231-0/+22
| * | | | object-store: move alt_odb_list and alt_odb_tail to object storeStefan Beller2018-03-235-17/+25
| * | | | object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-2312-51/+61
| * | | | repository: introduce raw object store fieldStefan Beller2018-03-238-17/+56
* | | | | Merge branch 'jc/test-must-be-empty'Junio C Hamano2018-04-111-5/+2
|\ \ \ \ \
| * | | | | test_must_be_empty: simplify file existence checkSZEDER Gábor2018-03-281-5/+2
* | | | | | Merge branch 'cc/perf-aggregate-sort'Junio C Hamano2018-04-111-5/+65
|\ \ \ \ \ \
| * | | | | | perf/aggregate: add --sort-by=regression optionChristian Couder2018-03-281-1/+58
| * | | | | | perf/aggregate: add display_dir()Christian Couder2018-03-281-4/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ab/doc-hash-brokenness'Junio C Hamano2018-04-111-8/+32
|\ \ \ \ \ \
| * | | | | | doc hash-function-transition: clarify what SHAttered meansÆvar Arnfjörð Bjarmason2018-03-281-5/+24
| * | | | | | doc hash-function-transition: clarify how older gits die on NewHashÆvar Arnfjörð Bjarmason2018-03-281-3/+8
| |/ / / / /
* | | | | | Merge branch 'bc/hash-independent-tests'Junio C Hamano2018-04-119-82/+100
|\ \ \ \ \ \
| * | | | | | t2107: abstract away SHA-1-specific constantsbrian m. carlson2018-03-271-3/+3
| * | | | | | t2101: abstract away SHA-1-specific constantsbrian m. carlson2018-03-271-20/+21
| * | | | | | t2101: modernize test stylebrian m. carlson2018-03-271-23/+29
| * | | | | | t2020: abstract away SHA-1 specific constantsbrian m. carlson2018-03-271-16/+24
| * | | | | | t1507: abstract away SHA-1-specific constantsbrian m. carlson2018-03-271-2/+3
| * | | | | | t1411: abstract away SHA-1-specific constantsbrian m. carlson2018-03-271-10/+11
| * | | | | | t1405: sort reflog entries in a hash-independent waybrian m. carlson2018-03-271-2/+2
| * | | | | | t1300: abstract away SHA-1-specific constantsbrian m. carlson2018-03-271-3/+3
| * | | | | | t1304: abstract away SHA-1-specific constantsbrian m. carlson2018-03-271-1/+1
| * | | | | | t1011: abstract away SHA-1-specific constantsbrian m. carlson2018-03-271-3/+4
| |/ / / / /
* | | | | | Merge branch 'ab/drop-contrib-examples'Junio C Hamano2018-04-1127-8137/+20
|\ \ \ \ \ \
| * | | | | | Remove contrib/examples/*Ævar Arnfjörð Bjarmason2018-03-2627-8137/+20
| |/ / / / /
* | | | | | The second batch for 2.18Junio C Hamano2018-04-101-0/+25
* | | | | | Merge branch 'ys/bisect-object-id-missing-conversion-fix'Junio C Hamano2018-04-101-2/+2
|\ \ \ \ \ \
| * | | | | | bisect: use oid_to_hex() for converting object_id hashes to hex stringsRené Scharfe2018-03-251-2/+2
* | | | | | | Merge branch 'yk/filter-branch-non-committish-refs'Junio C Hamano2018-04-102-2/+26
|\ \ \ \ \ \ \
| * | | | | | | filter-branch: fix errors caused by refs that point at non-committishYuki Kokubun2018-03-252-2/+26
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'nd/trace-with-env'Junio C Hamano2018-04-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | run-command: use strbuf_addstr() for adding a string to a strbufRené Scharfe2018-03-251-1/+1
* | | | | | | | Merge branch 'nd/parseopt-completion-more'Junio C Hamano2018-04-103-76/+127
|\ \ \ \ \ \ \ \
| * | | | | | | | completion: use __gitcomp_builtin in _git_cherryNguyễn Thái Ngọc Duy2018-03-251-0/+6
| * | | | | | | | completion: use __gitcomp_builtin in _git_ls_treeNguyễn Thái Ngọc Duy2018-03-251-0/+7
| * | | | | | | | completion: delete option-only completion commandsNguyễn Thái Ngọc Duy2018-03-251-15/+0
| * | | | | | | | completion: add --option completion for most builtin commandsNguyễn Thái Ngọc Duy2018-03-252-0/+34