index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-12-09
imap-send: don't use git_die_config() inside callback
Jeff King
-1
/
+1
2023-12-09
git_xmerge_config(): prefer error() to die()
Jeff King
-3
/
+4
2023-12-09
config: reject bogus values for core.checkstat
Jeff King
-0
/
+3
2023-12-09
fsck: handle NULL value when parsing message config
Jeff King
-10
/
+21
2023-12-09
trailer: handle NULL value when parsing trailer-specific config
Jeff King
-0
/
+6
2023-12-09
submodule: handle NULL value when parsing submodule.*.branch
Jeff King
-1
/
+3
2023-12-09
help: handle NULL value for alias.* config
Jeff King
-1
/
+4
2023-12-09
trace2: handle NULL values in tr2_sysenv config callback
Jeff King
-0
/
+2
2023-12-09
setup: handle NULL value when parsing extensions
Jeff King
-0
/
+2
2023-12-09
config: handle NULL value when parsing non-bools
Jeff King
-5
/
+47
2023-12-09
bisect: always clean on reset
Jeff King
-5
/
+10
2023-12-09
parse-options: decouple "--end-of-options" and "--"
Jeff King
-2
/
+25
2023-12-09
worktree: simplify incompatibility message for --orphan and commit-ish
René Scharfe
-2
/
+2
2023-12-09
worktree: standardize incompatibility messages
René Scharfe
-9
/
+10
2023-12-09
clean: factorize incompatibility message
René Scharfe
-1
/
+1
2023-12-09
revision, rev-parse: factorize incompatibility messages about - -exclude-hidden
René Scharfe
-15
/
+22
2023-12-09
revision: use die_for_incompatible_opt3() for - -graph/--reverse/--walk-reflogs
René Scharfe
-6
/
+3
2023-12-09
repack: use die_for_incompatible_opt3() for -A/-k/--cruft
René Scharfe
-10
/
+4
2023-12-09
push: use die_for_incompatible_opt4() for - -delete/--tags/--all/--mirror
René Scharfe
-8
/
+4
2023-12-03
completion: avoid user confusion in non-cone mode
Elijah Newren
-2
/
+96
2023-12-03
completion: avoid misleading completions in cone mode
Elijah Newren
-0
/
+20
2023-12-03
completion: fix logic for determining whether cone mode is active
Elijah Newren
-2
/
+10
2023-12-03
completion: squelch stray errors in sparse-checkout completion
Elijah Newren
-1
/
+1
2023-12-03
hooks--pre-commit: detect non-ASCII when renaming
Julian Prein
-1
/
+1
2023-12-03
t6301: write invalid object ID via `test-tool ref-store`
Patrick Steinhardt
-7
/
+6
2023-12-03
t5551: stop writing packed-refs directly
Patrick Steinhardt
-1
/
+3
2023-12-03
t5401: speed up creation of many branches
Patrick Steinhardt
-4
/
+2
2023-12-03
t4013: simplify magic parsing and drop "failure"
Patrick Steinhardt
-15
/
+12
2023-12-03
t3310: stop checking for reference existence via `test -f`
Patrick Steinhardt
-3
/
+3
2023-12-03
t1417: make `reflog --updateref` tests backend agnostic
Patrick Steinhardt
-3
/
+7
2023-12-03
t1410: use test-tool to create empty reflog
Patrick Steinhardt
-2
/
+2
2023-12-03
t1401: stop treating FETCH_HEAD as real reference
Patrick Steinhardt
-2
/
+2
2023-12-03
t1400: split up generic reflog tests from the reffile-specific ones
Patrick Steinhardt
-6
/
+35
2023-12-03
t0410: mark tests to require the reffiles backend
Patrick Steinhardt
-2
/
+2
2023-12-03
doc: make the gitfile syntax easier to discover
Marcel Krause
-1
/
+5
2023-11-27
i18n: factorize even more 'incompatible options' messages
René Scharfe
-12
/
+16
2023-11-27
column: release strbuf and string_list after use
René Scharfe
-0
/
+3
2023-11-26
replay: stop assuming replayed branches do not diverge
Elijah Newren
-10
/
+86
2023-11-26
replay: add --contained to rebase contained branches
Elijah Newren
-3
/
+52
2023-11-26
replay: add --advance or 'cherry-pick' mode
Elijah Newren
-17
/
+243
2023-11-26
replay: use standard revision ranges
Elijah Newren
-32
/
+77
2023-11-26
replay: make it a minimal server side command
Elijah Newren
-69
/
+72
2023-11-26
replay: remove HEAD related sanity check
Elijah Newren
-9
/
+1
2023-11-26
replay: remove progress and info output
Elijah Newren
-6
/
+1
2023-11-26
replay: add an important FIXME comment about gpg signing
Elijah Newren
-1
/
+1
2023-11-26
replay: change rev walking options
Elijah Newren
-7
/
+41
2023-11-26
replay: introduce pick_regular_commit()
Elijah Newren
-20
/
+34
2023-11-26
replay: die() instead of failing assert()
Elijah Newren
-1
/
+6
2023-11-26
replay: start using parse_options API
Elijah Newren
-13
/
+32
2023-11-26
replay: introduce new builtin
Elijah Newren
-41
/
+122
[prev]
[next]