summaryrefslogtreecommitdiffstats
path: root/builtin/difftool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-011-5/+4
|\
| * Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-5/+4
* | Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-1/+1
|\ \ | |/ |/|
| * lock_file: make function-local locks non-staticMartin Ågren2018-05-101-1/+1
* | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
* | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
|/
* read-cache: leave lock in right state in `write_locked_index()`Martin Ågren2017-10-071-1/+0
* sha1_file: convert index_fd to struct object_idPatryk Obara2017-08-211-1/+1
* builtin/difftool.c: drop hashmap_cmp_fn castStefan Beller2017-07-051-15/+22
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-9/+15
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | difftool: address a couple of resource/memory leaksJohannes Schindelin2017-05-081-10/+23
|/
* difftool: fix use-after-freeJohannes Schindelin2017-04-141-2/+5
* difftool: avoid strcpyJeff King2017-03-301-16/+15
* difftool: handle modified symlinks in dir-diff modeDavid Aguilar2017-03-151-5/+46
* difftool: fix bug when printing usageDavid Aguilar2017-02-061-4/+4
* difftool: hack around -Wzero-length-format warningJeff King2017-01-251-1/+1
* difftool: retire the scripted versionJohannes Schindelin2017-01-191-41/+0
* difftool: implement the functionality in the builtinJohannes Schindelin2017-01-191-1/+671
* difftool: add a skeleton for the upcoming builtinJohannes Schindelin2017-01-171-0/+63