summaryrefslogtreecommitdiff
path: root/builtin/stash.c
AgeCommit message (Expand)Author
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe
2025-09-29Merge branch 'dk/stash-apply-index'Junio C Hamano
2025-09-29Merge branch 'jk/setup-revisions-freefix'Junio C Hamano
2025-09-23Merge branch 'rs/get-oid-with-flags-cleanup'Junio C Hamano
2025-09-23Merge branch 'jk/add-i-color'Junio C Hamano
2025-09-22revision: add wrapper to setup_revisions() from a strvecJeff King
2025-09-22stash: tell setup_revisions() to free our allocated stringsJeff King
2025-09-21stash: honor stash.index in apply, pop modesD. Ben Knoble
2025-09-21stash: refactor private config globalsD. Ben Knoble
2025-09-10use repo_get_oid_with_flags()René Scharfe
2025-09-08stash: pass --no-color to diff plumbing child processesJeff King
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt
2025-08-04Merge branch 'lm/add-p-context'Junio C Hamano
2025-07-29add-patch: add diff.context command line overridesLeon Michalak
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-06-30Merge branch 'bc/stash-export-import'Junio C Hamano
2025-06-24Merge branch 'kj/stash-onbranch-submodule-fix'Junio C Hamano
2025-06-12builtin/stash: provide a way to import stashes from a refbrian m. carlson
2025-06-12builtin/stash: provide a way to export stashes to a refbrian m. carlson
2025-06-12builtin/stash: factor out revision parsing into a functionbrian m. carlson
2025-06-11stash: fix incorrect branch name in stash messageK Jayatheerth
2025-06-07stash: allow "git stash [<options>] --patch <pathspec>" to assume pushPhillip Wood
2025-06-07stash: allow "git stash -p <pathspec>" to assume push againPhillip Wood
2025-03-17stash: remove merge-recursive.h includeElijah Newren
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-09-30builtin/stash: fix leaking `pathspec_from_file`Patrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt
2024-09-05drop trailing newline from warning/error/die messagesJeff King
2024-08-23Merge branch 'ps/stash-keep-untrack-empty-fix'Junio C Hamano
2024-08-16builtin/stash: fix `--keep-index --include-untracked` with empty HEADPatrick Steinhardt
2024-08-14Merge branch 'ps/leakfixes-part-3'Junio C Hamano
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano
2024-08-01builtin/stash: fix various trivial memory leaksPatrick Steinhardt
2024-07-13merge-recursive: honor diff.algorithmAntonin Delpeuch
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt
2024-06-11builtin/stash: fix leak in `show_stash()`Patrick Steinhardt
2024-06-11object-name: free leaking object contextsPatrick Steinhardt
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano
2024-05-08Merge branch 'ps/the-index-is-no-more'Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt