Age | Commit message (Expand) | Author | Files | Lines |
2020-04-29 | Merge branch 'en/fill-directory-exponential' | Junio C Hamano | 1 | -12/+5 |
2020-04-28 | Merge branch 'js/stash-p-fix' | Junio C Hamano | 1 | -1/+1 |
2020-04-08 | stash -p: (partially) fix bug concerning split hunks | Johannes Schindelin | 1 | -1/+1 |
2020-04-01 | Fix error-prone fill_directory() API; make it only return matches | Elijah Newren | 1 | -12/+5 |
2020-03-26 | Merge branch 'tg/retire-scripted-stash' | Junio C Hamano | 1 | -39/+11 |
2020-03-09 | Merge branch 'am/pathspec-f-f-more' | Junio C Hamano | 1 | -38/+41 |
2020-03-05 | stash: remove the stash.useBuiltin setting | Thomas Gummerer | 1 | -37/+10 |
2020-03-03 | stash: get git_stash_config at the top level | Thomas Gummerer | 1 | -3/+2 |
2020-02-19 | stash push: support the --pathspec-from-file option | Alexandr Miloslavskiy | 1 | -0/+20 |
2020-02-19 | stash: eliminate crude option parsing | Alexandr Miloslavskiy | 1 | -38/+21 |
2020-02-05 | Merge branch 'js/patch-mode-in-others-in-c' | Junio C Hamano | 1 | -11/+14 |
2019-12-21 | built-in stash: use the built-in `git add -p` if so configured | Johannes Schindelin | 1 | -11/+14 |
2019-12-01 | Merge branch 'tg/stash-refresh-index' | Junio C Hamano | 1 | -4/+3 |
2019-11-14 | stash: make sure we have a valid index before writing it | Thomas Gummerer | 1 | -4/+3 |
2019-11-10 | Merge branch 'js/update-index-ignore-removal-for-skip-worktree' | Junio C Hamano | 1 | -2/+3 |
2019-11-02 | stash: handle staged changes in skip-worktree files correctly | Johannes Schindelin | 1 | -2/+3 |
2019-10-18 | Merge branch 'jj/stash-reset-only-toplevel' | Junio C Hamano | 1 | -1/+1 |
2019-10-15 | Merge branch 'en/merge-recursive-cleanup' | Junio C Hamano | 1 | -0/+2 |
2019-10-15 | stash: avoid recursive hard reset on submodules | Jakob Jarmar | 1 | -1/+1 |
2019-10-11 | Merge branch 'js/stash-apply-in-secondary-worktree' | Junio C Hamano | 1 | -0/+4 |
2019-10-06 | stash apply: report status correctly even in a worktree's subdirectory | Johannes Schindelin | 1 | -0/+4 |
2019-09-20 | stash: make sure to write refreshed cache | Thomas Gummerer | 1 | -4/+7 |
2019-08-19 | Ensure index matches head before invoking merge machinery, round N | Elijah Newren | 1 | -0/+2 |
2019-07-25 | Merge branch 'tg/stash-keep-index-with-removed-paths' | Junio C Hamano | 1 | -23/+9 |
2019-07-16 | stash: fix handling removed files with --keep-index | Thomas Gummerer | 1 | -23/+9 |
2019-06-19 | stash: fix show referencing stash index | Thomas Gummerer | 1 | -4/+5 |
2019-04-25 | Merge branch 'jk/unused-params-even-more' | Junio C Hamano | 1 | -1/+1 |
2019-04-22 | Merge branch 'tg/stash-in-c-show-default-to-p-fix' | Junio C Hamano | 1 | -0/+4 |
2019-04-22 | Merge branch 'js/stash-in-c-pathspec-fix' | Junio C Hamano | 1 | -31/+40 |
2019-04-22 | Merge branch 'tb/stash-in-c-unused-param-fix' | Junio C Hamano | 1 | -4/+4 |
2019-04-22 | Merge branch 'ps/stash-in-c' | Junio C Hamano | 1 | -0/+1635 |
2019-03-21 | stash: setup default diff output format if necessary | Thomas Gummerer | 1 | -0/+4 |
2019-03-12 | stash: pass pathspec as pointer | Thomas Gummerer | 1 | -30/+38 |
2019-03-11 | stash: drop unused parameter | Thomas Gummerer | 1 | -4/+4 |
2019-03-08 | built-in stash: handle :(glob) pathspecs again | Johannes Schindelin | 1 | -2/+3 |
2019-03-07 | tests: add a special setup where stash.useBuiltin is off | Johannes Schindelin | 1 | -1/+4 |
2019-03-07 | stash: optionally use the scripted version again | Johannes Schindelin | 1 | -0/+35 |
2019-03-07 | stash: convert `stash--helper.c` into `stash.c` | Paul-Sebastian Ungureanu | 1 | -0/+1595 |