index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-03-28
config API: add "string" version of *_value_multi(), fix segfaults
Ævar Arnfjörð Bjarmason
-22
/
+105
2023-03-28
config API users: test for *_get_value_multi() segfaults
Ævar Arnfjörð Bjarmason
-0
/
+74
2023-03-28
for-each-repo: error on bad --config
Ævar Arnfjörð Bjarmason
-5
/
+12
2023-03-28
config API: have *_multi() return an "int" and take a "dest"
Ævar Arnfjörð Bjarmason
-46
/
+64
2023-03-28
versioncmp.c: refactor config reading next commit
Ævar Arnfjörð Bjarmason
-8
/
+11
2023-03-28
config API: add and use a "git_config_get()" family of functions
Ævar Arnfjörð Bjarmason
-18
/
+135
2023-03-28
config tests: add "NULL" tests for *_get_value_multi()
Ævar Arnfjörð Bjarmason
-0
/
+65
2023-03-28
config tests: cover blind spots in git_die_config() tests
Ævar Arnfjörð Bjarmason
-3
/
+32
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
-82
/
+76
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
-18
/
+18
2023-03-28
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-25
/
+12
2023-03-28
cocci: apply the "rerere.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-8
/
+5
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-27
/
+37
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-46
/
+32
2023-03-28
cocci: apply the "packfile.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-7
/
+6
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-35
/
+54
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-142
/
+184
2023-03-28
cocci: apply the "diff.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-12
/
+9
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-174
/
+196
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-60
/
+72
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-310
/
+332
2023-03-28
cocci: add missing "the_repository" macros to "pending"
Ævar Arnfjörð Bjarmason
-0
/
+70
2023-03-28
cocci: sort "the_repository" rules by header
Ævar Arnfjörð Bjarmason
-15
/
+19
2023-03-28
cocci: fix incorrect & verbose "the_repository" rules
Ævar Arnfjörð Bjarmason
-114
/
+46
2023-03-28
cocci: remove dead rule from "the_repository.pending.cocci"
Ævar Arnfjörð Bjarmason
-8
/
+0
2023-03-27
t3070: make chain lint tester happy
Michael J Gruber
-4
/
+6
2023-03-27
credential/wincred: include wincred.h
M Hickford
-60
/
+1
2023-03-27
config: tell the user that we expect an ASCII character
Kristoffer Haugsbakk
-1
/
+1
2023-03-27
commit-graph: fix truncated generation numbers
Patrick Steinhardt
-1
/
+10
2023-03-27
builtin/sparse-checkout: add check-rules command
William Sprent
-23
/
+267
2023-03-27
builtin/sparse-checkout: remove NEED_WORK_TREE flag
William Sprent
-1
/
+40
2023-03-27
t3701: we don't need no Perl for `add -i` anymore
Johannes Schindelin
-6
/
+0
2023-03-27
unpack-trees: take care to propagate the split-index flag
Johannes Schindelin
-0
/
+2
2023-03-27
fsmonitor: avoid overriding `cache_changed` bits
Johannes Schindelin
-1
/
+1
2023-03-27
split-index; stop abusing the `base_oid` to strip the "link" extension
Johannes Schindelin
-18
/
+33
2023-03-27
split-index & fsmonitor: demonstrate a bug
Johannes Schindelin
-0
/
+37
2023-03-27
branch: avoid unnecessary worktrees traversals
Rubén Justo
-1
/
+1
2023-03-27
branch: rename orphan branches in any worktree
Rubén Justo
-2
/
+18
2023-03-27
branch: description for orphan branch errors
Rubén Justo
-5
/
+34
2023-03-27
branch: use get_worktrees() in copy_or_rename_branch()
Rubén Justo
-9
/
+9
2023-03-27
branch: test for failures while renaming branches
Rubén Justo
-35
/
+47
2023-03-27
rebase: add a config option for --rebase-merges
Alex Henrie
-20
/
+118
2023-03-27
rebase: deprecate --rebase-merges=""
Alex Henrie
-2
/
+6
2023-03-27
rebase: add documentation and test for --no-rebase-merges
Alex Henrie
-7
/
+21
2023-03-27
t5000: use check_mtime()
René Scharfe
-8
/
+1
2023-03-24
archive: improve support for running in subdirectory
René Scharfe
-21
/
+83
2023-03-24
blame: allow --contents to work with non-HEAD commit
Jacob Keller
-20
/
+46
2023-03-24
sequencer: rewrite save_head() in terms of write_message()
Oswald Buddenhagen
-19
/
+1
2023-03-24
sequencer: remove pointless rollback_lock_file()
Oswald Buddenhagen
-1
/
+0
2023-03-23
pack-redundant: escalate deprecation warning to an error
Jeff King
-0
/
+1
[prev]
[next]