Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-01-17 | difftool: add a skeleton for the upcoming builtin | Johannes Schindelin | 1 | -0/+63 |