index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
diff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
revisions API users: use release_revisions() with UNLEAK()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
builtin/diff.c: fix "git-diff" usage string typo
Shaoxuan Yuan
2022-02-02
1
-3
/
+3
*
diff: enable and test the sparse index
Lessley Dennington
2021-12-06
1
-0
/
+5
*
Merge branch 'dl/diff-merge-base'
Junio C Hamano
2021-07-28
1
-2
/
+2
|
\
|
*
git-diff: fix missing --merge-base docs
Denton Liu
2021-07-12
1
-2
/
+2
*
|
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-1
/
+1
*
|
Merge branch 'jc/diffcore-rotate'
Junio C Hamano
2021-02-26
1
-0
/
+1
|
\
\
|
*
|
diff: --{rotate,skip}-to=<path>
Junio C Hamano
2021-02-16
1
-0
/
+1
*
|
|
Merge branch 'tb/precompose-prefix-too'
Junio C Hamano
2021-02-12
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
MacOS: precompose_argv_prefix()
Torsten Bögershausen
2021-02-03
1
-1
/
+1
*
|
|
Merge branch 'so/log-diff-merge'
Junio C Hamano
2021-02-06
1
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
diff-merges: new function diff_merges_set_dense_combined_if_unset()
Sergey Organov
2020-12-21
1
-4
/
+5
*
|
|
Merge branch 'dl/diff-merge-base'
Junio C Hamano
2020-11-02
1
-16
/
+33
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
builtin/diff-tree: learn --merge-base
Denton Liu
2020-09-21
1
-12
/
+27
|
*
builtin/diff-index: learn --merge-base
Denton Liu
2020-09-21
1
-0
/
+2
|
*
diff-lib: accept option flags in run_diff_index()
Denton Liu
2020-09-21
1
-4
/
+4
*
|
diff: get rid of redundant 'dense' argument
Sergey Organov
2020-09-29
1
-2
/
+1
|
/
*
Merge branch 'ct/diff-with-merge-base-clarification' into master
Junio C Hamano
2020-07-09
1
-1
/
+1
|
\
|
*
diff: check for merge bases before assigning sym->base
Jeff King
2020-07-08
1
-1
/
+1
*
|
Merge branch 'dl/diff-usage-comment-update'
Junio C Hamano
2020-06-29
1
-3
/
+12
|
\
\
|
*
|
builtin/diff: fix botched update of usage comment
Denton Liu
2020-06-24
1
-4
/
+1
|
*
|
builtin/diff: update usage comment
Denton Liu
2020-06-19
1
-3
/
+15
*
|
|
Merge branch 'ct/diff-with-merge-base-clarification'
Junio C Hamano
2020-06-25
1
-14
/
+118
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Documentation: usage for diff combined commits
Chris Torek
2020-06-12
1
-1
/
+7
|
*
|
git diff: improve range handling
Chris Torek
2020-06-12
1
-13
/
+111
|
|
/
*
/
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
|
/
*
Merge branch 'nd/diff-parseopt-4'
Junio C Hamano
2019-04-25
1
-19
/
+3
|
\
|
*
diff --no-index: use parse_options() instead of diff_opt_parse()
Nguyễn Thái Ngọc Duy
2019-03-24
1
-18
/
+3
*
|
Merge branch 'jk/diff-no-index-initialize'
Junio C Hamano
2019-03-07
1
-9
/
+11
|
\
\
|
*
|
diff: reuse diff setup for --no-index case
Jeff King
2019-02-24
1
-9
/
+11
|
|
/
*
|
Merge branch 'sl/const'
Junio C Hamano
2019-02-07
1
-1
/
+1
|
\
\
|
*
|
various: tighten constness of some local variables
Shahzad Lone
2019-02-04
1
-1
/
+1
|
|
/
*
|
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
*
|
read-cache.c: replace update_index_if_able with repo_&
Nguyễn Thái Ngọc Duy
2019-01-14
1
-1
/
+1
|
/
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-2
/
+2
|
\
|
*
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
|
*
diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
*
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-1
/
+1
|
/
*
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-1
/
+1
*
tree: add repository argument to lookup_tree
Stefan Beller
2018-06-29
1
-1
/
+2
*
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-1
/
+1
*
Merge branch 'nd/diff-apply-ita'
Junio C Hamano
2018-06-25
1
-0
/
+7
|
\
|
*
diff: turn --ita-invisible-in-index on by default
Nguyễn Thái Ngọc Duy
2018-05-29
1
-0
/
+7
*
|
treewide: replace maybe_tree with accessor methods
Derrick Stolee
2018-04-11
1
-1
/
+1
*
|
treewide: rename tree to maybe_tree
Derrick Stolee
2018-04-11
1
-1
/
+1
|
/
*
Switch empty tree and blob lookups to use hash abstraction
brian m. carlson
2017-11-13
1
-1
/
+1
*
Merge branch 'bw/diff-opt-impl-to-bitfields'
Junio C Hamano
2017-11-09
1
-4
/
+4
|
\
|
*
diff: make struct diff_flags members lowercase
Brandon Williams
2017-11-01
1
-4
/
+4
|
*
diff: remove DIFF_OPT_SET macro
Brandon Williams
2017-11-01
1
-3
/
+3
|
*
diff: remove DIFF_OPT_TST macro
Brandon Williams
2017-11-01
1
-1
/
+1
[next]