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
/
checkout.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-08-04
Merge branch 'lm/add-p-context'
Junio C Hamano
1
-3
/
+28
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
1
-3
/
+28
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-1
/
+1
2025-07-09
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
Junio C Hamano
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-06-03
usage: allow dying without writing an error message
Patrick Steinhardt
1
-2
/
+2
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-1
/
+2
2025-04-17
Merge branch 'en/merge-recursive-debug'
Junio C Hamano
1
-5
/
+5
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: split out functions relating to object store subsystem
Patrick Steinhardt
1
-0
/
+1
2025-04-08
checkout: replace merge_trees() with merge_ort_nonrecursive()
Elijah Newren
1
-5
/
+5
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-3
/
+3
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
1
-1
/
+1
2024-10-10
checkout: refer to other-worktree branch, not ref
Kristoffer Haugsbakk
1
-1
/
+1
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-3
/
+13
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
-3
/
+12
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
1
-0
/
+2
2024-09-12
refs: stop modifying global `log_all_ref_updates` variable
Patrick Steinhardt
1
-1
/
+2
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
1
-1
/
+1
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+1
2024-07-31
Merge branch 'jc/checkout-no-op-switch-errors'
Junio C Hamano
1
-7
/
+14
2024-07-13
merge-recursive: honor diff.algorithm
Antonin Delpeuch
1
-1
/
+1
2024-07-02
checkout: special case error messages during noop switching
Junio C Hamano
1
-7
/
+14
2024-05-27
checkout: clarify memory ownership in `unique_tracking_name()`
Patrick Steinhardt
1
-6
/
+8
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-2
/
+2
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
1
-13
/
+22
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-13
/
+22
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-44
/
+43
2024-04-15
Merge branch 'gt/add-u-commit-i-pathspec-check'
Junio C Hamano
1
-1
/
+2
2024-04-12
Merge branch 'jc/checkout-detach-wo-tracking-report'
Junio C Hamano
1
-1
/
+2
2024-04-03
revision: optionally record matches with pathspec elements
Junio C Hamano
1
-1
/
+2
2024-04-01
Merge branch 'pw/checkout-conflict-errorfix'
Junio C Hamano
1
-22
/
+38
2024-03-30
checkout: omit "tracking" information on a detached HEAD
Junio C Hamano
1
-1
/
+2
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-3
/
+5
2024-03-25
Merge branch 'rj/restore-plug-leaks'
Junio C Hamano
1
-30
/
+21
2024-03-14
checkout: plug some leaks in git-restore
Rubén Justo
1
-30
/
+21
2024-03-14
checkout: fix interaction between --conflict and --merge
Phillip Wood
1
-3
/
+7
2024-03-14
checkout: cleanup --conflict=<style> parsing
Phillip Wood
1
-19
/
+32
2024-03-14
merge-ll: introduce LL_MERGE_OPTIONS_INIT
Phillip Wood
1
-2
/
+1
2024-03-07
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
1
-3
/
+16
2024-02-23
Always check `parse_tree*()`'s return value
Johannes Schindelin
1
-3
/
+16
[next]