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
2025-09-08
stash: pass --no-color to diff plumbing child processes
Jeff King
1
-1
/
+4
2025-08-04
Merge branch 'lm/add-p-context'
Junio C Hamano
1
-11
/
+45
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
1
-11
/
+45
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-06-30
Merge branch 'bc/stash-export-import'
Junio C Hamano
1
-11
/
+449
2025-06-24
Merge branch 'kj/stash-onbranch-submodule-fix'
Junio C Hamano
1
-2
/
+8
2025-06-12
builtin/stash: provide a way to import stashes from a ref
brian m. carlson
1
-0
/
+167
2025-06-12
builtin/stash: provide a way to export stashes to a ref
brian m. carlson
1
-0
/
+260
2025-06-12
builtin/stash: factor out revision parsing into a function
brian m. carlson
1
-11
/
+22
2025-06-11
stash: fix incorrect branch name in stash message
K Jayatheerth
1
-2
/
+8
2025-06-07
stash: allow "git stash [<options>] --patch <pathspec>" to assume push
Phillip Wood
1
-3
/
+7
2025-06-07
stash: allow "git stash -p <pathspec>" to assume push again
Phillip Wood
1
-1
/
+1
2025-03-17
stash: remove merge-recursive.h include
Elijah Newren
1
-1
/
+0
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-5
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
1
-14
/
+25
2024-09-30
builtin/stash: fix leaking `pathspec_from_file`
Patrick Steinhardt
1
-1
/
+3
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+5
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-8
/
+9
2024-09-16
Merge branch 'jc/range-diff-lazy-setup'
Junio C Hamano
1
-3
/
+3
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
1
-6
/
+6
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-1
/
+2
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
1
-1
/
+1
2024-08-23
Merge branch 'ps/stash-keep-untrack-empty-fix'
Junio C Hamano
1
-1
/
+22
2024-08-16
builtin/stash: fix `--keep-index --include-untracked` with empty HEAD
Patrick Steinhardt
1
-1
/
+22
2024-08-14
Merge branch 'ps/leakfixes-part-3'
Junio C Hamano
1
-2
/
+16
2024-08-09
remerge-diff: clean up temporary objdir at a central place
Junio C Hamano
1
-3
/
+3
2024-08-01
builtin/stash: fix various trivial memory leaks
Patrick Steinhardt
1
-2
/
+16
2024-07-13
merge-recursive: honor diff.algorithm
Antonin Delpeuch
1
-1
/
+1
2024-06-11
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
1
-5
/
+4
2024-06-11
builtin/stash: fix leak in `show_stash()`
Patrick Steinhardt
1
-0
/
+2
2024-06-11
object-name: free leaking object contexts
Patrick Steinhardt
1
-3
/
+9
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
1
-10
/
+13
2024-05-08
Merge branch 'ps/the-index-is-no-more'
Junio C Hamano
1
-23
/
+22
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-10
/
+13
2024-04-30
Merge branch 'aj/stash-staged-fix'
Junio C Hamano
1
-2
/
+2
2024-04-22
stash: fix "--staged" with binary files
Adam Johnson
1
-2
/
+2
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-23
/
+22
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-2
/
+3
2024-02-13
Merge branch 'ps/report-failure-from-git-stash' into maint-2.43
Junio C Hamano
1
-4
/
+4
2024-02-12
Merge branch 'ps/report-failure-from-git-stash'
Junio C Hamano
1
-4
/
+4
2024-02-06
builtin/stash: report failure to write to index
Patrick Steinhardt
1
-4
/
+4
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-10-23
Merge branch 'jc/fail-stash-to-store-non-stash'
Junio C Hamano
1
-0
/
+6
2023-10-11
stash: be careful what we store
Junio C Hamano
1
-0
/
+6
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-2
/
+3
2023-09-07
Merge branch 'jk/unused-post-2.42'
Junio C Hamano
1
-1
/
+1
[next]