summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* http-walker: replace sha1_to_hexbrian m. carlson2019-04-011-9/+9
* http-push: remove remaining uses of sha1_to_hexbrian m. carlson2019-04-011-4/+4
* http-backend: allow 64-character hex namesbrian m. carlson2019-04-011-0/+3
* http-push: convert to use the_hash_algobrian m. carlson2019-04-011-10/+10
* builtin/pull: make hash-size independentbrian m. carlson2019-04-011-5/+6
* builtin/am: make hash size independentbrian m. carlson2019-04-011-4/+5
* fast-import: replace sha1_to_hexbrian m. carlson2019-04-011-2/+2
* fast-import: make hash-size independentbrian m. carlson2019-04-011-16/+29
* builtin/name-rev: make hash-size independentbrian m. carlson2019-04-011-6/+8
* object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-017-21/+24
* notes: replace sha1_to_hexbrian m. carlson2019-04-011-6/+6
* notes: make hash size independentbrian m. carlson2019-04-011-15/+17
* notes-merge: switch to use the_hash_algobrian m. carlson2019-04-011-3/+3
* submodule: avoid hard-coded constantsbrian m. carlson2019-04-012-2/+2
* pack-bitmap: switch hash tables to use struct object_idbrian m. carlson2019-04-013-33/+33
* pack-bitmap: switch hard-coded constants to the_hash_algobrian m. carlson2019-04-011-2/+2
* pack-bitmap: replace sha1_to_hexbrian m. carlson2019-04-012-7/+7
* pack-bitmap: convert struct stored_bitmap to object_idbrian m. carlson2019-04-011-4/+4
* pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson2019-04-013-3/+3
* khash: move oid hash table definitionbrian m. carlson2019-04-012-12/+18
* t/lib-submodule-update: use appropriate length constantbrian m. carlson2019-04-011-1/+2
* The third batchJunio C Hamano2019-03-201-0/+49
* Merge branch 'br/commit-tree-parseopt'Junio C Hamano2019-03-203-74/+104
|\
| * commit-tree: utilize parse-options apiBrandon Richardson2019-03-083-74/+104
* | Merge branch 'jk/config-type-color-ends-with-lf'Junio C Hamano2019-03-201-1/+3
|\ \
| * | config: document --type=color output is a complete lineJeff King2019-03-071-1/+3
* | | Merge branch 'ma/clear-repository-format'Junio C Hamano2019-03-205-18/+63
|\ \ \
| * | | setup: fix memory leaks with `struct repository_format`Martin Ågren2019-03-015-18/+62
| * | | setup: free old value before setting `work_tree`Martin Ågren2019-01-231-0/+1
* | | | Merge branch 'jk/virtual-objects-do-exist'Junio C Hamano2019-03-202-1/+11
|\ \ \ \
| * | | | rev-list: allow cached objects in existence checkJeff King2019-03-052-1/+11
* | | | | Merge branch 'jk/no-sigpipe-during-network-transport'Junio C Hamano2019-03-203-5/+12
|\ \ \ \ \
| * | | | | fetch: ignore SIGPIPE during network operationJeff King2019-03-051-0/+2
| * | | | | fetch: avoid calling write_or_die()Jeff King2019-03-052-5/+10
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/fsck-doc'Junio C Hamano2019-03-203-5/+90
|\ \ \ \ \
| * | | | | fsck: always compute USED flags for unreachable objectsJeff King2019-03-053-2/+83
| * | | | | doc/fsck: clarify --connectivity-only behaviorJeff King2019-03-051-3/+7
| |/ / / /
* | | | | Merge branch 'js/stress-test-ui-tweak'Junio C Hamano2019-03-202-4/+13
|\ \ \ \ \
| * | | | | tests: introduce --stress-jobs=<N>Johannes Schindelin2019-03-042-3/+11
| * | | | | tests: let --stress-limit=<N> imply --stressJohannes Schindelin2019-03-042-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'js/rebase-orig-head-fix'Junio C Hamano2019-03-202-16/+30
|\ \ \ \ \
| * | | | | built-in rebase: set ORIG_HEAD just once, before the rebaseJohannes Schindelin2019-03-042-14/+19
| * | | | | built-in rebase: demonstrate that ORIG_HEAD is not set correctlyJohannes Schindelin2019-03-041-0/+8
| * | | | | built-in rebase: use the correct reflog when switching branchesJohannes Schindelin2019-03-041-1/+1
| * | | | | built-in rebase: no need to check out `onto` twiceJohannes Schindelin2019-03-041-2/+2
* | | | | | Merge branch 'jk/bisect-final-output'Junio C Hamano2019-03-202-17/+8
|\ \ \ \ \ \
| * | | | | | bisect: make diff-tree output prettierJeff King2019-02-282-5/+5
| * | | | | | bisect: fix internal diff-tree config loadingJeff King2019-02-281-1/+1
| * | | | | | bisect: use string arguments to feed internal diff-treeJeff King2019-02-281-13/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ab/makefile-help-devs-more'Junio C Hamano2019-03-202-52/+55
|\ \ \ \ \ \