2018-10-15 | rerere: convert to use the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | submodule: make zero-oid comparison hash function agnostic Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | apply: rename new_sha1_prefix and old_sha1_prefix Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | apply: replace hard-coded constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | tag: express constant in terms of the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | transport: use parse_oid_hex instead of a constant Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | upload-pack: express constants in terms of the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | refs/packed-backend: express constants using the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | packfile: express constants in terms of the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | pack-revindex: express constants in terms of the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | builtin/fetch-pack: remove constants with parse_oid_hex Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | builtin/mktree: remove hard-coded constant Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | builtin/repack: replace hard-coded constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-15 | pack-bitmap-write: use GIT_MAX_RAWSZ for allocation Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-09 | editorconfig: indicate settings should be kept in sync Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-10-09 | editorconfig: provide editor settings for Git developers Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-09-17 | t1407: make hash size independent Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-09-17 | t1406: make hash-size independent Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-09-17 | t1405: make hash size independent Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-09-17 | t1400: switch hard-coded object ID to variable Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-09-17 | t1006: make hash size independent Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-09-17 | t0064: make hash size independent Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-09-13 | t0002: abstract away SHA-1 specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-09-13 | t0000: update tests for SHA-256 Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-09-13 | t0000: use hash translation table Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-09-13 | t: add test functions to translate hash-related values Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | pretty: switch hard-coded constants to the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | sha1-file: convert constants to uses of the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | log-tree: switch GIT_SHA1_HEXSZ to the_hash_algo->hexsz Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | diff: switch GIT_SHA1_HEXSZ to use the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | builtin/merge-recursive: make hash independent Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | builtin/merge: switch to use the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | builtin/fmt-merge-msg: make hash independent Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | builtin/update-index: simplify parsing of cacheinfo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | builtin/update-index: convert to using the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | refs/files-backend: use the_hash_algo for writing refs Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | sha1-name: use the_hash_algo when parsing object names Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | strbuf: allocate space with GIT_MAX_HEXSZ Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | commit: express tree entry constants in terms of the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | hex: switch to using the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | tree-walk: replace hard-coded constants with the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | cache: update object ID functions for the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-16 | sequencer: pass absolute GIT_WORK_TREE to exec commands Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-09 | docs: correct RFC specifying email line length Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-09 | send-email: automatically determine transfer-encoding Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-09 | send-email: accept long lines with suitable transfer... Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-07-09 | send-email: add an auto option for transfer encoding Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-06-04 | t3430: test clean-up Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-30 | sequencer: ensure labels that are object IDs are rewritten Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t5300: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4208: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4045: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4042: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4205: sort log output in a hash-independent way Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t/lib-diff-alternative: abstract away SHA-1-specific... Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4030: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4029: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4029: fix test indentation Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4022: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4020: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4014: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4008: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t4007: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t3905: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-21 | t3702: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t3103: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t2203: abstract away SHA-1-specific constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t: skip pack tests if not using SHA-1 Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t4044: skip test if not using SHA-1 Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t1512: skip test if not using SHA-1 Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t1007: annotate with SHA1 prerequisite Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t0000: annotate with SHA1 prerequisite Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t: switch $_x40 to $OID_REGEX Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t/test-lib: introduce OID_REGEX Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t: switch $_z40 to $ZERO_OID Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t/test-lib: introduce ZERO_OID Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-14 | t/test-lib: add an SHA1 prerequisite Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-08 | mailmap: update brian m. carlson's email address mailmap: update brian m. carlson's email address Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-07 | Documentation: render revisions correctly under Asciidoctor Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-07 | Documentation: use 8-space tabs with Asciidoctor Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | merge-one-file: compute empty blob object ID Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | add--interactive: compute the empty tree value Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | Update shell scripts to compute empty tree object ID Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | sha1_file: only expose empty object constants through... Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | dir: use the_hash_algo for empty blob object ID Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | sequencer: use the_hash_algo for empty tree object ID Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | cache-tree: use is_empty_tree_oid Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | sha1_file: convert cached object code to struct object_id Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | builtin/reset: convert use of EMPTY_TREE_SHA1_BIN Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | wt-status: convert two uses of EMPTY_TREE_SHA1_HEX Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | submodule: convert several uses of EMPTY_TREE_SHA1_HEX Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | sequencer: convert one use of EMPTY_TREE_SHA1_HEX Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | merge: convert empty tree constant to the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | builtin/merge: switch tree functions to use object_id Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to... Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | sha1-file: add functions for hex empty tree and blob... Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | builtin/receive-pack: avoid hard-coded constants for... Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | diff: specify abbreviation size in terms of the_hash_algo Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |
2018-05-02 | upload-pack: replace use of several hard-coded constants Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> |
diff | tree |