index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diff-lib.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-27
t: mark a bunch of tests as leak-free
Patrick Steinhardt
11
-0
/
+13
2024-05-27
ci: add missing dependency for TTY prereq
Patrick Steinhardt
1
-2
/
+2
2024-05-23
The seventh batch
Junio C Hamano
1
-0
/
+9
2024-05-20
The sixth batch
Junio C Hamano
1
-0
/
+8
2024-05-17
t/t9001-send-email.sh: sed - remove the i flag for s
Marcel Telka
1
-1
/
+1
2024-05-17
t/t9118-git-svn-funky-branch-names.sh: sed needs semicolon
Marcel Telka
1
-1
/
+1
2024-05-17
t/t1700-split-index.sh: mv -v is not portable
Marcel Telka
1
-1
/
+1
2024-05-17
t/t4202-log.sh: fix misspelled variable
Marcel Telka
1
-1
/
+1
2024-05-17
t/t0600-reffiles-backend.sh: rm -v is not portable
Marcel Telka
1
-1
/
+1
2024-05-17
t/t9902-completion.sh: backslashes in echo
Marcel Telka
1
-1
/
+1
2024-05-17
Switch grep from non-portable BRE to portable ERE
Marcel Telka
2
-2
/
+2
2024-05-17
diff: document what --name-only shows
Junio C Hamano
1
-2
/
+3
2024-05-17
SubmittingPatches: advertise git-manpages-l10n project a bit
Junio C Hamano
1
-0
/
+7
2024-05-17
SubmittingPatches: add section for iterating patches
Karthik Nayak
1
-0
/
+79
2024-05-17
completion: adapt git-config(1) to complete subcommands
Patrick Steinhardt
2
-25
/
+73
2024-05-16
t0017: clarify dubious test set-up
Junio C Hamano
1
-1
/
+8
2024-05-16
The fifth batch
Junio C Hamano
1
-0
/
+7
2024-05-16
Revert "diff: fix --exit-code with external diff"
Junio C Hamano
2
-38
/
+3
2024-05-16
t/t0211-trace2-perf.sh: fix typo patern -> pattern
Marcel Telka
1
-1
/
+1
2024-05-15
osxkeychain: state to skip unnecessary store operations
Koji Nakamaru
1
-0
/
+11
2024-05-15
osxkeychain: exclusive lock to serialize execution of operations
Koji Nakamaru
1
-0
/
+3
2024-05-15
The fourth batch
Junio C Hamano
1
-1
/
+19
2024-05-15
refs: refuse to write pseudorefs
Patrick Steinhardt
2
-3
/
+10
2024-05-15
ref-filter: properly distinuish pseudo and root refs
Patrick Steinhardt
5
-27
/
+31
2024-05-15
refs: pseudorefs are no refs
Patrick Steinhardt
2
-32
/
+50
2024-05-15
refs: classify HEAD as a root ref
Patrick Steinhardt
4
-15
/
+5
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
6
-20
/
+29
2024-05-15
refs: rename `is_special_ref()` to `is_pseudo_ref()`
Patrick Steinhardt
1
-10
/
+10
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
5
-15
/
+37
2024-05-15
Documentation/glossary: define root refs as refs
Patrick Steinhardt
1
-7
/
+25
2024-05-15
Documentation/glossary: clarify limitations of pseudorefs
Patrick Steinhardt
1
-2
/
+2
2024-05-15
Documentation/glossary: redefine pseudorefs as special refs
Patrick Steinhardt
1
-28
/
+12
2024-05-15
builtin/config: pass data between callbacks via local variables
Patrick Steinhardt
1
-38
/
+52
2024-05-15
builtin/config: convert flags to a local variable
Patrick Steinhardt
1
-19
/
+29
2024-05-15
builtin/config: track "fixed value" option via flags only
Patrick Steinhardt
1
-7
/
+7
2024-05-15
builtin/config: convert `key` to a local variable
Patrick Steinhardt
1
-2
/
+5
2024-05-15
builtin/config: convert `key_regexp` to a local variable
Patrick Steinhardt
1
-8
/
+8
2024-05-15
builtin/config: convert `regexp` to a local variable
Patrick Steinhardt
1
-9
/
+9
2024-05-15
builtin/config: convert `value_pattern` to a local variable
Patrick Steinhardt
1
-3
/
+3
2024-05-15
builtin/config: convert `do_not_match` to a local variable
Patrick Steinhardt
1
-3
/
+3
2024-05-15
builtin/config: move `respect_includes_opt` into location options
Patrick Steinhardt
1
-7
/
+12
2024-05-15
builtin/config: move default value into display options
Patrick Steinhardt
1
-8
/
+11
2024-05-15
builtin/config: move type options into display options
Patrick Steinhardt
1
-31
/
+29
2024-05-15
builtin/config: move display options into local variables
Patrick Steinhardt
1
-70
/
+101
2024-05-15
builtin/config: move location options into local variables
Patrick Steinhardt
1
-137
/
+176
2024-05-15
builtin/config: refactor functions to have common exit paths
Patrick Steinhardt
1
-26
/
+38
2024-05-15
config: make the config source const
Patrick Steinhardt
2
-3
/
+3
2024-05-15
builtin/config: check for writeability after source is set up
Patrick Steinhardt
2
-5
/
+11
2024-05-15
builtin/config: move actions into `cmd_config_actions()`
Patrick Steinhardt
1
-25
/
+23
2024-05-15
builtin/config: move legacy options into `cmd_config()`
Patrick Steinhardt
1
-30
/
+30
[next]