Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/builtin-add-i' | Junio C Hamano | 2019-12-05 | 1 | -23/+16 |
|\ | |||||
| * | diff: export diffstat interface | Daniel Ferreira | 2019-11-14 | 1 | -23/+16 |
* | | Fix spelling errors in code comments | Elijah Newren | 2019-11-10 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'ew/hashmap' | Junio C Hamano | 2019-10-15 | 1 | -13/+18 |
|\ | |||||
| * | hashmap: remove type arg from hashmap_{get,put,remove}_entry | Eric Wong | 2019-10-07 | 1 | -4/+2 |
| * | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 2019-10-07 | 1 | -3/+2 |
| * | hashmap: introduce hashmap_free_entries | Eric Wong | 2019-10-07 | 1 | -2/+4 |
| * | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 2019-10-07 | 1 | -5/+7 |
| * | hashmap: use *_entry APIs to wrap container_of | Eric Wong | 2019-10-07 | 1 | -12/+9 |
| * | hashmap_get_next returns "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -7/+12 |
| * | hashmap_get takes "const struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -2/+2 |
| * | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 |
| * | hashmap_get_next takes "const struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -2/+3 |
| * | diff: use hashmap_entry_init on moved_entry.ent | Eric Wong | 2019-10-07 | 1 | -1/+2 |
* | | Merge branch 'bc/object-id-part17' | Junio C Hamano | 2019-10-11 | 1 | -23/+23 |
|\ \ | |||||
| * | | patch-id: convert to use the_hash_algo | brian m. carlson | 2019-08-19 | 1 | -23/+23 |
| |/ | |||||
* | | Merge branch 'cc/multi-promisor' | Junio C Hamano | 2019-09-18 | 1 | -5/+4 |
|\ \ | |||||
| * | | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 2019-06-25 | 1 | -5/+4 |
* | | | Merge branch 'jt/diff-lazy-fetch-submodule-fix' | Junio C Hamano | 2019-09-09 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | diff: skip GITLINK when lazy fetching missing objs | Jonathan Tan | 2019-08-20 | 1 | -0/+1 |
| * | | Merge branch 'js/unmap-before-ext-diff' into maint | Junio C Hamano | 2019-07-29 | 1 | -0/+2 |
| |\ \ | |||||
* | \ \ | Merge branch 'js/unmap-before-ext-diff' | Junio C Hamano | 2019-07-25 | 1 | -0/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | diff: munmap() file contents before running external diff | Johannes Schindelin | 2019-07-11 | 1 | -0/+2 |
* | | | | range-diff: suppress line count in outer diff | Thomas Gummerer | 2019-07-11 | 1 | -1/+4 |
| |_|/ |/| | | |||||
* | | | Merge branch 'sb/format-patch-base-patch-id-fix' | Junio C Hamano | 2019-06-13 | 1 | -5/+27 |
|\ \ \ | |_|/ |/| | | |||||
| * | | format-patch: make --base patch-id output stable | Stephen Boyd | 2019-05-08 | 1 | -5/+27 |
* | | | i18n: fix typos found during l10n for git 2.22.0 | Jiang Xin | 2019-06-03 | 1 | -1/+1 |
* | | | Merge branch 'ja/diff-opt-typofix' | Junio C Hamano | 2019-05-30 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | diff: fix mistake in translatable strings | Jean-Noël Avila | 2019-05-19 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge branch 'nd/diff-parseopt' | Junio C Hamano | 2019-05-30 | 1 | -4/+6 |
|\ \ \ | |/ / |/| | | |||||
| * | | diff-parseopt: restore -U (no argument) behavior | Nguyễn Thái Ngọc Duy | 2019-05-29 | 1 | -4/+6 |
* | | | Merge branch 'jt/batch-fetch-blobs-in-diff' | Junio C Hamano | 2019-04-25 | 1 | -0/+34 |
|\ \ \ | |||||
| * | | | diff: batch fetching of missing blobs | Jonathan Tan | 2019-04-08 | 1 | -0/+34 |
* | | | | Merge branch 'nd/diff-parseopt-4' | Junio C Hamano | 2019-04-25 | 1 | -171/+168 |
|\ \ \ \ | |||||
| * | | | | am: avoid diff_opt_parse() | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -0/+6 |
| * | | | | diff.c: allow --no-color-moved-ws | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -2/+6 |
| * | | | | diff-parseopt: convert --color-moved-ws | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -17/+18 |
| * | | | | diff-parseopt: convert --[no-]color-moved | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -13/+25 |
| * | | | | diff-parseopt: convert --inter-hunk-context | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -47/+3 |
| * | | | | diff-parseopt: convert --no-prefix | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -2/+15 |
| * | | | | diff-parseopt: convert --line-prefix | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -8/+15 |
| * | | | | diff-parseopt: convert --[src|dst]-prefix | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -8/+6 |
| * | | | | diff-parseopt: convert --[no-]abbrev | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -11/+1 |
| * | | | | diff-parseopt: convert --diff-filter | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -9/+9 |
| * | | | | diff-parseopt: convert --find-object | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -5/+9 |
| * | | | | diff-parseopt: convert -O | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -20/+3 |
| * | | | | diff-parseopt: convert --pickaxe-all|--pickaxe-regex | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -4/+6 |
| * | | | | diff-parseopt: convert -S|-G | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -9/+28 |
| * | | | | diff-parseopt: convert -l | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -4/+2 |
| * | | | | diff-parseopt: convert -z | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -2/+3 |