index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
stash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
1
-5
/
+2
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+2
*
builtin: pass repository to sub commands
Karthik Nayak
2024-11-26
1
-14
/
+25
*
builtin/stash: fix leaking `pathspec_from_file`
Patrick Steinhardt
2024-09-30
1
-1
/
+3
*
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-23
1
-1
/
+5
|
\
|
*
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-0
/
+1
|
*
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-1
/
+4
*
|
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2024-09-23
1
-8
/
+9
|
\
\
|
*
|
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+1
|
*
|
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
2024-09-12
1
-6
/
+6
|
*
|
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+2
|
|
/
*
|
Merge branch 'jc/range-diff-lazy-setup'
Junio C Hamano
2024-09-16
1
-3
/
+3
|
\
\
|
*
|
remerge-diff: clean up temporary objdir at a central place
Junio C Hamano
2024-08-10
1
-3
/
+3
|
*
|
Merge branch 'ps/report-failure-from-git-stash' into maint-2.43
Junio C Hamano
2024-02-13
1
-4
/
+4
|
|
\
\
*
|
|
|
drop trailing newline from warning/error/die messages
Jeff King
2024-09-05
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'ps/stash-keep-untrack-empty-fix'
Junio C Hamano
2024-08-23
1
-1
/
+22
|
\
\
\
|
*
|
|
builtin/stash: fix `--keep-index --include-untracked` with empty HEAD
Patrick Steinhardt
2024-08-16
1
-1
/
+22
*
|
|
|
Merge branch 'ps/leakfixes-part-3'
Junio C Hamano
2024-08-14
1
-2
/
+16
|
\
\
\
\
|
*
|
|
|
builtin/stash: fix various trivial memory leaks
Patrick Steinhardt
2024-08-01
1
-2
/
+16
*
|
|
|
|
merge-recursive: honor diff.algorithm
Antonin Delpeuch
2024-07-14
1
-1
/
+1
|
/
/
/
/
*
|
|
|
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
2024-06-11
1
-5
/
+4
*
|
|
|
builtin/stash: fix leak in `show_stash()`
Patrick Steinhardt
2024-06-11
1
-0
/
+2
*
|
|
|
object-name: free leaking object contexts
Patrick Steinhardt
2024-06-11
1
-3
/
+9
*
|
|
|
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
2024-05-16
1
-10
/
+13
|
\
\
\
\
|
*
|
|
|
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-10
/
+13
*
|
|
|
|
Merge branch 'ps/the-index-is-no-more'
Junio C Hamano
2024-05-08
1
-23
/
+22
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
builtin: stop using `the_index`
Patrick Steinhardt
2024-04-18
1
-23
/
+22
*
|
|
|
|
Merge branch 'aj/stash-staged-fix'
Junio C Hamano
2024-04-30
1
-2
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
stash: fix "--staged" with binary files
Adam Johnson
2024-04-22
1
-2
/
+2
|
*
|
|
|
Merge branch 'en/keep-cwd' into maint
Junio C Hamano
2022-01-29
1
-1
/
+5
|
|
\
\
\
\
*
|
\
\
\
\
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-2
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
1
-2
/
+3
*
|
|
|
|
|
|
Merge branch 'ps/report-failure-from-git-stash'
Junio C Hamano
2024-02-12
1
-4
/
+4
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
/
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
builtin/stash: report failure to write to index
Patrick Steinhardt
2024-02-06
1
-4
/
+4
*
|
|
|
|
|
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'jc/fail-stash-to-store-non-stash'
Junio C Hamano
2023-10-23
1
-0
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
stash: be careful what we store
Junio C Hamano
2023-10-12
1
-0
/
+6
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'jk/unused-post-2.42'
Junio C Hamano
2023-09-08
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
stash: mark unused parameter in diff callback
Jeff King
2023-08-30
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
diff: drop useless "status" parameter from diff_result_code()
Jeff King
2023-08-22
1
-3
/
+3
*
|
|
|
|
diff: drop useless return from run_diff_{files,index} functions
Jeff King
2023-08-22
1
-9
/
+5
*
|
|
|
|
diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()
Junio C Hamano
2023-08-22
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-2
/
+3
|
\
\
\
\
|
*
|
|
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+3
*
|
|
|
|
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
|
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
|
|
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
|
|
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
[next]