summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-03t1006: prefer shell loop to awk for packed object sizesRené Scharfe
2023-12-28sideband.c: remove redundant 'NEEDSWORK' tagChandra Pratap
2023-12-27SubmittingPatches: hyphenate non-ASCIIJosh Soref
2023-12-27SubmittingPatches: clarify GitHub artifact formatJosh Soref
2023-12-27SubmittingPatches: clarify GitHub visualJosh Soref
2023-12-27SubmittingPatches: provide tag naming adviceJosh Soref
2023-12-27SubmittingPatches: update extra tags listJosh Soref
2023-12-27SubmittingPatches: discourage new trailersJosh Soref
2023-12-27SubmittingPatches: drop ref to "What's in git.git"Josh Soref
2023-12-27CodingGuidelines: write punctuation marksJosh Soref
2023-12-27CodingGuidelines: move period inside parenthesesJosh Soref
2023-12-26sparse-checkout: use default patterns for 'set' only !stdinJunio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren
2023-12-26trace2/tr2_tls.h: remove unnecessary includeElijah Newren
2023-12-26submodule-config.h: remove unnecessary includeElijah Newren
2023-12-26pkt-line.h: remove unnecessary includeElijah Newren
2023-12-26line-log.h: remove unnecessary includeElijah Newren
2023-12-26http.h: remove unnecessary includeElijah Newren
2023-12-26fsmonitor--daemon.h: remove unnecessary includesElijah Newren
2023-12-26blame.h: remove unnecessary includesElijah Newren
2023-12-26archive.h: remove unnecessary includeElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: remove unnecessary includes from header filesElijah Newren
2023-12-26fast-import: use mem_pool_calloc()René Scharfe
2023-12-21t1006: add tests for %(objectsize:disk)Jeff King
2023-12-21archive: "--list" does not take further optionsJunio C Hamano
2023-12-20Documentation/git-merge.txt: use backticks for command wrappingMichael Lohmann
2023-12-20Documentation/git-merge.txt: fix reference to synopsisMichael Lohmann
2023-12-20trailer: use offsets for trailer_start/trailer_endLinus Arver
2023-12-20trailer: find the end of the log messageLinus Arver
2023-12-20rebase: use strvec_pushf() for format-patch revisionsRené Scharfe
2023-12-19completion: support pseudoref existence checks for reftablesStan Hu
2023-12-19completion: refactor existence checks for pseudorefsStan Hu
2023-12-19remote.h: retire CAS_OPT_NAMEJunio C Hamano
2023-12-18pkt-line: do not chomp newlines for sideband messagesJiang Xin
2023-12-18pkt-line: memorize sideband fragment in readerJiang Xin
2023-12-18test-pkt-line: add option parser for unpack-sidebandJiang Xin
2023-12-18doc: format.notes specify a ref under refs/notes/ hierarchyJunio C Hamano
2023-12-18test-lib-functions.sh: fix test_grep fail message wordingShreyansh Paliwal
2023-12-18fetch: no redundant error message for atomic fetchJiang Xin
2023-12-18t5574: test porcelain output of atomic fetchJiang Xin
2023-12-15docs: MERGE_AUTOSTASH is not that specialJunio C Hamano
2023-12-15docs: AUTO_MERGE is not that specialJunio C Hamano
2023-12-15refs.h: HEAD is not that specialJunio C Hamano
2023-12-15git-bisect.txt: BISECT_HEAD is not that specialJunio C Hamano
2023-12-15git.txt: HEAD is not that specialJunio C Hamano
2023-12-15git-add.txt: add missing short option -A to synopsisEric Sunshine
2023-12-15tests: adjust whitespace in chainlint expectationsPatrick Steinhardt
2023-12-14mailinfo: avoid recursion when unquoting From headersJeff King