index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit-graph: extract write_commit_graph_file()
Derrick Stolee
2019-06-12
1
-75
/
+80
*
commit-graph: extract copy_oids_to_commits()
Derrick Stolee
2019-06-12
1
-25
/
+32
*
commit-graph: extract count_distinct_commits()
Derrick Stolee
2019-06-12
1
-13
/
+22
*
commit-graph: extract fill_oids_from_all_packs()
Derrick Stolee
2019-06-12
1
-11
/
+15
*
commit-graph: extract fill_oids_from_commit_hex()
Derrick Stolee
2019-06-12
1
-32
/
+40
*
commit-graph: extract fill_oids_from_packs()
Derrick Stolee
2019-06-12
1
-36
/
+47
*
commit-graph: create write_commit_graph_context
Derrick Stolee
2019-06-12
1
-196
/
+194
*
commit-graph: remove Future Work section
Derrick Stolee
2019-06-12
1
-17
/
+0
*
commit-graph: collapse parameters into flags
Derrick Stolee
2019-06-12
5
-13
/
+18
*
commit-graph: return with errors during write
Derrick Stolee
2019-06-12
6
-39
/
+77
*
commit-graph: fix the_repository reference
Derrick Stolee
2019-05-13
1
-1
/
+1
*
commit-graph: improve & i18n error messages
Ævar Arnfjörð Bjarmason
2019-04-01
1
-19
/
+19
*
commit-graph write: don't die if the existing graph is corrupt
Ævar Arnfjörð Bjarmason
2019-04-01
4
-5
/
+23
*
commit-graph verify: detect inability to read the graph
Ævar Arnfjörð Bjarmason
2019-04-01
2
-1
/
+9
*
commit-graph: don't pass filename to load_commit_graph_one_fd_st()
Ævar Arnfjörð Bjarmason
2019-04-01
3
-8
/
+6
*
commit-graph: don't early exit(1) on e.g. "git status"
Ævar Arnfjörð Bjarmason
2019-04-01
4
-18
/
+51
*
commit-graph: fix segfault on e.g. "git status"
Ævar Arnfjörð Bjarmason
2019-04-01
2
-10
/
+36
*
commit-graph tests: test a graph that's too small
Ævar Arnfjörð Bjarmason
2019-02-22
1
-0
/
+6
*
commit-graph tests: split up corrupt_graph_and_verify()
Ævar Arnfjörð Bjarmason
2019-02-22
1
-6
/
+16
*
Git 2.21-rc2
v2.21.0-rc2
Junio C Hamano
2019-02-19
1
-1
/
+1
*
Merge branch 'js/test-tool-gen-nuls'
Junio C Hamano
2019-02-19
5
-7
/
+25
|
\
|
*
tests: teach the test-tool to generate NUL bytes and use it
Johannes Schindelin
2019-02-19
5
-7
/
+25
*
|
Merge branch 'mk/t5562-no-input-to-too-large-an-input-test'
Junio C Hamano
2019-02-19
1
-2
/
+2
|
\
\
|
*
|
t5562: do not depend on /dev/zero
Max Kirillov
2019-02-19
1
-1
/
+1
|
|
/
|
*
Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"
Junio C Hamano
2019-02-19
1
-2
/
+2
*
|
Merge branch 'mk/t5562-do-not-reuse-output-files'
Junio C Hamano
2019-02-19
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
t5562: do not reuse output files
Max Kirillov
2019-02-19
1
-4
/
+4
|
/
*
mingw: safe-guard a bit more against getenv() problems
Johannes Schindelin
2019-02-15
1
-1
/
+1
*
Merge branch 'ea/rebase-compat-doc-fix'
Junio C Hamano
2019-02-14
1
-1
/
+0
|
\
|
*
docs/git-rebase: remove redundant entry in incompatible options list
Emilio Cobos Álvarez
2019-02-14
1
-1
/
+0
*
|
Merge branch 'jc/no-grepping-for-strerror-in-tests'
Junio C Hamano
2019-02-14
1
-1
/
+1
|
\
\
|
*
|
t1404: do not rely on the exact phrasing of strerror()
Junio C Hamano
2019-02-14
1
-1
/
+1
*
|
|
Merge branch 'jt/fetch-v2-sideband'
Junio C Hamano
2019-02-14
1
-0
/
+1
|
\
\
\
|
*
|
|
t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through Apache
Todd Zullinger
2019-02-14
1
-0
/
+1
*
|
|
|
Merge branch 'en/rebase-merge-on-sequencer'
Junio C Hamano
2019-02-14
1
-2
/
+0
|
\
\
\
\
|
*
|
|
|
git-rebase.txt: update to reflect merge now implemented on sequencer
Elijah Newren
2019-02-14
1
-2
/
+0
*
|
|
|
|
Git 2.21-rc1
v2.21.0-rc1
Junio C Hamano
2019-02-14
1
-0
/
+10
*
|
|
|
|
Merge branch 'ab/rebase-test-fix'
Junio C Hamano
2019-02-14
1
-3
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
rebase: fix regression in rebase.useBuiltin=false test mode
Ævar Arnfjörð Bjarmason
2019-02-14
1
-3
/
+6
*
|
|
|
|
|
Merge branch 'rb/no-dev-zero-in-test'
Junio C Hamano
2019-02-14
3
-3
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
t5562: replace /dev/zero with a pipe from generate_zero_bytes
Randall S. Becker
2019-02-13
1
-2
/
+2
|
*
|
|
|
|
|
t5318: replace use of /dev/zero with generate_zero_bytes
Randall S. Becker
2019-02-13
1
-1
/
+1
|
*
|
|
|
|
|
test-lib-functions.sh: add generate_zero_bytes function
Randall S. Becker
2019-02-12
1
-0
/
+13
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'rs/bash-is-in-coreutils-on-nonstop'
Junio C Hamano
2019-02-14
1
-3
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
config.mak.uname: move location of bash on NonStop to CoreUtils
Randall S. Becker
2019-02-13
1
-3
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'js/mingw-host-cpu'
Junio C Hamano
2019-02-14
2
-19
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mingw: use a more canonical method to fix the CPU reporting
Johannes Schindelin
2019-02-13
2
-19
/
+2
*
|
|
|
|
|
|
Merge branch 'sg/stress-test'
Junio C Hamano
2019-02-14
3
-4
/
+23
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
test-lib: fix non-portable pattern bracket expressions
SZEDER Gábor
2019-02-11
2
-3
/
+3
|
*
|
|
|
|
|
|
test-lib: make '--stress' more bisect-friendly
SZEDER Gábor
2019-02-08
2
-2
/
+21
[next]