summaryrefslogtreecommitdiff
path: root/builtin/difftool.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\
| * sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
|/
* Merge branch 'rs/parse-opt-lithelp'Junio C Hamano2018-08-171-2/+2
|\
| * difftool: remove angular brackets from argument helpRené Scharfe2018-08-031-2/+2
* | Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-021-3/+3
|\ \
| * | block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-3/+3
| * | read-cache: teach make_cache_entry to take object_idJameson Miller2018-07-031-2/+2
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ | |/ / |/| |
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | 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-201-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-freejs/difftool-builtinJohannes Schindelin2017-04-131-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