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
2022-11-15
maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statement
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-11-14
maintenance: add option to register in a specific config
Ronan Pigott
1
-13
/
+32
2022-11-14
for-each-repo: interpolate repo path arguments
Ronan Pigott
1
-1
/
+4
2022-11-14
Doc: document push.recurseSubmodules=only
Jonathan Tan
1
-2
/
+10
2022-11-12
merge-tree.c: allow specifying the merge-base when --stdin is passed
Kyle Zhao
1
-2
/
+19
2022-11-12
merge-tree.c: add --merge-base=<commit> option
Kyle Zhao
1
-11
/
+35
2022-11-11
Turn `git bisect` into a full built-in
Johannes Schindelin
1
-1
/
+1
2022-11-11
bisect--helper: log: allow arbitrary number of arguments
Đoàn Trần Công Danh
1
-3
/
+1
2022-11-11
bisect--helper: handle states directly
Johannes Schindelin
1
-19
/
+19
2022-11-11
bisect--helper: emit usage for "git bisect"
Ævar Arnfjörð Bjarmason
1
-15
/
+36
2022-11-11
bisect--helper: identify as bisect when report error
Đoàn Trần Công Danh
1
-5
/
+8
2022-11-11
bisect-run: verify_good: account for non-negative exit status
Đoàn Trần Công Danh
1
-1
/
+1
2022-11-11
bisect run: keep some of the post-v2.30.0 output
Đoàn Trần Công Danh
1
-13
/
+11
2022-11-11
bisect: fix output regressions in v2.30.0
Đoàn Trần Công Danh
1
-12
/
+15
2022-11-11
bisect: refactor bisect_run() to match CodingGuidelines
Ævar Arnfjörð Bjarmason
1
-4
/
+3
2022-11-11
Merge branch 'dd/bisect-helper-subcommand' into dd/git-bisect-builtin
Taylor Blau
1
-100
/
+129
2022-11-11
bisect--helper: parse subcommand with OPT_SUBCOMMAND
Đoàn Trần Công Danh
1
-70
/
+17
2022-11-11
bisect--helper: move all subcommands into their own functions
Đoàn Trần Công Danh
1
-34
/
+121
2022-11-11
bisect--helper: remove unused options
Đoàn Trần Công Danh
1
-6
/
+1
2022-11-10
read-tree: use 'skip_cache_tree_update' option
Victoria Dye
1
-0
/
+4
2022-11-10
reset: use 'skip_cache_tree_update' option
Victoria Dye
1
-0
/
+2
2022-11-10
branch: gracefully handle '-d' on orphan HEAD
Jeff King
1
-6
/
+3
2022-11-09
rebase: stop exporting GIT_REFLOG_ACTION
Phillip Wood
1
-12
/
+15
2022-11-08
Merge branch 'rs/no-more-run-command-v'
Taylor Blau
11
-226
/
+242
2022-11-08
Merge branch 'es/mark-gc-cruft-as-experimental'
Taylor Blau
1
-2
/
+5
2022-11-08
submodule--helper: use OPT_SUBCOMMAND() API
Ævar Arnfjörð Bjarmason
1
-39
/
+37
2022-11-08
submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update"
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2022-11-08
submodule--helper: remove --prefix from "absorbgitdirs"
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2022-11-08
submodule API & "absorbgitdirs": remove "----recursive" option
Ævar Arnfjörð Bjarmason
2
-8
/
+3
2022-11-08
submodule--helper: fix a memory leak in "status"
Ævar Arnfjörð Bjarmason
1
-3
/
+4
2022-11-08
submodule--helper: move "config" to a test-tool
Ævar Arnfjörð Bjarmason
1
-46
/
+0
2022-10-30
Merge branch 'en/merge-tree-sequence'
Taylor Blau
1
-3
/
+39
2022-10-30
Merge branch 'ds/bundle-uri-3'
Taylor Blau
1
-2
/
+3
2022-10-30
Merge branch 'rj/branch-do-not-exit-with-minus-one-status'
Taylor Blau
1
-1
/
+1
2022-10-30
Merge branch 'rj/branch-copy-rename-error-codepath-cleanup'
Taylor Blau
1
-20
/
+8
2022-10-30
Merge branch 'pw/rebase-reflog-fixes'
Taylor Blau
1
-87
/
+59
2022-10-30
Merge branch 'pw/rebase-keep-base-fixes'
Taylor Blau
1
-61
/
+83
2022-10-30
Merge branch 'tb/shortlog-group'
Taylor Blau
2
-27
/
+61
2022-10-30
Merge branch 'jk/repack-tempfile-cleanup'
Taylor Blau
1
-61
/
+29
2022-10-30
Merge branch 'jz/patch-id'
Taylor Blau
2
-26
/
+81
2022-10-30
replace and remove run_command_v_opt()
René Scharfe
7
-26
/
+67
2022-10-30
use child_process members "args" and "env" directly
René Scharfe
7
-149
/
+135
2022-10-30
use child_process member "args" instead of string array variable
René Scharfe
3
-32
/
+27
2022-10-30
bisect--helper: factor out do_bisect_run()
René Scharfe
1
-11
/
+11
2022-10-30
am: simplify building "show" argument list
René Scharfe
1
-7
/
+4
2022-10-30
merge: remove always-the-same "verbose" arguments
Ævar Arnfjörð Bjarmason
1
-8
/
+5
2022-10-28
Merge branch 'tb/remove-unused-pack-bitmap'
Junio C Hamano
1
-0
/
+32
2022-10-28
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
46
-128
/
+270
2022-10-27
Merge branch 'rj/branch-edit-desc-unborn' into maint-2.38
Junio C Hamano
1
-2
/
+12
2022-10-27
Merge branch 'ab/run-hook-api-cleanup'
Junio C Hamano
2
-12
/
+27
[prev]
[next]