38 Commits (31e8595a1132187f99792a4b889c2128cd9253ef)

Author SHA1 Message Date
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
Johannes Schindelin 7906af0cb8 tests: add a special setup where stash.useBuiltin is off 6 years ago
Johannes Schindelin 90a462725e stash: optionally use the scripted version again 6 years ago
Paul-Sebastian Ungureanu 40af146834 stash: convert `stash--helper.c` into `stash.c` 6 years ago
Paul-Sebastian Ungureanu 48ee24ab72 stash: replace all `write-tree` child processes with API calls 6 years ago
Paul-Sebastian Ungureanu ef0f0b4509 stash: optimize `get_untracked_files()` and `check_changes()` 6 years ago
Paul-Sebastian Ungureanu 64fe9c26a4 stash: convert save to builtin 6 years ago
Paul-Sebastian Ungureanu 1ac528c0b0 stash: make push -q quiet 6 years ago
Paul-Sebastian Ungureanu d553f538b8 stash: convert push to builtin 6 years ago
Paul-Sebastian Ungureanu d4788af875 stash: convert create to builtin 6 years ago
Paul-Sebastian Ungureanu 41e0dd55c4 stash: convert store to builtin 6 years ago
Paul-Sebastian Ungureanu dc7bd382b1 stash: convert show to builtin 6 years ago
Paul-Sebastian Ungureanu 130f2697da stash: convert list to builtin 6 years ago
Joel Teichroeb c4de61d7a9 stash: convert pop to builtin 6 years ago
Joel Teichroeb 577c1995e8 stash: convert branch to builtin 6 years ago
Joel Teichroeb 4e2dd39303 stash: convert drop and clear to builtin 6 years ago
Joel Teichroeb 8a0fc8d19d stash: convert apply to builtin 6 years ago