55 Commits (6ddd76fd6c356c037b5d5272732900f1f952721e)

Author SHA1 Message Date
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Eric Wong 404ab78e39 hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
Eric Wong 23dee69f53 OFFSETOF_VAR macro to simplify hashmap iterators 5 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong b6c5241606 hashmap_get takes "const struct hashmap_entry *" 5 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
Denton Liu 6c22d715e7 difftool: fallback on merge.guitool 6 years ago
Denton Liu 7f978d7d10 difftool: make --gui, --tool and --extcmd mutually exclusive 6 years ago
Johannes Schindelin f3a3a021c7 difftool --no-index: error out on --dir-diff (and don't crash) 6 years ago
brian m. carlson ebe4df59c4 builtin/difftool: use parse_oid_hex 6 years ago
Johannes Schindelin 20de316e33 difftool: allow running outside Git worktrees with --no-index 6 years ago
Johannes Schindelin 1dcda05820 difftool: remove obsolete (and misleading) comment 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 0f086e6dca checkout: print something when checking out paths 6 years ago
Nguyễn Thái Ngọc Duy 58bf2a4cc7 sha1-file.c: remove implicit dependency on the_index 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
René Scharfe 9f6013a88d difftool: remove angular brackets from argument help 7 years ago
Jameson Miller a849735bfb block alloc: add lifecycle APIs for cache_entry structs 7 years ago
Jameson Miller 825ed4d9a0 read-cache: teach make_cache_entry to take object_id 7 years ago
Nguyễn Thái Ngọc Duy 3e4a67b47d Use OPT_SET_INT_F() for cmdline option specification 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Martin Ågren b227586831 lock_file: make function-local locks non-static 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Martin Ågren df60cf5789 read-cache: leave lock in right state in `write_locked_index()` 7 years ago
Patryk Obara e3506559d4 sha1_file: convert index_fd to struct object_id 8 years ago
Stefan Beller 7db316bcbe builtin/difftool.c: drop hashmap_cmp_fn cast 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Johannes Schindelin 5f3296c069 difftool: address a couple of resource/memory leaks 8 years ago
Johannes Schindelin 882add136f difftool: fix use-after-free 8 years ago
Jeff King 0730dd4ffb difftool: avoid strcpy 8 years ago
David Aguilar 18ec800512 difftool: handle modified symlinks in dir-diff mode 8 years ago
David Aguilar d81345ce09 difftool: fix bug when printing usage 8 years ago
Jeff King 94d3997ecc difftool: hack around -Wzero-length-format warning 8 years ago
Johannes Schindelin 019678d6b1 difftool: retire the scripted version 8 years ago
Johannes Schindelin 03831ef7b5 difftool: implement the functionality in the builtin 8 years ago
Johannes Schindelin be8a90e59c difftool: add a skeleton for the upcoming builtin 8 years ago