index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
difftool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
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
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+3
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
*
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-0
/
+1
|
\
|
*
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+1
|
\
|
|
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-1
/
+2
|
|
\
*
|
\
Merge branch 'tk/mergetool-gui-default-config'
Junio C Hamano
2023-04-18
1
-4
/
+12
|
\
\
\
|
*
|
|
mergetool: new config guiDefault supports auto-toggling gui by DISPLAY
Tao Klerks
2023-04-06
1
-4
/
+12
*
|
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+5
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-17
1
-1
/
+1
*
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
2023-01-16
1
-1
/
+1
*
builtin/difftool.c: { 0 }-initialize rather than using memset()
Ævar Arnfjörð Bjarmason
2023-01-13
1
-3
/
+1
*
{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+1
*
replace and remove run_command_v_opt()
René Scharfe
2022-10-30
1
-2
/
+5
*
use child_process member "args" instead of string array variable
René Scharfe
2022-10-30
1
-8
/
+9
*
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-5
/
+5
|
\
|
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-5
/
+5
*
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-5
/
+5
|
\
|
|
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-5
/
+5
*
|
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
2022-08-19
1
-1
/
+1
|
/
*
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-06-02
1
-3
/
+3
*
i18n: factorize more 'incompatible options' messages
Jean-Noël Avila
2022-02-04
1
-2
/
+3
*
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
i18n: refactor "%s, %s and %s are mutually exclusive"
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
difftool: use "env_array" to simplify memory management
Ævar Arnfjörð Bjarmason
2021-11-26
1
-10
/
+4
*
Merge branch 'da/difftool'
Junio C Hamano
2021-10-11
1
-51
/
+53
|
\
|
*
difftool: add a missing space to the run_dir_diff() comments
David Aguilar
2021-10-01
1
-1
/
+1
|
*
difftool: remove an unnecessary call to strbuf_release()
David Aguilar
2021-10-01
1
-2
/
+0
|
*
difftool: refactor dir-diff to write files using helper functions
David Aguilar
2021-10-01
1
-22
/
+28
|
*
difftool: create a tmpdir path without repeated slashes
David Aguilar
2021-10-01
1
-26
/
+24
|
*
Merge branch 'da/difftool-dir-diff-symlink-fix' into da/difftool
Junio C Hamano
2021-09-23
1
-0
/
+2
|
|
\
*
|
\
Merge branch 'bs/difftool-msg-tweak'
Junio C Hamano
2021-10-04
1
-3
/
+3
|
\
\
\
|
*
|
|
difftool: fix word spacing in the usage strings
Bagas Sanjaya
2021-09-23
1
-3
/
+3
*
|
|
|
Merge branch 'da/difftool-dir-diff-symlink-fix'
Junio C Hamano
2021-10-04
1
-0
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
[next]