index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-07-08
1
-2
/
+6
|
\
|
*
revision: free diff options
Patrick Steinhardt
2024-06-11
1
-2
/
+6
*
|
Merge branch 'rs/diff-color-moved-w-no-ext-diff-fix'
Junio C Hamano
2024-07-02
1
-1
/
+2
|
\
\
|
*
|
diff: allow --color-moved with --no-ext-diff
René Scharfe
2024-06-24
1
-1
/
+2
*
|
|
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-3
/
+6
|
\
\
\
|
*
|
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+3
|
*
|
|
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'rs/diff-exit-code-with-external-diff'
Junio C Hamano
2024-06-21
1
-16
/
+52
|
\
\
\
|
*
|
|
diff: let external diffs report that changes are uninteresting
René Scharfe
2024-06-10
1
-1
/
+35
|
*
|
|
userdiff: add and use struct external_diff
René Scharfe
2024-06-10
1
-15
/
+17
|
|
/
/
*
|
|
diff: cast string constant in `fill_textconv()`
Patrick Steinhardt
2024-06-07
1
-1
/
+1
*
|
|
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-06-07
1
-2
/
+2
|
/
/
*
|
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-27
1
-4
/
+4
*
|
diff: refactor code to clarify memory ownership of prefixes
Patrick Steinhardt
2024-05-27
1
-8
/
+10
*
|
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
2024-05-27
1
-1
/
+1
*
|
Merge branch 'rs/external-diff-with-exit-code'
Junio C Hamano
2024-05-16
1
-30
/
+3
|
\
\
|
*
|
Revert "diff: fix --exit-code with external diff"
Junio C Hamano
2024-05-16
1
-30
/
+3
*
|
|
Merge branch 'rs/external-diff-with-exit-code'
Junio C Hamano
2024-05-15
1
-3
/
+31
|
\
|
|
|
|
/
|
/
|
|
*
diff: fix --exit-code with external diff
René Scharfe
2024-05-06
1
-3
/
+30
|
*
diff: report unmerged paths as changes in run_diff_cmd()
René Scharfe
2024-05-06
1
-0
/
+1
*
|
diff: add diff.srcPrefix and diff.dstPrefix configuration variables
Peter Hutterer
2024-03-15
1
-2
/
+12
|
/
*
Merge branch 'jx/dirstat-parseopt-help'
Junio C Hamano
2024-02-16
1
-3
/
+3
|
\
|
*
diff: mark param1 and param2 as placeholders
Jiang Xin
2024-02-14
1
-3
/
+3
|
*
Merge branch 'jk/diff-result-code-cleanup' into maint-2.42
Junio C Hamano
2023-11-02
1
-4
/
+2
|
|
\
|
*
\
Merge branch 'jc/diff-exit-code-with-w-fixes' into maint-2.42
Junio C Hamano
2023-11-02
1
-15
/
+25
|
|
\
\
*
|
\
\
Merge branch 'jk/diff-external-with-no-index'
Junio C Hamano
2024-02-06
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
diff: handle NULL meta-info when spawning external diff
Jeff King
2024-01-29
1
-1
/
+2
*
|
|
|
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
1
-2
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-2
/
+0
|
|
/
/
/
/
*
|
|
|
|
diff: give more detailed messages for bogus diff.* config
Jeff King
2023-12-09
1
-2
/
+6
*
|
|
|
|
config: handle NULL value when parsing non-bools
Jeff King
2023-12-09
1
-3
/
+16
|
/
/
/
/
*
|
|
|
diff --stat: set the width defaults in a helper function
Dragan Simic
2023-09-30
1
-0
/
+7
*
|
|
|
diff --stat: add config option to limit filename width
Dragan Simic
2023-09-18
1
-2
/
+9
*
|
|
|
Merge branch 'jk/diff-result-code-cleanup'
Junio C Hamano
2023-09-01
1
-4
/
+2
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
diff: drop useless "status" parameter from diff_result_code()
Jeff King
2023-08-22
1
-4
/
+2
|
|
/
/
*
|
|
Merge branch 'jc/diff-exit-code-with-w-fixes'
Junio C Hamano
2023-08-30
1
-15
/
+25
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
diff: the -w option breaks --exit-code for --raw and other output modes
Junio C Hamano
2023-08-22
1
-0
/
+6
|
*
diff: teach "--stat -w --exit-code" to notice differences
Junio C Hamano
2023-08-19
1
-0
/
+1
|
*
diff: mode-only change should be noticed by "--patch -w --exit-code"
Junio C Hamano
2023-08-19
1
-0
/
+3
|
*
diff: move the fallback "--exit-code" code down
Junio C Hamano
2023-08-19
1
-15
/
+15
*
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-2
/
+0
|
\
\
|
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-8
/
+11
|
\
\
\
|
*
|
|
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
1
-4
/
+5
|
*
|
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-4
/
+6
*
|
|
|
Merge branch 'pb/complete-diff-options'
Junio C Hamano
2023-07-06
1
-0
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
diff.c: mention completion above add_diff_options
Philippe Blain
2023-06-26
1
-0
/
+4
*
|
|
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
|
merge-ll: rename from ll-merge
Elijah Newren
2023-06-21
1
-1
/
+1
[next]