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
*
The tenth batch
Junio C Hamano
2022-03-09
1
-1
/
+27
*
Merge branch 'ab/help-fixes'
Junio C Hamano
2022-03-09
5
-24
/
+187
|
\
|
*
help: don't print "\n" before single-section output
Ævar Arnfjörð Bjarmason
2022-02-23
2
-2
/
+4
|
*
help: add --no-[external-commands|aliases] for use with --all
Ævar Arnfjörð Bjarmason
2022-02-23
5
-7
/
+66
|
*
help: error if [-a|-g|-c] and [-i|-m|-w] are combined
Ævar Arnfjörð Bjarmason
2022-02-23
2
-6
/
+45
|
*
help: correct usage & behavior of "git help --all"
Ævar Arnfjörð Bjarmason
2022-02-23
3
-5
/
+8
|
*
help: note the option name on option incompatibility
Ævar Arnfjörð Bjarmason
2022-02-23
1
-7
/
+8
|
*
help.c: split up list_all_cmds_help() function
Ævar Arnfjörð Bjarmason
2022-02-23
1
-7
/
+20
|
*
help tests: test "git" and "git help [-a|-g] spacing
Ævar Arnfjörð Bjarmason
2022-02-23
1
-0
/
+45
|
*
help.c: use puts() instead of printf{,_ln}() for consistency
Ævar Arnfjörð Bjarmason
2022-02-23
1
-3
/
+4
|
*
help doc: add missing "]" to "[-a|--all]"
Ævar Arnfjörð Bjarmason
2022-02-23
1
-1
/
+1
*
|
Merge branch 'ab/c99-variadic-macros'
Junio C Hamano
2022-03-09
8
-246
/
+65
|
\
\
|
*
|
C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
Ævar Arnfjörð Bjarmason
2022-02-22
8
-243
/
+64
|
*
|
git-compat-util.h: clarify GCC v.s. C99-specific in comment
Ævar Arnfjörð Bjarmason
2022-02-22
1
-3
/
+1
|
|
/
*
|
Merge branch 'hn/reftable-no-empty-keys'
Junio C Hamano
2022-03-09
7
-19
/
+136
|
\
\
|
*
|
reftable: rename writer_stats to reftable_writer_stats
Han-Wen Nienhuys
2022-02-23
3
-7
/
+7
|
*
|
reftable: add test for length of disambiguating prefix
Han-Wen Nienhuys
2022-02-23
1
-0
/
+38
|
*
|
reftable: ensure that obj_id_len is >= 2 on writing
Han-Wen Nienhuys
2022-02-23
2
-1
/
+40
|
*
|
reftable: avoid writing empty keys at the block layer
Han-Wen Nienhuys
2022-02-23
3
-12
/
+23
|
*
|
reftable: add a test that verifies that writing empty keys fails
Han-Wen Nienhuys
2022-02-23
1
-0
/
+24
|
*
|
reftable: reject 0 object_id_len
Han-Wen Nienhuys
2022-02-23
1
-0
/
+5
|
*
|
Documentation: object_id_len goes up to 31
Han-Wen Nienhuys
2022-02-23
1
-1
/
+1
*
|
|
Merge branch 'jc/cat-file-batch-commands'
Junio C Hamano
2022-03-09
3
-22
/
+333
|
\
\
\
|
*
|
|
cat-file: add --batch-command mode
John Cai
2022-02-18
3
-6
/
+300
|
*
|
|
cat-file: add remove_timestamp helper
John Cai
2022-02-18
1
-5
/
+10
|
*
|
|
cat-file: introduce batch_mode enum to replace print_contents
John Cai
2022-02-18
1
-4
/
+16
|
*
|
|
cat-file: rename cmdmode to transform_mode
John Cai
2022-02-18
1
-7
/
+7
*
|
|
|
Merge branch 'pw/xdiff-alloc-fail'
Junio C Hamano
2022-03-09
4
-48
/
+51
|
\
\
\
\
|
*
|
|
|
xdiff: handle allocation failure when merging
Phillip Wood
2022-02-16
1
-1
/
+6
|
*
|
|
|
xdiff: refactor a function
Phillip Wood
2022-02-16
1
-19
/
+16
|
*
|
|
|
xdiff: handle allocation failure in patience diff
Phillip Wood
2022-02-16
1
-5
/
+12
|
*
|
|
|
xdiff: fix a memory leak
Phillip Wood
2022-02-16
3
-23
/
+17
*
|
|
|
|
Merge branch 'en/present-despite-skipped'
Junio C Hamano
2022-03-09
19
-128
/
+311
|
\
\
\
\
\
|
*
|
|
|
|
repo_read_index: add config to expect files outside sparse patterns
Elijah Newren
2022-03-02
7
-1
/
+66
|
*
|
|
|
|
Accelerate clear_skip_worktree_from_present_files() by caching
Elijah Newren
2022-01-14
1
-2
/
+54
|
*
|
|
|
|
Update documentation related to sparsity and the skip-worktree bit
Elijah Newren
2022-01-14
3
-47
/
+98
|
*
|
|
|
|
repo_read_index: clear SKIP_WORKTREE bit from files present in worktree
Elijah Newren
2022-01-14
9
-80
/
+72
|
*
|
|
|
|
unpack-trees: fix accidental loss of user changes
Elijah Newren
2022-01-14
2
-2
/
+4
|
*
|
|
|
|
t1011: add testcase demonstrating accidental loss of user modifications
Elijah Newren
2022-01-14
1
-0
/
+21
|
*
|
|
|
|
Merge branch 'vd/sparse-clean-etc' into en/present-despite-skipped
Junio C Hamano
2022-01-13
8
-17
/
+360
|
|
\
\
\
\
\
*
|
|
|
|
|
|
The ninth batch
Junio C Hamano
2022-03-07
1
-0
/
+21
*
|
|
|
|
|
|
Merge branch 'jt/ls-files-stage-recurse'
Junio C Hamano
2022-03-07
3
-4
/
+20
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
ls-files: support --recurse-submodules --stage
Jonathan Tan
2022-02-24
3
-4
/
+20
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'gc/stash-on-branch-with-multi-level-name'
Junio C Hamano
2022-03-07
2
-1
/
+12
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
stash: strip "refs/heads/" with skip_prefix
Glen Choo
2022-02-24
2
-1
/
+12
*
|
|
|
|
|
|
|
Merge branch 'ah/advice-switch-requires-detach-to-detach'
Junio C Hamano
2022-03-07
5
-11
/
+35
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
switch: mention the --detach option when dying due to lack of a branch
Alex Henrie
2022-02-26
5
-11
/
+35
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge branch 'ab/c99-designated-initializers'
Junio C Hamano
2022-03-07
11
-183
/
+193
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
fast-import.c: use designated initializers for "partial" struct assignments
Ævar Arnfjörð Bjarmason
2022-02-25
1
-4
/
+10
|
*
|
|
|
|
|
|
|
refspec.c: use designated initializers for "struct refspec_item"
Ævar Arnfjörð Bjarmason
2022-02-25
1
-7
/
+7
[next]