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
/
builtin
/
stash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-21
stash: avoid sparse-index expansion for in-cone paths
Ted Nyman
1
-2
/
+2
2026-06-07
Merge branch 'aj/stash-patch-optimize-temporary-index'
Junio C Hamano
1
-6
/
+64
2026-05-24
stash: reuse cached index entries in --patch temporary index
Adam Johnson
1
-6
/
+64
2026-04-29
stash: add --label-ours, --label-theirs, --label-base for apply
Harald Nordgren
1
-8
/
+20
2026-03-30
docs: fix "git stash [push]" documentation
Quentin Bernet
1
-2
/
+2
2026-03-24
Merge branch 'dd/cocci-do-not-pass-strbuf-by-value'
Junio C Hamano
1
-3
/
+3
2026-03-15
stash: do not pass strbuf by value
Deveshi Dwivedi
1
-3
/
+3
2026-03-03
add-patch: allow disabling editing of hunks
Patrick Steinhardt
1
-1
/
+1
2026-03-03
add-patch: split out `struct interactive_options`
Patrick Steinhardt
1
-26
/
+28
2026-03-03
Merge branch 'aa/add-p-no-auto-advance'
Junio C Hamano
1
-0
/
+8
2026-02-17
interactive -p: add new `--auto-advance` flag
Abraham Samuel Adekunle
1
-0
/
+8
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
1
-6
/
+6
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-5
/
+5
2026-01-15
commit: rename `reverse_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-1
/
+1
2026-01-09
cocci: convert parse_tree functions to repo_ variants
René Scharfe
1
-4
/
+4
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
[next]