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
2022-11-18
parse_object(): drop extra "has" check before checking object type
Jeff King
1
-2
/
+1
2022-11-17
branch: force-copy a branch to itself via @{-1} is a no-op
Rubén Justo
2
-3
/
+13
2022-11-17
receive-pack: only use visible refs for connectivity check
Patrick Steinhardt
3
-0
/
+12
2022-11-17
rev-parse: add `--exclude-hidden=` option
Patrick Steinhardt
3
-0
/
+57
2022-11-17
revision: add new parameter to exclude hidden refs
Patrick Steinhardt
5
-1
/
+241
2022-11-17
revision: introduce struct to handle exclusions
Patrick Steinhardt
3
-36
/
+47
2022-11-17
revision: move together exclusion-related functions
Patrick Steinhardt
1
-26
/
+26
2022-11-17
refs: get rid of global list of hidden refs
Patrick Steinhardt
5
-31
/
+39
2022-11-17
refs: fix memory leak when parsing hideRefs config
Patrick Steinhardt
1
-1
/
+1
2022-11-16
notes: avoid empty line in template
Michael J Gruber
1
-1
/
+1
2022-11-15
t7610: use "file:///dev/null", not "/dev/null", fixes MinGW
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-11-15
bisect; remove unused "git-bisect.sh" and ".gitignore" entry
Ævar Arnfjörð Bjarmason
2
-64
/
+0
2022-11-15
builtin/gc.c: fix use-after-free in maintenance_unregister()
Taylor Blau
1
-3
/
+2
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
3
-21
/
+59
2022-11-14
for-each-repo: interpolate repo path arguments
Ronan Pigott
2
-1
/
+10
2022-11-14
The twelfth batch
Taylor Blau
1
-0
/
+11
2022-11-14
Merge branch 'vh/my-first-contribution-typo'
Taylor Blau
1
-1
/
+1
2022-11-14
Merge branch 'ks/partialclone-casing'
Taylor Blau
1
-2
/
+2
2022-11-14
Merge branch 'mh/password-can-be-pat'
Taylor Blau
1
-3
/
+4
2022-11-14
Merge branch 'js/ci-set-output'
Taylor Blau
1
-3
/
+3
2022-11-14
Merge branch 'ab/rev-info-init'
Taylor Blau
2
-18
/
+19
2022-11-14
Merge branch 'al/trace2-clearing-skip-worktree'
Taylor Blau
1
-6
/
+24
2022-11-14
Merge branch 'do/modernize-t7001'
Taylor Blau
1
-31
/
+31
2022-11-14
Docs: describe how a credential-generating helper works
M Hickford
1
-3
/
+5
2022-11-14
Documentation: fix typo
Vlad-Stefan Harbuz
1
-1
/
+1
2022-11-14
http: redact curl h2h3 headers in info
Glen Choo
2
-9
/
+44
2022-11-14
t: run t5551 tests with both HTTP and HTTP/2
Jeff King
4
-8
/
+39
2022-11-14
pack-bitmap.c: avoid exposing absolute paths
Teng Long
2
-6
/
+9
2022-11-14
pack-bitmap.c: remove unnecessary "open_pack_index()" calls
Teng Long
1
-3
/
+0
2022-11-14
Doc: document push.recurseSubmodules=only
Jonathan Tan
5
-15
/
+73
2022-11-12
docs: clarify that credential discards unrecognised attributes
M Hickford
2
-0
/
+3
2022-11-12
merge-tree.c: allow specifying the merge-base when --stdin is passed
Kyle Zhao
3
-3
/
+67
2022-11-12
merge-tree.c: add --merge-base=<commit> option
Kyle Zhao
3
-11
/
+66
2022-11-11
tests(scalar): tighten the stale `scalar.repo` test some
Johannes Schindelin
1
-1
/
+4
2022-11-11
repository-version.txt: partialClone casing change
Kousik Sanagavarapu
1
-2
/
+2
2022-11-11
Makefile: don't create a ".build/.build/" for cocci, fix output
Ævar Arnfjörð Bjarmason
2
-8
/
+8
2022-11-11
Turn `git bisect` into a full built-in
Johannes Schindelin
4
-5
/
+4
2022-11-11
bisect--helper: log: allow arbitrary number of arguments
Đoàn Trần Công Danh
2
-5
/
+1
2022-11-11
bisect--helper: handle states directly
Johannes Schindelin
2
-21
/
+19
2022-11-11
bisect--helper: emit usage for "git bisect"
Ævar Arnfjörð Bjarmason
1
-15
/
+36
2022-11-11
bisect test: test exit codes on bad usage
Ævar Arnfjörð Bjarmason
1
-0
/
+30
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
2
-2
/
+2
2022-11-11
bisect run: keep some of the post-v2.30.0 output
Đoàn Trần Công Danh
2
-21
/
+58
2022-11-11
bisect: fix output regressions in v2.30.0
Đoàn Trần Công Danh
2
-16
/
+19
2022-11-11
bisect: refactor bisect_run() to match CodingGuidelines
Ævar Arnfjörð Bjarmason
1
-4
/
+3
2022-11-11
bisect tests: test for v2.30.0 "bisect run" regressions
Ævar Arnfjörð Bjarmason
1
-0
/
+79
2022-11-11
Merge branch 'dd/bisect-helper-subcommand' into dd/git-bisect-builtin
Taylor Blau
3
-120
/
+142
2022-11-11
bisect--helper: parse subcommand with OPT_SUBCOMMAND
Đoàn Trần Công Danh
3
-90
/
+30
[prev]
[next]