index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
stash.c
Age
Commit message (
Expand
)
Author
2026-03-30
docs: fix "git stash [push]" documentation
Quentin Bernet
2026-03-24
Merge branch 'dd/cocci-do-not-pass-strbuf-by-value'
Junio C Hamano
2026-03-15
stash: do not pass strbuf by value
Deveshi Dwivedi
2026-03-03
add-patch: allow disabling editing of hunks
Patrick Steinhardt
2026-03-03
add-patch: split out `struct interactive_options`
Patrick Steinhardt
2026-03-03
Merge branch 'aa/add-p-no-auto-advance'
Junio C Hamano
2026-02-17
interactive -p: add new `--auto-advance` flag
Abraham Samuel Adekunle
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2026-01-15
commit: rename `reverse_commit_list()` to conform to coding guidelines
Patrick Steinhardt
2026-01-09
cocci: convert parse_tree functions to repo_ variants
René Scharfe
2025-09-29
Merge branch 'dk/stash-apply-index'
Junio C Hamano
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
2025-09-23
Merge branch 'rs/get-oid-with-flags-cleanup'
Junio C Hamano
2025-09-23
Merge branch 'jk/add-i-color'
Junio C Hamano
2025-09-22
revision: add wrapper to setup_revisions() from a strvec
Jeff King
2025-09-22
stash: tell setup_revisions() to free our allocated strings
Jeff King
2025-09-21
stash: honor stash.index in apply, pop modes
D. Ben Knoble
2025-09-21
stash: refactor private config globals
D. Ben Knoble
2025-09-10
use repo_get_oid_with_flags()
René Scharfe
2025-09-08
stash: pass --no-color to diff plumbing child processes
Jeff King
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
2025-08-04
Merge branch 'lm/add-p-context'
Junio C Hamano
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-06-30
Merge branch 'bc/stash-export-import'
Junio C Hamano
2025-06-24
Merge branch 'kj/stash-onbranch-submodule-fix'
Junio C Hamano
2025-06-12
builtin/stash: provide a way to import stashes from a ref
brian m. carlson
2025-06-12
builtin/stash: provide a way to export stashes to a ref
brian m. carlson
2025-06-12
builtin/stash: factor out revision parsing into a function
brian m. carlson
2025-06-11
stash: fix incorrect branch name in stash message
K Jayatheerth
2025-06-07
stash: allow "git stash [<options>] --patch <pathspec>" to assume push
Phillip Wood
2025-06-07
stash: allow "git stash -p <pathspec>" to assume push again
Phillip Wood
2025-03-17
stash: remove merge-recursive.h include
Elijah Newren
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
2024-09-30
builtin/stash: fix leaking `pathspec_from_file`
Patrick Steinhardt
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2024-09-16
Merge branch 'jc/range-diff-lazy-setup'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
2024-08-23
Merge branch 'ps/stash-keep-untrack-empty-fix'
Junio C Hamano
2024-08-16
builtin/stash: fix `--keep-index --include-untracked` with empty HEAD
Patrick Steinhardt
[next]