aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/stash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge branch 'jk/unused-params-even-more'Junio C Hamano1-1/+1
2019-04-22Merge branch 'tg/stash-in-c-show-default-to-p-fix'Junio C Hamano1-0/+4
2019-04-22Merge branch 'js/stash-in-c-pathspec-fix'Junio C Hamano1-31/+40
2019-04-22Merge branch 'tb/stash-in-c-unused-param-fix'Junio C Hamano1-4/+4
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano1-0/+1635
2019-03-21stash: setup default diff output format if necessaryThomas Gummerer1-0/+4
2019-03-12stash: pass pathspec as pointerThomas Gummerer1-30/+38
2019-03-11stash: drop unused parameterThomas Gummerer1-4/+4
2019-03-08built-in stash: handle :(glob) pathspecs againJohannes Schindelin1-2/+3
2019-03-07tests: add a special setup where stash.useBuiltin is offJohannes Schindelin1-1/+4
2019-03-07stash: optionally use the scripted version againJohannes Schindelin1-0/+35
2019-03-07stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu1-0/+1595