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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-28
config API: add "string" version of *_value_multi(), fix segfaults
Ævar Arnfjörð Bjarmason
2
-5
/
+5
2023-03-28
for-each-repo: error on bad --config
Ævar Arnfjörð Bjarmason
1
-5
/
+6
2023-03-28
config API: have *_multi() return an "int" and take a "dest"
Ævar Arnfjörð Bjarmason
3
-13
/
+8
2023-03-28
config API: add and use a "git_config_get()" family of functions
Ævar Arnfjörð Bjarmason
3
-10
/
+5
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2
-2
/
+2
2023-03-28
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
3
-6
/
+6
2023-03-28
cocci: apply the "rerere.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
8
-9
/
+19
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
6
-7
/
+7
2023-03-28
cocci: apply the "packfile.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
4
-12
/
+20
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
19
-52
/
+79
2023-03-28
cocci: apply the "diff.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
3
-3
/
+3
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
17
-38
/
+46
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
10
-16
/
+28
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
41
-152
/
+165
2023-03-27
builtin/sparse-checkout: add check-rules command
William Sprent
1
-20
/
+111
2023-03-27
builtin/sparse-checkout: remove NEED_WORK_TREE flag
William Sprent
1
-0
/
+6
2023-03-27
branch: avoid unnecessary worktrees traversals
Rubén Justo
1
-1
/
+1
2023-03-27
branch: rename orphan branches in any worktree
Rubén Justo
1
-2
/
+4
2023-03-27
branch: description for orphan branch errors
Rubén Justo
1
-5
/
+16
2023-03-27
branch: use get_worktrees() in copy_or_rename_branch()
Rubén Justo
1
-9
/
+9
2023-03-27
branch: test for failures while renaming branches
Rubén Justo
1
-0
/
+32
2023-03-27
rebase: add a config option for --rebase-merges
Alex Henrie
1
-19
/
+55
2023-03-27
rebase: deprecate --rebase-merges=""
Alex Henrie
1
-2
/
+6
2023-03-23
pack-redundant: escalate deprecation warning to an error
Jeff King
1
-0
/
+1
2023-03-22
fast-export: drop unused parameter from anonymize_commit_message()
Jeff King
1
-2
/
+2
2023-03-22
fast-export: drop data parameter from anonymous generators
Jeff King
1
-14
/
+13
2023-03-22
fast-export: de-obfuscate --anonymize-map handling
Jeff King
1
-6
/
+2
2023-03-22
fast-export: factor out anonymized_entry creation
Jeff King
1
-9
/
+26
2023-03-22
fast-export: simplify initialization of anonymized hashmaps
Jeff King
1
-7
/
+4
2023-03-22
fast-export: drop const when storing anonymized values
Jeff King
1
-1
/
+1
2023-03-21
Merge branch 'ps/receive-pack-unlock-before-die'
Junio C Hamano
1
-4
/
+10
2023-03-21
Merge branch 'aj/ls-files-format-fix'
Junio C Hamano
1
-1
/
+4
2023-03-21
Merge branch 'jk/format-patch-ignore-noprefix'
Junio C Hamano
2
-1
/
+18
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
15
-0
/
+15
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
33
-0
/
+33
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
42
-0
/
+42
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
20
-1
/
+20
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
26
-0
/
+26
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
4
-0
/
+4
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
108
-0
/
+108
2023-03-20
for-each-ref: add ahead-behind format atom
Derrick Stolee
3
-0
/
+5
2023-03-20
for-each-ref: add --stdin option
Derrick Stolee
1
-1
/
+22
2023-03-20
treewide: include parse-options.h in source files
SZEDER Gábor
5
-0
/
+5
2023-03-20
fetch: centralize printing of reference updates
Patrick Steinhardt
1
-53
/
+55
2023-03-20
fetch: centralize logic to print remote URL
Patrick Steinhardt
1
-55
/
+44
2023-03-20
fetch: centralize handling of per-reference format
Patrick Steinhardt
1
-3
/
+4
2023-03-20
fetch: pass the full local reference name to `format_display`
Patrick Steinhardt
1
-12
/
+11
[prev]
[next]