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-29
Merge branch 'dk/stash-apply-index'
Junio C Hamano
1
-6
/
+11
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
1
-2
/
+2
2025-09-23
Merge branch 'rs/get-oid-with-flags-cleanup'
Junio C Hamano
1
-9
/
+5
2025-09-23
Merge branch 'jk/add-i-color'
Junio C Hamano
1
-1
/
+4
2025-09-22
revision: add wrapper to setup_revisions() from a strvec
Jeff King
1
-3
/
+2
2025-09-22
stash: tell setup_revisions() to free our allocated strings
Jeff King
1
-1
/
+2
2025-09-21
stash: honor stash.index in apply, pop modes
D. Ben Knoble
1
-2
/
+7
2025-09-21
stash: refactor private config globals
D. Ben Knoble
1
-4
/
+4
2025-09-10
use repo_get_oid_with_flags()
René Scharfe
1
-9
/
+5
2025-09-08
stash: pass --no-color to diff plumbing child processes
Jeff King
1
-1
/
+4
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
1
-2
/
+4
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
1
-2
/
+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
[next]