84 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
Sergey Organov a8a6e0682d stash: get rid of unused argument in stash_staged() 3 years ago
Sergey Organov 41a28eb6c1 stash: implement '--staged' option for 'push' and 'save' 3 years ago
Elijah Newren 94b7f1563a Comment important codepaths regarding nuking untracked files/dirs 4 years ago
Elijah Newren 480d3d6bf9 Change unpack_trees' 'reset' flag into an enum 4 years ago
Elijah Newren 1b5f37334a Remove ignored files by default when they are in the way 4 years ago
Elijah Newren 04988c8d18 unpack-trees: introduce preserve_ignored to unpack_trees_options 4 years ago
Ævar Arnfjörð Bjarmason 5d70198efe parse-options API users: align usage output in C-strings 4 years ago
Elijah Newren bee8691f19 stash: restore untracked files AFTER restoring tracked files 4 years ago
Elijah Newren 3d40e3723b stash: avoid feeding directories to update-index 4 years ago
Ævar Arnfjörð Bjarmason ce93a4c612 dir.[ch]: replace dir_init() with DIR_INIT 4 years ago
Denton Liu af5cd44b6f stash show: use stash.showIncludeUntracked even when diff options given 4 years ago
Sergey Organov 1e20a407fe stash list: stop passing "-m" to "git log" 4 years ago
Alex Henrie 4901884a23 stash: don't translate literal commands 4 years ago
Denton Liu 1ff595d218 stash show: fix segfault with --{include,only}-untracked 4 years ago
Derrick Stolee a02912019a stash: ensure full index 4 years ago
Matheus Tavares d052cc0382 entry: extract a header file for entry.c functions 4 years ago
Denton Liu 0af760e261 stash show: learn stash.showIncludeUntracked 4 years ago
Denton Liu d3c7bf73bd stash show: teach --include-untracked and --only-untracked 4 years ago
Johannes Sixt b865734760 replace "parameters" by "arguments" in error messages 4 years ago
Denton Liu 3e885f0277 stash: declare ref_stash as an array 4 years ago
Elijah Newren ba359fd507 stash: fix stash application in sparse-checkouts 4 years ago
Elijah Newren b34ab4a43b stash: remove unnecessary process forking 4 years ago
Kyle Meyer eaf5341538 stash: add missing space to an error message 4 years ago
René Scharfe 4f44c5659b stash: simplify reflog emptiness check 4 years ago
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 5 years ago
Elijah Newren eceba53214 dir: fix problematic API to avoid memory leaks 5 years ago
Elijah Newren dad4f23ce5 dir: make clear_directory() free all relevant memory 5 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
Johannes Schindelin 7723436149 stash -p: (partially) fix bug concerning split hunks 5 years ago
Elijah Newren 95c11ecc73 Fix error-prone fill_directory() API; make it only return matches 5 years ago
Thomas Gummerer 8a2cd3f512 stash: remove the stash.useBuiltin setting 5 years ago
Thomas Gummerer b0c7362d19 stash: get git_stash_config at the top level 5 years ago
Alexandr Miloslavskiy 8a98758a8d stash push: support the --pathspec-from-file option 5 years ago
Alexandr Miloslavskiy 8c3713cede stash: eliminate crude option parsing 5 years ago
Johannes Schindelin 6610e4628a built-in stash: use the built-in `git add -p` if so configured 5 years ago
Thomas Gummerer df53c80822 stash: make sure we have a valid index before writing it 5 years ago
Johannes Schindelin 4a58c3d7f7 stash: handle staged changes in skip-worktree files correctly 5 years ago
Jakob Jarmar 556895d0c8 stash: avoid recursive hard reset on submodules 6 years ago
Johannes Schindelin dfd557c978 stash apply: report status correctly even in a worktree's subdirectory 6 years ago
Thomas Gummerer 34933d0eff stash: make sure to write refreshed cache 6 years ago
Elijah Newren 9822175d2b Ensure index matches head before invoking merge machinery, round N 6 years ago
Thomas Gummerer b932f6a5e8 stash: fix handling removed files with --keep-index 6 years ago
Thomas Gummerer 63b50c8ffe stash: fix show referencing stash index 6 years ago
Thomas Gummerer 8e407bc817 stash: setup default diff output format if necessary 6 years ago
Thomas Gummerer 7db9302d7c stash: pass pathspec as pointer 6 years ago
Thomas Gummerer eabf7405ab stash: drop unused parameter 6 years ago
Johannes Schindelin 1366c78c23 built-in stash: handle :(glob) pathspecs again 6 years ago