summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-15Documentation: explain "mboxrd" pretty formatLibravatar Emma Brooks1-0/+6
2020-04-15range-diff: avoid negative string precisionLibravatar Vasil Dimov1-1/+4
2020-04-15range-diff: fix a crash in parsing git-log outputLibravatar Vasil Dimov2-0/+23
2020-04-15credential: treat "?" and "#" in URLs as end of hostLibravatar Jeff King2-2/+43
2020-04-15freshen_file(): use NULL `times' for implicit current-timeLibravatar luciano.rocha@booking.com1-3/+1
2020-04-13Sync with v2.26.1Libravatar Junio C Hamano16-6/+158
2020-04-11t: restrict `is_hidden` to be called only on WindowsLibravatar Johannes Schindelin3-6/+9
2020-04-11mingw: make test_path_is_hidden more robustLibravatar Johannes Schindelin1-1/+1
2020-04-11t: consolidate the `is_hidden` functionsLibravatar Johannes Schindelin3-14/+7
2020-04-11merge: use skip_prefix to parse config keyLibravatar Martin Ågren1-3/+5
2020-04-11rebase --merge: optionally skip upstreamed commitsLibravatar Jonathan Tan5-4/+110
2020-04-11rebase: fix an incompatible-options error messageLibravatar Elijah Newren1-1/+1
2020-04-11rebase: reinstate --no-keep-emptyLibravatar Elijah Newren6-30/+87
2020-04-11rebase -i: mark commits that begin empty in todo editorLibravatar Elijah Newren2-1/+7
2020-04-10config: reject parsing of files over INT_MAXLibravatar Jeff King1-0/+15
2020-04-10config: use size_t to store parsed variable baselenLibravatar Jeff King1-1/+1
2020-04-10git_config_parse_key(): return baselen as size_tLibravatar Jeff King2-8/+11
2020-04-10config: drop useless length variable in write_pair()Libravatar Jeff King1-3/+1
2020-04-10parse_config_key(): return subsection len as size_tLibravatar Jeff King12-15/+16
2020-04-10remote: drop auto-strlen behavior of make_branch() and make_rewrite()Libravatar Jeff King1-23/+12
2020-04-10mingw: cope with the Isilon network file systemLibravatar Nathan Sanders1-2/+15
2020-04-10interactive: explicitly `fflush` stdout before expecting inputLibravatar 마누엘1-1/+3
2020-04-10interactive: refactor code asking the user for interactive inputLibravatar Johannes Schindelin6-16/+22
2020-04-10mingw: help debugging by optionally executing bash with straceLibravatar Johannes Schindelin1-0/+26
2020-04-10revision: --show-pulls adds helpful mergesLibravatar Derrick Stolee5-5/+284
2020-04-09repository: mark the "refs" pointer as privateLibravatar Jeff King3-7/+11
2020-04-09builtin/receive-pack: use constant-time comparison for HMAC valueLibravatar brian m. carlson1-1/+20
2020-04-09sha1-name: do not assume that the ref store is initializedLibravatar Junio C Hamano2-1/+5
2020-04-09config.txt: move closing "----" to cover entire listingLibravatar Martin Ågren1-5/+5
2020-04-08stash -p: (partially) fix bug concerning split hunksLibravatar Johannes Schindelin2-2/+2
2020-04-08t3904: fix incorrect demonstration of a bugLibravatar Johannes Schindelin1-2/+2
2020-04-08mingw: do not treat `COM0` as a reserved file nameLibravatar Johannes Schindelin2-3/+7
2020-04-08mingw: use modern strftime implementation if possibleLibravatar Matthias Aßhauer1-1/+10
2020-04-08subtree: fix build with AsciiDoctor 2Libravatar Johannes Schindelin1-2/+4
2020-04-07format-patch: teach --no-encode-email-headersLibravatar Emma Brooks9-3/+85
2020-04-07diff: restrict when prefetching occursLibravatar Jonathan Tan5-28/+181
2020-04-07diff: refactor object readLibravatar Jonathan Tan1-8/+21
2020-04-07diff: make diff_populate_filespec_options structLibravatar Jonathan Tan5-32/+54
2020-04-07sequencer: honor GIT_REFLOG_ACTIONLibravatar Elijah Newren2-10/+16
2020-04-06doc: --recurse-submodules mostly applies to active submodulesLibravatar Damien Robert6-7/+9
2020-04-06doc: be more precise on (fetch|push).recurseSubmodulesLibravatar Damien Robert4-8/+13
2020-04-06doc: explain how to deactivate submodule.recurse completelyLibravatar Damien Robert1-0/+7
2020-04-06doc: document --recurse-submodules for reset and restoreLibravatar Damien Robert5-3/+20
2020-04-06doc: list all commands affected by submodule.recurseLibravatar Damien Robert2-3/+5
2020-04-06fast-import: replace custom hash with hashmap.cLibravatar Jeff King2-25/+59
2020-04-05pull doc: correct outdated description of an exampleLibravatar Philippe Blain1-3/+3
2020-04-05pull doc: refer to a specific section in 'fetch' docLibravatar Philippe Blain1-1/+2
2020-04-05t0007: fix a typoLibravatar Johannes Schindelin1-1/+1
2020-04-05git-rebase.txt: add another hook to the hooks section, and explain moreLibravatar Elijah Newren1-3/+11
2020-04-03Documentation: document merge option --no-gpg-signLibravatar Đoàn Trần Công Danh1-1/+4