77 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
David Aguilar 28c10ecbfc difftool: add a missing space to the run_dir_diff() comments 4 years ago
David Aguilar 8e2af8f0db difftool: remove an unnecessary call to strbuf_release() 4 years ago
David Aguilar 2255c80c91 difftool: refactor dir-diff to write files using helper functions 4 years ago
David Aguilar 4ac9f15492 difftool: create a tmpdir path without repeated slashes 4 years ago
David Aguilar 5bafb3576a difftool: fix symlink-file writing in dir-diff mode 4 years ago
Bagas Sanjaya 51b04c05b7 difftool: fix word spacing in the usage strings 4 years ago
Ævar Arnfjörð Bjarmason 4c25356e0e parse-options API: remove OPTION_ARGUMENT feature 4 years ago
Ævar Arnfjörð Bjarmason cc5b594788 difftool: use run_command() API in run_file_diff() 4 years ago
Jeff King b4c7aab7b9 difftool: prepare "diff" cmdline in cmd_difftool() 4 years ago
Ævar Arnfjörð Bjarmason ec3cc27ab0 difftool: prepare "struct child_process" in cmd_difftool() 4 years ago
Ævar Arnfjörð Bjarmason 338abb0f04 builtins + test helpers: use return instead of exit() in cmd_* 4 years ago
Matheus Tavares 9616882780 make_transient_cache_entry(): optionally alloc from mem_pool 4 years ago
Derrick Stolee 48b3c7da6c difftool: ensure full index 4 years ago
Matheus Tavares d052cc0382 entry: extract a header file for entry.c functions 4 years ago
Elijah Newren b19315d8ab Use new HASHMAP_INIT macro to simplify hashmap initialization 4 years ago
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 6 years ago
Eric Wong 23dee69f53 OFFSETOF_VAR macro to simplify hashmap iterators 6 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 6 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 6 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 6 years ago
Eric Wong b6c5241606 hashmap_get takes "const struct hashmap_entry *" 6 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 6 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 6 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 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 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()` 8 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