summaryrefslogtreecommitdiff
path: root/builtin/stash.c
AgeCommit message (Expand)Author
2020-04-29Merge branch 'en/fill-directory-exponential'Junio C Hamano
2020-04-28Merge branch 'js/stash-p-fix'Junio C Hamano
2020-04-08stash -p: (partially) fix bug concerning split hunksJohannes Schindelin
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren
2020-03-27Merge branch 'tg/retire-scripted-stash'Junio C Hamano
2020-03-09Merge branch 'am/pathspec-f-f-more'Junio C Hamano
2020-03-05stash: remove the stash.useBuiltin settingThomas Gummerer
2020-03-03stash: get git_stash_config at the top levelThomas Gummerer
2020-02-19stash push: support the --pathspec-from-file optionAlexandr Miloslavskiy
2020-02-19stash: eliminate crude option parsingAlexandr Miloslavskiy
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano
2019-12-22built-in stash: use the built-in `git add -p` if so configuredJohannes Schindelin
2019-12-01Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-11-14stash: make sure we have a valid index before writing itThomas Gummerer
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Junio C Hamano
2019-11-02stash: handle staged changes in skip-worktree files correctlyJohannes Schindelin
2019-10-18Merge branch 'jj/stash-reset-only-toplevel'Junio C Hamano
2019-10-15Merge branch 'en/merge-recursive-cleanup'Junio C Hamano
2019-10-15stash: avoid recursive hard reset on submodulesJakob Jarmar
2019-10-11Merge branch 'js/stash-apply-in-secondary-worktree'Junio C Hamano
2019-10-06stash apply: report status correctly even in a worktree's subdirectoryJohannes Schindelin
2019-09-20stash: make sure to write refreshed cacheThomas Gummerer
2019-08-19Ensure index matches head before invoking merge machinery, round NElijah Newren
2019-07-25Merge branch 'tg/stash-keep-index-with-removed-paths'Junio C Hamano
2019-07-16stash: fix handling removed files with --keep-indexThomas Gummerer
2019-06-19stash: fix show referencing stash indexThomas Gummerer
2019-04-25Merge branch 'jk/unused-params-even-more'Junio C Hamano
2019-04-22Merge branch 'tg/stash-in-c-show-default-to-p-fix'Junio C Hamano
2019-04-22Merge branch 'js/stash-in-c-pathspec-fix'Junio C Hamano
2019-04-22Merge branch 'tb/stash-in-c-unused-param-fix'Junio C Hamano
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano
2019-03-21stash: setup default diff output format if necessaryThomas Gummerer
2019-03-12stash: pass pathspec as pointerThomas Gummerer
2019-03-11stash: drop unused parameterThomas Gummerer
2019-03-08built-in stash: handle :(glob) pathspecs againJohannes Schindelin
2019-03-07tests: add a special setup where stash.useBuiltin is offJohannes Schindelin
2019-03-07stash: optionally use the scripted version againJohannes Schindelin
2019-03-07stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu