Age | Commit message (Expand) | Author | Files | Lines |
2020-11-02 | Merge branch 'dl/diff-merge-base' | Junio C Hamano | 1 | -16/+33 |
2020-09-29 | diff: get rid of redundant 'dense' argument | Sergey Organov | 1 | -2/+1 |
2020-09-21 | builtin/diff-tree: learn --merge-base | Denton Liu | 1 | -12/+27 |
2020-09-20 | builtin/diff-index: learn --merge-base | Denton Liu | 1 | -0/+2 |
2020-09-20 | diff-lib: accept option flags in run_diff_index() | Denton Liu | 1 | -4/+4 |
2020-07-09 | Merge branch 'ct/diff-with-merge-base-clarification' into master | Junio C Hamano | 1 | -1/+1 |
2020-07-08 | diff: check for merge bases before assigning sym->base | Jeff King | 1 | -1/+1 |
2020-06-29 | Merge branch 'dl/diff-usage-comment-update' | Junio C Hamano | 1 | -3/+12 |
2020-06-25 | Merge branch 'ct/diff-with-merge-base-clarification' | Junio C Hamano | 1 | -14/+118 |
2020-06-23 | builtin/diff: fix botched update of usage comment | Denton Liu | 1 | -4/+1 |
2020-06-18 | builtin/diff: update usage comment | Denton Liu | 1 | -3/+15 |
2020-06-12 | Documentation: usage for diff combined commits | Chris Torek | 1 | -1/+7 |
2020-06-12 | git diff: improve range handling | Chris Torek | 1 | -13/+111 |
2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
2019-04-25 | Merge branch 'nd/diff-parseopt-4' | Junio C Hamano | 1 | -19/+3 |
2019-03-24 | diff --no-index: use parse_options() instead of diff_opt_parse() | Nguyễn Thái Ngọc Duy | 1 | -18/+3 |
2019-03-07 | Merge branch 'jk/diff-no-index-initialize' | Junio C Hamano | 1 | -9/+11 |
2019-02-24 | diff: reuse diff setup for --no-index case | Jeff King | 1 | -9/+11 |
2019-02-06 | Merge branch 'sl/const' | Junio C Hamano | 1 | -1/+1 |
2019-02-04 | various: tighten constness of some local variables | Shahzad Lone | 1 | -1/+1 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2019-01-14 | read-cache.c: replace update_index_if_able with repo_& | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -2/+2 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-21 | diff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
2018-06-29 | tag: add repository argument to deref_tag | Stefan Beller | 1 | -1/+1 |
2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -1/+2 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -1/+1 |
2018-06-25 | Merge branch 'nd/diff-apply-ita' | Junio C Hamano | 1 | -0/+7 |
2018-05-29 | diff: turn --ita-invisible-in-index on by default | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -1/+1 |
2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -1/+1 |
2017-11-13 | Switch empty tree and blob lookups to use hash abstraction | brian m. carlson | 1 | -1/+1 |
2017-11-09 | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 1 | -4/+4 |
2017-11-06 | Merge branch 'ma/lockfile-fixes' | Junio C Hamano | 1 | -4/+3 |
2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -4/+4 |
2017-11-01 | diff: remove DIFF_OPT_SET macro | Brandon Williams | 1 | -3/+3 |
2017-11-01 | diff: remove DIFF_OPT_TST macro | Brandon Williams | 1 | -1/+1 |
2017-10-07 | Merge branch 'ma/builtin-unleak' | Junio C Hamano | 1 | -0/+3 |
2017-10-06 | treewide: prefer lockfiles on the stack | Martin Ågren | 1 | -4/+3 |
2017-10-02 | builtin/: add UNLEAKs | Martin Ågren | 1 | -0/+3 |
2017-08-03 | submodule: remove gitmodules_config | Brandon Williams | 1 | -2/+0 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -4/+4 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-05 | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 1 | -1/+1 |
2017-06-02 | Merge branch 'jk/diff-blob' | Junio C Hamano | 1 | -31/+29 |
2017-06-02 | combine-diff: convert diff_tree_combined to struct object_id | Brandon Williams | 1 | -1/+1 |
2017-06-02 | diff: convert fill_filespec to struct object_id | Brandon Williams | 1 | -2/+2 |