index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
diff.c
Age
Commit message (
Expand
)
Author
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-17
Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repository
Junio C Hamano
2025-07-01
builtin: use default hash when outside a repository
brian m. carlson
2025-05-22
diff --no-index: support limiting by pathspec
Jacob Keller
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-21
global: drop `UNLEAK()` annotation
Patrick Steinhardt
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-16
Merge branch 'jc/range-diff-lazy-setup'
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-14
builtin/diff: free symmetric diff members
Patrick Steinhardt
2024-08-09
remerge-diff: clean up temporary objdir at a central place
Junio C Hamano
2024-05-06
builtin/diff: explicitly set hash algo when there is no repo
Patrick Steinhardt
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-09-29
diff --stat: set the width defaults in a helper function
Dragan Simic
2023-09-18
diff --stat: add config option to limit filename width
Dragan Simic
2023-08-21
diff: drop useless "status" parameter from diff_result_code()
Jeff King
2023-08-21
diff: drop useless return values in git-diff helpers
Jeff King
2023-08-21
diff: drop useless return from run_diff_{files,index} functions
Jeff King
2023-08-21
diff: die when failing to read index in git-diff builtin
Jeff King
2023-08-21
diff: show usage for unknown builtin_diff_files() options
Jeff King
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
mark "argv" as unused when we check argc
Jeff King
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2022-11-21
built-ins: use free() not UNLEAK() if trivial, rm dead code
Ævar Arnfjörð Bjarmason
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-10-28
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
2022-10-13
built-ins: consistently add "\n" between "usage" and options
Ævar Arnfjörð Bjarmason
2022-10-01
diff: support ^! for merges
René Scharfe
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-04-13
revisions API: call diff_free(&revs->pruning) in revisions_release()
Ævar Arnfjörð Bjarmason
2022-04-13
revisions API users: use release_revisions() with UNLEAK()
Ævar Arnfjörð Bjarmason
2022-02-02
builtin/diff.c: fix "git-diff" usage string typo
Shaoxuan Yuan
2021-12-06
diff: enable and test the sparse index
Lessley Dennington
2021-07-28
Merge branch 'dl/diff-merge-base'
Junio C Hamano
[next]