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
/
checkout.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-02-13
add-patch: classify '@' as a synonym for 'HEAD'
Ghanshyam Thakkar
1
-1
/
+3
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
1
-3
/
+0
2024-02-08
Merge branch 'jc/orphan-unborn' into maint-2.43
Junio C Hamano
1
-1
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-3
/
+0
2024-01-02
Merge branch 'jc/orphan-unborn'
Junio C Hamano
1
-1
/
+1
2023-12-27
Merge branch 'jc/checkout-B-branch-in-use'
Junio C Hamano
1
-8
/
+29
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
2023-12-13
checkout: forbid "-B <branch>" from touching a branch used elsewhere
Junio C Hamano
1
-0
/
+7
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
1
-0
/
+2
2023-11-24
orphan/unborn: fix use of 'orphan' in end-user facing messages
Junio C Hamano
1
-1
/
+1
2023-11-23
checkout: refactor die_if_checked_out() caller
Junio C Hamano
1
-9
/
+23
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-3
/
+5
2023-10-02
Merge branch 'jc/unresolve-removal'
Junio C Hamano
1
-4
/
+11
2023-07-31
checkout: allow "checkout -m path" to unmerge removed paths
Junio C Hamano
1
-4
/
+2
2023-07-31
checkout/restore: refuse unmerging paths unless checking out of the index
Junio C Hamano
1
-0
/
+9
2023-07-25
Merge branch 'ah/advise-force-pushing'
Junio C Hamano
1
-1
/
+1
2023-07-13
wt-status: don't show divergence advice when committing
Alex Henrie
1
-1
/
+1
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-3
/
+9
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+9
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
[prev]
[next]