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
*
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
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
difftool: fix symlink-file writing in dir-diff mode
David Aguilar
2021-09-23
1
-0
/
+2
*
|
|
parse-options API: remove OPTION_ARGUMENT feature
Ævar Arnfjörð Bjarmason
2021-09-13
1
-1
/
+3
*
|
|
difftool: use run_command() API in run_file_diff()
Ævar Arnfjörð Bjarmason
2021-09-13
1
-7
/
+6
*
|
|
difftool: prepare "diff" cmdline in cmd_difftool()
Jeff King
2021-09-13
1
-8
/
+7
*
|
|
difftool: prepare "struct child_process" in cmd_difftool()
Ævar Arnfjörð Bjarmason
2021-09-13
1
-14
/
+15
|
|
/
|
/
|
*
|
Merge branch 'ab/cmd-foo-should-return'
Junio C Hamano
2021-07-08
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
builtins + test helpers: use return instead of exit() in cmd_*
Ævar Arnfjörð Bjarmason
2021-06-09
1
-3
/
+2
*
|
Merge branch 'mt/parallel-checkout-part-3'
Junio C Hamano
2021-05-16
1
-1
/
+1
|
\
\
|
*
|
make_transient_cache_entry(): optionally alloc from mem_pool
Matheus Tavares
2021-05-05
1
-1
/
+1
*
|
|
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-30
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
difftool: ensure full index
Derrick Stolee
2021-04-14
1
-0
/
+3
|
|
/
*
/
entry: extract a header file for entry.c functions
Matheus Tavares
2021-03-23
1
-0
/
+1
|
/
*
Use new HASHMAP_INIT macro to simplify hashmap initialization
Elijah Newren
2020-11-11
1
-5
/
+4
*
strvec: rename struct fields
Jeff King
2020-07-31
1
-1
/
+1
*
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-6
/
+6
*
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-7
/
+7
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
2019-10-07
1
-1
/
+1
*
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
2019-10-07
1
-2
/
+2
*
hashmap: use *_entry APIs for iteration
Eric Wong
2019-10-07
1
-4
/
+4
*
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
1
-12
/
+19
*
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
*
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
1
-2
/
+3
*
hashmap_add takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-3
/
+3
*
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-3
/
+3
*
Merge branch 'js/difftool-no-index'
Junio C Hamano
2019-05-19
1
-1
/
+2
|
\
|
*
difftool --no-index: error out on --dir-diff (and don't crash)
Johannes Schindelin
2019-05-09
1
-1
/
+2
*
|
Merge branch 'dl/difftool-mergetool'
Junio C Hamano
2019-05-19
1
-8
/
+5
|
\
\
|
*
|
difftool: fallback on merge.guitool
Denton Liu
2019-05-13
1
-8
/
+2
|
*
|
difftool: make --gui, --tool and --extcmd mutually exclusive
Denton Liu
2019-05-13
1
-0
/
+3
*
|
|
Merge branch 'bc/hash-transition-16'
Junio C Hamano
2019-04-25
1
-6
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
builtin/difftool: use parse_oid_hex
brian m. carlson
2019-04-01
1
-6
/
+4
*
|
|
difftool: allow running outside Git worktrees with --no-index
Johannes Schindelin
2019-03-18
1
-3
/
+10
*
|
|
difftool: remove obsolete (and misleading) comment
Johannes Schindelin
2019-03-18
1
-1
/
+0
|
/
/
*
|
Merge branch 'nd/the-index-final'
Junio C Hamano
2019-02-07
1
-0
/
+1
|
\
\
|
*
|
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
|
|
/
*
/
checkout: print something when checking out paths
Nguyễn Thái Ngọc Duy
2018-11-14
1
-1
/
+1
|
/
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-1
/
+1
|
\
[next]