8009 Commits (08b1ea4c39b08b76fe2d1240ccbf6077ef19226a)

Author SHA1 Message Date
Johannes Schindelin c480eeb574 commit --interactive: make it work with the built-in `add -i` 5 years ago
Johannes Schindelin cee6cb7300 built-in add -p: implement the "worktree" patch modes 5 years ago
Johannes Schindelin 52628f94fc built-in add -p: implement the "checkout" patch modes 5 years ago
Johannes Schindelin 6610e4628a built-in stash: use the built-in `git add -p` if so configured 5 years ago
Johannes Schindelin 90a6bb98d1 legacy stash -p: respect the add.interactive.usebuiltin setting 5 years ago
Johannes Schindelin 36bae1dc0e built-in add -p: implement the "stash" and "reset" patch modes 5 years ago
Johannes Schindelin d2a233cb8b built-in add -p: prepare for patch modes other than "stage" 5 years ago
Johannes Schindelin f6aa7ecc34 built-in add -i: start implementing the `patch` functionality in C 5 years ago
Johannes Schindelin f83dff60a7 Start to implement a built-in version of `git add --interactive` 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 6 years ago
Ben Wijen d2172ef02d builtin/rebase.c: make sure the active branch isn't moved when autostashing 6 years ago