index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
difftool.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-10-07
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
1
-12
/
+19
2019-10-07
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
1
-2
/
+3
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
1
-3
/
+3
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-3
/
+3
2019-05-19
Merge branch 'js/difftool-no-index'
Junio C Hamano
1
-1
/
+2
2019-05-19
Merge branch 'dl/difftool-mergetool'
Junio C Hamano
1
-8
/
+5
2019-05-13
difftool: fallback on merge.guitool
Denton Liu
1
-8
/
+2
2019-05-13
difftool: make --gui, --tool and --extcmd mutually exclusive
Denton Liu
1
-0
/
+3
2019-05-09
difftool --no-index: error out on --dir-diff (and don't crash)
Johannes Schindelin
1
-1
/
+2
2019-04-25
Merge branch 'bc/hash-transition-16'
Junio C Hamano
1
-6
/
+4
2019-04-01
builtin/difftool: use parse_oid_hex
brian m. carlson
1
-6
/
+4
2019-03-18
difftool: allow running outside Git worktrees with --no-index
Johannes Schindelin
1
-3
/
+10
2019-03-18
difftool: remove obsolete (and misleading) comment
Johannes Schindelin
1
-1
/
+0
2019-02-06
Merge branch 'nd/the-index-final'
Junio C Hamano
1
-0
/
+1
2019-01-24
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2018-11-14
checkout: print something when checking out paths
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+1
2018-09-21
sha1-file.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-2
/
+2
2018-08-17
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
1
-2
/
+2
2018-08-03
difftool: remove angular brackets from argument help
René Scharfe
1
-2
/
+2
2018-08-02
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
1
-3
/
+3
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-03
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
1
-3
/
+3
2018-07-03
read-cache: teach make_cache_entry to take object_id
Jameson Miller
1
-2
/
+2
2018-06-01
Merge branch 'nd/use-opt-int-set-f'
Junio C Hamano
1
-5
/
+4
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
1
-1
/
+1
2018-05-24
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
1
-5
/
+4
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-10
lock_file: make function-local locks non-static
Martin Ågren
1
-1
/
+1
2018-04-11
exec_cmd: rename to use dash in file name
Stefan Beller
1
-1
/
+1
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-07
read-cache: leave lock in right state in `write_locked_index()`
Martin Ågren
1
-1
/
+0
2017-08-20
sha1_file: convert index_fd to struct object_id
Patryk Obara
1
-1
/
+1
2017-07-05
builtin/difftool.c: drop hashmap_cmp_fn cast
Stefan Beller
1
-15
/
+22
2017-06-30
hashmap.h: compare function has access to a data field
Stefan Beller
1
-9
/
+15
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-05-08
difftool: address a couple of resource/memory leaks
Johannes Schindelin
1
-10
/
+23
2017-04-13
difftool: fix use-after-free
Johannes Schindelin
1
-2
/
+5
2017-03-30
difftool: avoid strcpy
Jeff King
1
-16
/
+15
2017-03-15
difftool: handle modified symlinks in dir-diff mode
David Aguilar
1
-5
/
+46
2017-02-06
difftool: fix bug when printing usage
David Aguilar
1
-4
/
+4
2017-01-25
difftool: hack around -Wzero-length-format warning
Jeff King
1
-1
/
+1
2017-01-19
difftool: retire the scripted version
Johannes Schindelin
1
-41
/
+0
2017-01-19
difftool: implement the functionality in the builtin
Johannes Schindelin
1
-1
/
+671
[next]