index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t3903-stash.sh
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
revision: hang on to "freed" argv elements
Jeff King
1
-0
/
+17
2026-07-19
Merge branch 'mm/test-grep-lint'
Junio C Hamano
1
-14
/
+14
2026-07-07
parse-options: exit 0 on -h
brian m. carlson
1
-2
/
+2
2026-07-06
t: convert grep assertions to test_grep
Michael Montalbo
1
-14
/
+14
2026-05-27
Merge branch 'ps/t3903-cover-stash-include-untracked'
Junio C Hamano
1
-0
/
+17
2026-05-17
stash: add coverage for show --include-untracked
Pushkar Singh
1
-0
/
+17
2026-04-29
stash: add --label-ours, --label-theirs, --label-base for apply
Harald Nordgren
1
-0
/
+24
2025-09-29
Merge branch 'dk/stash-apply-index'
Junio C Hamano
1
-0
/
+40
2025-09-22
revision: manage memory ownership of argv in setup_revisions()
Jeff King
1
-0
/
+5
2025-09-22
stash: tell setup_revisions() to free our allocated strings
Jeff King
1
-0
/
+4
2025-09-21
stash: honor stash.index in apply, pop modes
D. Ben Knoble
1
-0
/
+37
2025-09-21
t3903: reduce dependencies on previous tests
D. Ben Knoble
1
-0
/
+3
2025-07-14
Merge branch 'hy/read-cache-lock-error-fix'
Junio C Hamano
1
-12
/
+6
2025-07-07
read-cache: report lock error when refreshing index
Han Young
1
-12
/
+6
2025-06-30
Merge branch 'bc/stash-export-import'
Junio C Hamano
1
-0
/
+101
2025-06-24
Merge branch 'kj/stash-onbranch-submodule-fix'
Junio C Hamano
1
-0
/
+32
2025-06-12
builtin/stash: provide a way to import stashes from a ref
brian m. carlson
1
-0
/
+101
2025-06-11
stash: fix incorrect branch name in stash message
K Jayatheerth
1
-0
/
+32
2025-06-07
stash: allow "git stash [<options>] --patch <pathspec>" to assume push
Phillip Wood
1
-2
/
+2
2025-06-07
stash: allow "git stash -p <pathspec>" to assume push again
Phillip Wood
1
-0
/
+22
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-08-23
Merge branch 'ps/stash-keep-untrack-empty-fix'
Junio C Hamano
1
-0
/
+15
2024-08-16
builtin/stash: fix `--keep-index --include-untracked` with empty HEAD
Patrick Steinhardt
1
-0
/
+15
2024-08-01
builtin/stash: fix various trivial memory leaks
Patrick Steinhardt
1
-0
/
+1
2024-04-30
Merge branch 'aj/stash-staged-fix'
Junio C Hamano
1
-0
/
+9
2024-04-22
stash: fix "--staged" with binary files
Adam Johnson
1
-0
/
+9
2024-02-12
Merge branch 'ps/report-failure-from-git-stash'
Junio C Hamano
1
-0
/
+52
2024-02-06
builtin/stash: report failure to write to index
Patrick Steinhardt
1
-0
/
+52
2024-01-22
t3903: make drop stash test ref backend agnostic
John Cai
1
-6
/
+6
2023-11-08
Merge branch 'jc/test-i18ngrep'
Junio C Hamano
1
-5
/
+5
2023-11-02
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
1
-5
/
+5
2023-10-23
Merge branch 'jc/fail-stash-to-store-non-stash'
Junio C Hamano
1
-0
/
+4
2023-10-11
stash: be careful what we store
Junio C Hamano
1
-0
/
+4
2023-05-19
t3903-stash: modernize test format
John Cai
1
-13
/
+13
2022-08-19
builtin/stash.c: let parse-options parse subcommands
SZEDER Gábor
1
-1
/
+1
2022-06-30
tests: add missing double quotes to included library paths
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-06-03
Merge branch 'ns/batch-fsync'
Junio C Hamano
1
-0
/
+20
2022-04-06
core.fsyncmethod: tests for batch mode
Neeraj Singh
1
-0
/
+20
2022-03-30
Merge branch 'vd/stash-silence-reset'
Junio C Hamano
1
-0
/
+33
2022-03-16
Merge branch 'jc/stash-drop'
Junio C Hamano
1
-1
/
+42
2022-03-14
stash: make internal resets quiet and refresh index
Victoria Dye
1
-0
/
+33
2022-03-06
Merge branch 'gc/stash-on-branch-with-multi-level-name'
Junio C Hamano
1
-0
/
+11
2022-03-06
Merge branch 'cg/t3903-modernize'
Junio C Hamano
1
-9
/
+12
2022-03-02
stash: add tests to ensure reflog --rewrite --updatref behavior
John Cai
1
-1
/
+42
2022-02-24
stash: strip "refs/heads/" with skip_prefix
Glen Choo
1
-0
/
+11
2022-02-23
tests: make the code more readable
COGONI Guillaume
1
-3
/
+6
2022-02-23
tests: allow testing if a path is truly a file or a directory
COGONI Guillaume
1
-3
/
+3
2022-02-23
t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*
COGONI Guillaume
1
-3
/
+3
2022-01-27
stash: stop warning about the obsolete `stash.useBuiltin` config setting
Johannes Schindelin
1
-15
/
+0
2022-01-10
Merge branch 'en/stash-df-fix'
Junio C Hamano
1
-0
/
+24
[next]