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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-28
Merge branch 'jk/fix-proto-downgrade-to-v0'
Junio C Hamano
7
-13
/
+47
2023-03-28
Merge branch 'fc/oid-quietly-parse-upstream'
Junio C Hamano
2
-2
/
+8
2023-03-28
Merge branch 'fc/completion-colors-do-not-need-prompt-command'
Junio C Hamano
2
-16
/
+11
2023-03-28
for-each-repo: with bad config, don't conflate <path> and <cmd>
Ævar Arnfjörð Bjarmason
2
-1
/
+14
2023-03-28
config API: add "string" version of *_value_multi(), fix segfaults
Ævar Arnfjörð Bjarmason
12
-22
/
+105
2023-03-28
config API users: test for *_get_value_multi() segfaults
Ævar Arnfjörð Bjarmason
5
-0
/
+74
2023-03-28
for-each-repo: error on bad --config
Ævar Arnfjörð Bjarmason
2
-5
/
+12
2023-03-28
config API: have *_multi() return an "int" and take a "dest"
Ævar Arnfjörð Bjarmason
9
-46
/
+64
2023-03-28
versioncmp.c: refactor config reading next commit
Ævar Arnfjörð Bjarmason
1
-8
/
+11
2023-03-28
config API: add and use a "git_config_get()" family of functions
Ævar Arnfjörð Bjarmason
7
-18
/
+135
2023-03-28
config tests: add "NULL" tests for *_get_value_multi()
Ævar Arnfjörð Bjarmason
1
-0
/
+65
2023-03-28
config tests: cover blind spots in git_die_config() tests
Ævar Arnfjörð Bjarmason
3
-3
/
+32
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
17
-82
/
+76
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
11
-18
/
+18
2023-03-28
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
8
-25
/
+12
2023-03-28
cocci: apply the "rerere.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
4
-8
/
+5
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
17
-27
/
+37
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
18
-46
/
+32
2023-03-28
cocci: apply the "packfile.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
5
-7
/
+6
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
16
-35
/
+54
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
60
-142
/
+184
2023-03-28
cocci: apply the "diff.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
8
-12
/
+9
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
44
-174
/
+196
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
26
-60
/
+72
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
79
-310
/
+332
2023-03-28
cocci: add missing "the_repository" macros to "pending"
Ævar Arnfjörð Bjarmason
1
-0
/
+70
2023-03-28
cocci: sort "the_repository" rules by header
Ævar Arnfjörð Bjarmason
1
-15
/
+19
2023-03-28
cocci: fix incorrect & verbose "the_repository" rules
Ævar Arnfjörð Bjarmason
1
-114
/
+46
2023-03-28
cocci: remove dead rule from "the_repository.pending.cocci"
Ævar Arnfjörð Bjarmason
1
-8
/
+0
2023-03-27
t3070: make chain lint tester happy
Michael J Gruber
1
-4
/
+6
2023-03-27
credential/wincred: include wincred.h
M Hickford
1
-60
/
+1
2023-03-27
config: tell the user that we expect an ASCII character
Kristoffer Haugsbakk
1
-1
/
+1
2023-03-27
commit-graph: fix truncated generation numbers
Patrick Steinhardt
2
-1
/
+10
2023-03-27
builtin/sparse-checkout: add check-rules command
William Sprent
3
-23
/
+267
2023-03-27
builtin/sparse-checkout: remove NEED_WORK_TREE flag
William Sprent
3
-1
/
+40
2023-03-27
t3701: we don't need no Perl for `add -i` anymore
Johannes Schindelin
1
-6
/
+0
2023-03-27
unpack-trees: take care to propagate the split-index flag
Johannes Schindelin
1
-0
/
+2
2023-03-27
fsmonitor: avoid overriding `cache_changed` bits
Johannes Schindelin
1
-1
/
+1
2023-03-27
split-index; stop abusing the `base_oid` to strip the "link" extension
Johannes Schindelin
2
-18
/
+33
2023-03-27
split-index & fsmonitor: demonstrate a bug
Johannes Schindelin
1
-0
/
+37
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
2
-2
/
+18
2023-03-27
branch: description for orphan branch errors
Rubén Justo
2
-5
/
+34
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
4
-35
/
+47
2023-03-27
rebase: add a config option for --rebase-merges
Alex Henrie
5
-20
/
+118
2023-03-27
rebase: deprecate --rebase-merges=""
Alex Henrie
1
-2
/
+6
2023-03-27
rebase: add documentation and test for --no-rebase-merges
Alex Henrie
2
-7
/
+21
2023-03-27
t5000: use check_mtime()
René Scharfe
1
-8
/
+1
2023-03-24
archive: improve support for running in subdirectory
René Scharfe
3
-21
/
+83
[prev]
[next]