| Commit message (Expand) | Author | Age | Files | Lines |
* | oid_array: rename source file from sha1-array | Jeff King | 2020-03-30 | 1 | -1/+1 |
* | combine-diff: replace GIT_SHA1_HEXSZ with the_hash_algo | brian m. carlson | 2019-08-19 | 1 | -1/+1 |
* | Merge branch 'en/combined-all-paths' | Junio C Hamano | 2019-03-07 | 1 | -11/+65 |
|\ |
|
| * | log,diff-tree: add --combined-all-paths option | Elijah Newren | 2019-02-07 | 1 | -11/+65 |
* | | Merge branch 'jk/diff-cc-stat-fixes' | Junio C Hamano | 2019-02-05 | 1 | -6/+11 |
|\ \
| |/
|/| |
|
| * | combine-diff: treat --dirstat like --stat | Jeff King | 2019-01-24 | 1 | -0/+1 |
| * | combine-diff: treat --summary like --stat | Jeff King | 2019-01-24 | 1 | -0/+1 |
| * | combine-diff: treat --shortstat like --stat | Jeff King | 2019-01-24 | 1 | -0/+1 |
| * | combine-diff: factor out stat-format mask | Jeff King | 2019-01-24 | 1 | -6/+8 |
* | | Merge branch 'nd/the-index' | Junio C Hamano | 2019-01-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | notes-cache.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -1/+1 |
* | | Merge branch 'jk/xdiff-interface' | Junio C Hamano | 2018-11-13 | 1 | -31/+36 |
|\ \
| |/
|/| |
|
| * | combine-diff: use an xdiff hunk callback | Jeff King | 2018-11-05 | 1 | -31/+36 |
| * | xdiff-interface: provide a separate consume callback for hunks | Jeff King | 2018-11-02 | 1 | -2/+2 |
* | | Merge branch 'nd/the-index' | Junio C Hamano | 2018-10-19 | 1 | -13/+19 |
|\ \ |
|
| * | | userdiff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+1 |
| * | | diff.c: remove the_index dependency in textconv() functions | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -11/+16 |
| * | | combine-diff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+2 |
| |/ |
|
* | | convert "oidcmp() == 0" to oideq() | Jeff King | 2018-08-29 | 1 | -2/+2 |
|/ |
|
* | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 |
* | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
* | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 2018-03-14 | 1 | -2/+2 |
* | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 2018-03-06 | 1 | -6/+6 |
|\ |
|
| * | combine-diff: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -6/+6 |
* | | Merge branch 'tb/crlf-conv-flags' | Junio C Hamano | 2018-02-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | convert_to_git(): safe_crlf/checksafe becomes int conv_flagstb/crlf-conv-flags | Torsten Bögershausen | 2018-01-16 | 1 | -1/+1 |
* | | diff: introduce DIFF_PICKAXE_KINDS_MASK | Stefan Beller | 2018-01-04 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 2017-11-09 | 1 | -5/+5 |
|\ |
|
| * | diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfields | Brandon Williams | 2017-11-01 | 1 | -5/+5 |
| * | diff: remove DIFF_OPT_CLR macro | Brandon Williams | 2017-11-01 | 1 | -1/+1 |
| * | diff: remove DIFF_OPT_SET macro | Brandon Williams | 2017-11-01 | 1 | -1/+1 |
| * | diff: remove DIFF_OPT_TST macro | Brandon Williams | 2017-11-01 | 1 | -3/+3 |
* | | refs: convert resolve_gitlink_ref to struct object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'bw/ls-files-sans-the-index' | Junio C Hamano | 2017-06-24 | 1 | -1/+1 |
|\ |
|
| * | convert: convert convert_to_git to take an index | Brandon Williams | 2017-06-13 | 1 | -1/+1 |
* | | tree-diff: convert diff_tree_paths to struct object_id | Brandon Williams | 2017-06-05 | 1 | -5/+5 |
* | | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 2017-06-05 | 1 | -2/+2 |
* | | combine-diff: convert find_paths_* to struct object_id | Brandon Williams | 2017-06-02 | 1 | -6/+6 |
* | | combine-diff: convert diff_tree_combined to struct object_id | Brandon Williams | 2017-06-02 | 1 | -5/+5 |
* | | diff: convert fill_filespec to struct object_id | Brandon Williams | 2017-06-02 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'bc/object-id' | Junio C Hamano | 2017-04-19 | 1 | -9/+9 |
|\ |
|
| * | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 | 1 | -6/+6 |
| * | Make sha1_array_append take a struct object_id * | brian m. carlson | 2017-03-31 | 1 | -1/+1 |
| * | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 2017-03-28 | 1 | -3/+3 |
* | | combine-diff: replace malloc/snprintf with xstrfmt | Jeff King | 2017-03-30 | 1 | -3/+4 |
|/ |
|
* | diff_aligned_abbrev: use "struct oid" | Jeff King | 2016-10-26 | 1 | -2/+2 |
* | diff_unique_abbrev: rename to diff_aligned_abbrev | Jeff King | 2016-10-26 | 1 | -3/+3 |
* | Merge branch 'bc/cocci' | Junio C Hamano | 2016-07-19 | 1 | -7/+7 |
|\ |
|
| * | diff: rename struct diff_filespec's sha1_valid member | brian m. carlson | 2016-06-28 | 1 | -2/+2 |
| * | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 2016-06-28 | 1 | -5/+5 |