8013 Commits (92ac04b8ee4438fe49eff037a65410ecc866ea1a)

Author SHA1 Message Date
Jonathan Nieder c154745074 submodule: defend against submodule.update = !command in .gitmodules 5 years ago
Johannes Schindelin a8dee3ca61 Disallow dubiously-nested submodule git directories 5 years ago
Johannes Schindelin 0060fd1511 clone --recurse-submodules: prevent name squatting on Windows 5 years ago
Jonathan Tan c7aadccba0 fetch: delay fetch_if_missing=0 until after config 5 years ago
Carlo Marcelo Arenas Belón 513f2b0bbd grep: make PCRE2 aware of custom allocator 5 years ago
Jakob Jarmar 556895d0c8 stash: avoid recursive hard reset on submodules 5 years ago
Bert Wesarg edefc31873 format-patch: create leading components of output directory 5 years ago
Eric Wong e2b5038d87 hashmap_entry: remove first member requirement from docs 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 c8e424c9c9 hashmap: introduce hashmap_free_entries 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 26b455f21e hashmap_put takes "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
Johannes Schindelin dfd557c978 stash apply: report status correctly even in a worktree's subdirectory 5 years ago
Johannes Schindelin d54dea77db fetch: let --jobs=<n> parallelize --multiple, too 5 years ago
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 5 years ago
Johannes Schindelin dbcd970c27 push: do not pretend to return `int` from `die_push_simple()` 5 years ago
Elijah Newren 941790d7de fast-export: handle nested tags 5 years ago
Elijah Newren a1638cfe12 fast-export: allow user to request tags be marked with --mark-tags 5 years ago
Elijah Newren 208d69246e fast-export: add support for --import-marks-if-exists 5 years ago
Josh Steadmon 25e4b8099c push: add trace2 instrumentation 5 years ago
Josh Steadmon 5fc31180d8 fetch: add trace2 instrumentation 5 years ago
Garima Singh 0bd7f578b2 commit-graph: emit trace2 cmd_mode for each sub-command 5 years ago
Bert Wesarg cda0d497e3 builtin/submodule--helper: fix usage string for 'update-clone' 5 years ago
Elijah Newren af2abd870b fast-export: fix exporting a tag and nothing else 5 years ago
SZEDER Gábor 2e09c01232 name-rev: avoid cutoff timestamp underflow 5 years ago
Thomas Gummerer 34933d0eff stash: make sure to write refreshed cache 5 years ago
Thomas Gummerer e080b34540 merge: use refresh_and_write_cache 5 years ago
Thomas Gummerer 22184497a3 factor out refresh_and_write_cache function 5 years ago
Garima Singh 7371612255 commit-graph: add --[no-]progress to write and verify 5 years ago
Elijah Newren 902b90cf42 clean: fix theoretical path corruption 5 years ago
Elijah Newren ca8b5390db clean: rewrap overly long line 5 years ago
Elijah Newren 09487f2cba clean: avoid removing untracked files in a nested git repository 5 years ago
Elijah Newren e86bbcf987 clean: disambiguate the definition of -d 5 years ago
Masaya Suzuki b7e2d8bca5 fetch: use oidset to keep the want OIDs for faster lookup 5 years ago
Jeff King 4c96a77594 list-objects-filter: delay parsing of sparse oid 5 years ago
Jeff King dd2e50a84e commit-graph: turn off save_commit_buffer 5 years ago
Ben Wijen bf1e28e0ad builtin/rebase.c: Remove pointless message 5 years ago
Ben Wijen d2172ef02d builtin/rebase.c: make sure the active branch isn't moved when autostashing 5 years ago
Jeff King 3a37876b5d pack-objects: drop packlist index_pos optimization 5 years ago
Jeff King f1cbd033e2 pack-objects: use object_id in packlist_alloc() 5 years ago
Jeff King 0dfed92dfd git-am: handle missing "author" when parsing commit 5 years ago
René Scharfe c77722b3ea use get_tagged_oid() 5 years ago
Derrick Stolee 65edd96aec treewide: rename 'exclude' methods to 'pattern' 5 years ago
Derrick Stolee 4ff89ee52c treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_' 5 years ago