index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
stash.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-0
/
+2
2022-11-21
built-ins & libs & helpers: add/move destructors, fix leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-16
/
+19
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2022-10-28
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
1
-25
/
+48
2022-10-13
doc txt & -h consistency: make "stash" consistent
Ævar Arnfjörð Bjarmason
1
-25
/
+48
2022-10-13
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-13
stash doc SYNOPSIS & -h: correct padding around "[]()"
Ævar Arnfjörð Bjarmason
1
-14
/
+14
2022-10-13
doc txt & -h consistency: fix incorrect alternates syntax
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-6
/
+6
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-3
/
+6
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2022-08-19
refs: mark unused reflog callback parameters
Jeff King
1
-3
/
+6
2022-08-19
builtin/stash.c: let parse-options parse subcommands
SZEDER Gábor
1
-29
/
+24
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
1
-4
/
+4
2022-06-10
Merge branch 'ab/env-array'
Junio C Hamano
1
-8
/
+8
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
1
-53
/
+62
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2022-05-10
stash: apply stash using 'merge_ort_nonrecursive()'
Victoria Dye
1
-6
/
+24
2022-05-10
stash: integrate with sparse index
Victoria Dye
1
-0
/
+3
2022-04-13
revisions API: have release_revisions() release "prune_data"
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2022-04-13
revisions API users: add "goto cleanup" for release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
stash: always have the owner of "stash_info" free it
Ævar Arnfjörð Bjarmason
1
-48
/
+59
2022-04-13
revision.[ch]: provide and start using a release_revisions()
Ævar Arnfjörð Bjarmason
1
-3
/
+2
2022-03-30
Merge branch 'vd/stash-silence-reset'
Junio C Hamano
1
-2
/
+3
2022-03-23
Merge branch 'ep/remove-duplicated-includes'
Junio C Hamano
1
-1
/
+0
2022-03-16
Merge branch 'jc/stash-drop'
Junio C Hamano
1
-14
/
+4
2022-03-14
stash: make internal resets quiet and refresh index
Victoria Dye
1
-2
/
+3
2022-03-13
builtin/stash.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2022-03-02
stash: call reflog_delete() in reflog.c
John Cai
1
-14
/
+4
2022-02-24
stash: strip "refs/heads/" with skip_prefix
Glen Choo
1
-1
/
+1
2022-02-16
Merge branch 'js/no-more-legacy-stash'
Junio C Hamano
1
-10
/
+0
2022-02-05
Merge branch 'ab/cat-file'
Junio C Hamano
1
-2
/
+2
2022-01-27
stash: stop warning about the obsolete `stash.useBuiltin` config setting
Johannes Schindelin
1
-10
/
+0
2022-01-26
Merge branch 'en/keep-cwd'
Junio C Hamano
1
-1
/
+5
2022-01-26
sequencer, stash: fix running from worktree subdir
Elijah Newren
1
-1
/
+5
2022-01-10
Merge branch 'en/stash-df-fix'
Junio C Hamano
1
-4
/
+5
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
1
-4
/
+4
2022-01-10
Merge branch 'ab/do-not-limit-stash-help-to-push'
Junio C Hamano
1
-0
/
+1
2022-01-05
Merge branch 'en/keep-cwd'
Junio C Hamano
1
-1
/
+3
2022-01-05
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-2
/
+2
2022-01-04
stash: do not return before restoring untracked files
Elijah Newren
1
-4
/
+5
2021-12-30
parse-options API: add a usage_msg_optf()
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-12-16
stash: don't show "git stash push" usage on bad "git stash" usage
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-12-09
stash: do not attempt to remove startup_info->original_cwd
Elijah Newren
1
-1
/
+3
2021-10-28
stash: get rid of unused argument in stash_staged()
Sergey Organov
1
-3
/
+3
2021-10-18
stash: implement '--staged' option for 'push' and 'save'
Sergey Organov
1
-9
/
+71
2021-10-13
Merge branch 'ab/align-parse-options-help'
Junio C Hamano
1
-1
/
+1
[next]