Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2019-02-22diff-parseopt: convert --[no-]compact-summaryNguyễn Thái Ngọc Duy
2019-02-22diff-parseopt: convert --stat*Nguyễn Thái Ngọc Duy
2019-02-22diff-parseopt: convert -s|--no-patchNguyễn Thái Ngọc Duy
2019-02-22diff-parseopt: convert --name-statusNguyễn Thái Ngọc Duy
2019-02-22diff-parseopt: convert --name-onlyNguyễn Thái Ngọc Duy
2019-02-22diff-parseopt: convert --patch-with-statNguyễn Thái Ngọc Duy
2019-02-22diff-parseopt: convert --summaryNguyễn Thái Ngọc Duy
2019-02-22diff-parseopt: convert --checkNguyễn Thái Ngọc Duy
2019-02-22diff-parseopt: convert --dirstat and friendsNguyễn Thái Ngọc Duy
2019-02-20diff-parseopt: convert --numstat and --shortstatNguyễn Thái Ngọc Duy
2019-02-20diff-parseopt: convert --patch-with-rawNguyễn Thái Ngọc Duy
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2019-02-15diff: drop complete_rewrite parameter from run_external_diff()Jeff King
2019-02-15diff: drop unused emit data parameter from sane_truncate_line()Jeff King
2019-02-15diff: drop unused color reset parametersJeff King
2019-02-15diff: drop options parameter from diffcore_fix_diff_index()Jeff King
2019-02-06Merge branch 'jk/diff-cc-stat-fixes'Junio C Hamano
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano
2019-01-29Merge branch 'pw/diff-color-moved-ws-fix'Junio C Hamano
2019-01-29Merge branch 'kg/external-diff-save-env'Junio C Hamano
2019-01-28diff.c: convert --rawNguyễn Thái Ngọc Duy
2019-01-28diff.c: convert -W|--[no-]function-contextNguyễn Thái Ngọc Duy
2019-01-28diff.c: convert -U|--unifiedNguyễn Thái Ngọc Duy
2019-01-28diff.c: convert -u|-p|--patchNguyễn Thái Ngọc Duy
2019-01-28diff.c: prepare to use parse_options() for parsingNguyễn Thái Ngọc Duy
2019-01-24diff: clear emitted_symbols flag after useJeff King
2019-01-19Merge branch 'nd/style-opening-brace'Junio C Hamano
2019-01-15Merge branch 'sb/diff-color-moved-config-option-fixup'Junio C Hamano
2019-01-12builtin_diff(): read $GIT_DIFF_OPTS closer to useJeff King
2019-01-12diff: ensure correct lifetime of external_diff_cmdKim Gybels
2019-01-10diff --color-moved-ws: handle blank linesPhillip Wood
2019-01-10diff --color-moved-ws: modify allow-indentation-changePhillip Wood
2019-01-10diff --color-moved-ws: optimize allow-indentation-changePhillip Wood
2019-01-10diff --color-moved=zebra: be stricter with color alternationPhillip Wood
2019-01-10diff --color-moved-ws: fix false positivesPhillip Wood
2019-01-10diff: allow --no-color-moved-wsPhillip Wood
2019-01-10Use "whitespace" consistentlyPhillip Wood
2019-01-05Merge branch 'nd/the-index'Junio C Hamano
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-11-21Merge branch 'js/diff-notice-has-drive-prefix' into maintJunio C Hamano
2018-11-19Merge branch 'tb/print-size-t-with-uintmax-format'Junio C Hamano
2018-11-14diff: align move detection error handling with other optionsStefan Beller
2018-11-13Merge branch 'jk/xdiff-interface'Junio C Hamano
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen
2018-11-12notes-cache.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-05diff: convert --check to use a hunk callbackJeff King
2018-11-05diff: use hunk callback for word-diffJeff King
2018-11-05diff: discard hunk headers for patch-ids earlierJeff King
2018-11-05diff: avoid generating unused hunk header linesJeff King
2018-11-02xdiff-interface: provide a separate consume callback for hunksJeff King