index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
difftool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-01-17
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-01-16
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-01-13
builtin/difftool.c: { 0 }-initialize rather than using memset()
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2022-11-21
{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-30
replace and remove run_command_v_opt()
René Scharfe
1
-2
/
+5
2022-10-30
use child_process member "args" instead of string array variable
René Scharfe
1
-8
/
+9
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-5
/
+5
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-5
/
+5
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2022-08-19
hashmap: mark unused callback parameters
Jeff King
1
-5
/
+5
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
1
-1
/
+1
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-02-04
i18n: factorize more 'incompatible options' messages
Jean-Noël Avila
1
-2
/
+3
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: refactor "%s, %s and %s are mutually exclusive"
Jean-Noël Avila
1
-1
/
+1
2021-11-25
difftool: use "env_array" to simplify memory management
Ævar Arnfjörð Bjarmason
1
-10
/
+4
2021-10-11
Merge branch 'da/difftool'
Junio C Hamano
1
-51
/
+53
2021-10-03
Merge branch 'bs/difftool-msg-tweak'
Junio C Hamano
1
-3
/
+3
2021-10-03
Merge branch 'da/difftool-dir-diff-symlink-fix'
Junio C Hamano
1
-0
/
+2
2021-09-30
difftool: add a missing space to the run_dir_diff() comments
David Aguilar
1
-1
/
+1
2021-09-30
difftool: remove an unnecessary call to strbuf_release()
David Aguilar
1
-2
/
+0
2021-09-30
difftool: refactor dir-diff to write files using helper functions
David Aguilar
1
-22
/
+28
2021-09-30
difftool: create a tmpdir path without repeated slashes
David Aguilar
1
-26
/
+24
2021-09-23
Merge branch 'da/difftool-dir-diff-symlink-fix' into da/difftool
Junio C Hamano
1
-0
/
+2
2021-09-23
difftool: fix symlink-file writing in dir-diff mode
David Aguilar
1
-0
/
+2
2021-09-22
difftool: fix word spacing in the usage strings
Bagas Sanjaya
1
-3
/
+3
2021-09-12
parse-options API: remove OPTION_ARGUMENT feature
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2021-09-12
difftool: use run_command() API in run_file_diff()
Ævar Arnfjörð Bjarmason
1
-7
/
+6
2021-09-12
difftool: prepare "diff" cmdline in cmd_difftool()
Jeff King
1
-8
/
+7
2021-09-12
difftool: prepare "struct child_process" in cmd_difftool()
Ævar Arnfjörð Bjarmason
1
-14
/
+15
2021-07-08
Merge branch 'ab/cmd-foo-should-return'
Junio C Hamano
1
-3
/
+2
2021-06-09
builtins + test helpers: use return instead of exit() in cmd_*
Ævar Arnfjörð Bjarmason
1
-3
/
+2
2021-05-16
Merge branch 'mt/parallel-checkout-part-3'
Junio C Hamano
1
-1
/
+1
2021-05-05
make_transient_cache_entry(): optionally alloc from mem_pool
Matheus Tavares
1
-1
/
+1
2021-04-30
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
1
-0
/
+3
2021-04-14
difftool: ensure full index
Derrick Stolee
1
-0
/
+3
2021-03-23
entry: extract a header file for entry.c functions
Matheus Tavares
1
-0
/
+1
2020-11-11
Use new HASHMAP_INIT macro to simplify hashmap initialization
Elijah Newren
1
-5
/
+4
2020-07-30
strvec: rename struct fields
Jeff King
1
-1
/
+1
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-6
/
+6
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
1
-7
/
+7
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2019-10-07
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
1
-1
/
+1
2019-10-07
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
1
-2
/
+2
2019-10-07
hashmap: use *_entry APIs for iteration
Eric Wong
1
-4
/
+4
[prev]
[next]