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
/
git.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Merge branch 'ty/repository-fetch-if-missing'
Junio C Hamano
1
-1
/
+1
2026-08-15
repository: move fetch_if_missing into struct repository
Tian Yuchen
1
-1
/
+1
2026-08-11
git: avoid segfault on "git --shallow-file" without a value
Christian Couder
1
-3
/
+7
2026-07-07
setup: unify setup of shallow file
Patrick Steinhardt
1
-1
/
+1
2026-06-11
environment: split up concerns of `is_bare_repository_cfg`
Patrick Steinhardt
1
-1
/
+1
2026-05-27
Merge branch 'ps/setup-wo-the-repository'
Junio C Hamano
1
-5
/
+5
2026-05-21
Merge branch 'mm/git-url-parse'
Junio C Hamano
1
-0
/
+1
2026-05-19
setup: stop using `the_repository` in `setup_git_directory()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `setup_git_directory_gently()`
Patrick Steinhardt
1
-3
/
+3
2026-05-19
setup: stop using `the_repository` in `setup_work_tree()`
Patrick Steinhardt
1
-1
/
+1
2026-05-19
Merge branch 'kh/name-rev-custom-format'
Junio C Hamano
1
-0
/
+1
2026-05-12
format-rev: introduce builtin for on-demand pretty formatting
Kristoffer Haugsbakk
1
-0
/
+1
2026-05-06
builtin: create url-parse command
Matheus Afonso Martins Moreira
1
-0
/
+1
2026-03-24
use strvec_pushv() to add another strvec
Junio C Hamano
1
-2
/
+1
2026-03-10
Merge branch 'jh/alias-i18n-fixes'
Junio C Hamano
1
-1
/
+1
2026-03-10
Merge branch 'ar/config-hooks'
Junio C Hamano
1
-1
/
+1
2026-02-26
git, help: fix memory leaks in alias listing
Jonatan Holmgren
1
-1
/
+1
2026-02-19
hook: allow out-of-repo 'git hook' invocations
Emily Shaffer
1
-1
/
+1
2026-01-13
builtin: add new "history" command
Patrick Steinhardt
1
-0
/
+1
2025-10-02
Merge branch 'kh/you-still-use-whatchanged-fix'
Junio C Hamano
1
-31
/
+60
2025-09-17
git: allow alias-shadowing deprecated builtins
Kristoffer Haugsbakk
1
-0
/
+17
2025-09-17
git: move seen-alias bookkeeping into handle_alias(...)
Kristoffer Haugsbakk
1
-23
/
+25
2025-09-17
git: add `deprecated` category to --list-cmds
Kristoffer Haugsbakk
1
-8
/
+18
2025-09-08
Merge branch 'tc/last-modified'
Junio C Hamano
1
-0
/
+1
2025-08-28
last-modified: new subcommand to show when files were last modified
Toon Claes
1
-0
/
+1
2025-08-25
Merge branch 'lo/repo-info'
Junio C Hamano
1
-0
/
+1
2025-08-25
Merge branch 'dk/help-all'
Junio C Hamano
1
-1
/
+1
2025-08-17
repo: declare the repo command
Lucas Seiki Oshiro
1
-0
/
+1
2025-08-08
builtin: also setup gently for --help-all
D. Ben Knoble
1
-1
/
+1
2025-07-25
git: show alias info only with lone -h
René Scharfe
1
-1
/
+1
2025-06-25
Merge branch 'jc/you-still-use-whatchanged'
Junio C Hamano
1
-0
/
+2
2025-06-16
git.c: remove the_repository dependence in run_builtin()
Lidong Yan
1
-2
/
+2
2025-05-12
whatchanged: remove when built with WITH_BREAKING_CHANGES
Junio C Hamano
1
-0
/
+2
2025-03-03
builtin: introduce diff-pairs command
Justin Tobler
1
-0
/
+1
2025-02-03
backfill: add builtin boilerplate
Derrick Stolee
1
-0
/
+1
2025-02-03
Merge branch 'ps/3.0-remote-deprecation'
Junio C Hamano
1
-0
/
+2
2025-01-22
builtin/pack-redundant: remove subcommand with breaking changes
Patrick Steinhardt
1
-0
/
+2
2024-12-18
trace: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-12-18
pager: stop using `the_repository`
Patrick Steinhardt
1
-4
/
+4
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-20
/
+13
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-21
help: fix leaking return value from `help_unknown_cmd()`
Patrick Steinhardt
1
-1
/
+3
2024-11-21
git: refactor builtin handling to use a `struct strvec`
Patrick Steinhardt
1
-34
/
+30
2024-11-21
git: refactor alias handling to use a `struct strvec`
Patrick Steinhardt
1
-26
/
+32
2024-10-25
Merge branch 'jc/a-commands-without-the-repo'
Taylor Blau
1
-3
/
+4
2024-10-11
git: pass in repo to builtin based on setup_git_directory_gently
John Cai
1
-3
/
+4
2024-10-02
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
1
-3
/
+19
2024-09-27
git: fix leaking argv when handling builtins
Patrick Steinhardt
1
-3
/
+19
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-6
/
+6
2024-08-14
git: fix leaking system paths
Patrick Steinhardt
1
-3
/
+10
[next]