index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
diff-files.c
Age
Commit message (
Expand
)
Author
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-01-17
builtin: send usage() help text to standard output
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-08-09
remerge-diff: clean up temporary objdir at a central place
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-08-21
diff: drop useless "status" parameter from diff_result_code()
Jeff King
2023-08-21
diff: drop useless return from run_diff_{files,index} functions
Jeff King
2023-08-21
diff-files: avoid negative exit value
Jeff King
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-05-09
diff-files: integrate with sparse index
Shuqi Liang
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-10-13
built-ins: consistently add "\n" between "usage" and options
Ævar Arnfjörð Bjarmason
2022-07-12
diff-files: move misplaced cleanup label
Jeff King
2022-04-13
revisions API users: add "goto cleanup" for release_revisions()
Ævar Arnfjörð Bjarmason
2021-02-25
Merge branch 'jc/diffcore-rotate'
Junio C Hamano
2021-02-16
diff: --{rotate,skip}-to=<path>
Junio C Hamano
2021-02-12
Merge branch 'tb/precompose-prefix-too'
Junio C Hamano
2021-02-03
MacOS: precompose_argv_prefix()
Torsten Bögershausen
2020-12-21
diff-merges: new function diff_merges_set_dense_combined_if_unset()
Sergey Organov
2020-06-22
diff-files: treat "i-t-a" files as "not-in-index"
Srinidhi Kaushik
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2017-08-03
submodule: remove gitmodules_config
Brandon Williams
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-19
Merge branch 'jk/consistent-h'
Junio C Hamano
2017-06-15
config: don't include config.h by default
Brandon Williams
2017-06-05
diff- and log- family: handle "git cmd -h" early
Junio C Hamano
2017-05-09
diff: have the diff-* builtins configure diff before initializing revisions
Marc Branchaud
2016-05-13
diff: run arguments through precompose_argv
Alexander Rinass
2015-01-14
standardize usage info string format
Alex Henrie
2013-07-15
convert read_cache_preload() to take struct pathspec
Nguyễn Thái Ngọc Duy
2011-02-03
Convert struct diff_options to use struct pathspec
Nguyễn Thái Ngọc Duy
2010-08-09
Submodules: Use "ignore" settings from .gitmodules too for diff and status
Jens Lehmann
2010-02-22
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds