summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-19t0300: use more realistic inputsLibravatar Jeff King1-4/+85
2020-04-19t0300: make "quit" helper more realisticLibravatar Jeff King1-3/+13
2020-04-17transport-helper: new method reject_atomic_push()Libravatar Jiang Xin3-41/+29
2020-04-17transport-helper: mark failure for atomic pushLibravatar Jiang Xin3-6/+28
2020-04-17send-pack: mark failure of atomic push properlyLibravatar Jiang Xin5-19/+7
2020-04-17t5543: never report what we do not pushLibravatar Jiang Xin1-0/+89
2020-04-17send-pack: fix inconsistent porcelain outputLibravatar Jiang Xin5-5/+294
2020-04-17complete: zsh: add missing sub cmd completion candidatesLibravatar Terry Moschou1-0/+2
2020-04-16log: add log.excludeDecoration config optionLibravatar Derrick Stolee6-11/+93
2020-04-16log-tree: make ref_filter_match() a helper methodLibravatar Derrick Stolee3-59/+46
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-10pull: pass --autostash to mergeLibravatar Denton Liu4-23/+42
2020-04-10t5520: make test_pull_autostash() accept expect_parent_numLibravatar Denton Liu1-6/+8
2020-04-10merge: teach --autostash optionLibravatar Denton Liu12-6/+214
2020-04-10sequencer: implement apply_autostash_oid()Libravatar Denton Liu2-12/+27
2020-04-10sequencer: implement save_autostash()Libravatar Denton Liu2-10/+28
2020-04-10sequencer: unlink autostash in apply_autostash()Libravatar Denton Liu1-0/+1
2020-04-10sequencer: extract perform_autostash() from rebaseLibravatar Denton Liu3-49/+52
2020-04-10rebase: generify create_autostash()Libravatar Denton Liu1-16/+16
2020-04-10rebase: extract create_autostash()Libravatar Denton Liu1-44/+50
2020-04-10reset: extract reset_head() from rebaseLibravatar Denton Liu4-138/+162
2020-04-10rebase: generify reset_head()Libravatar Denton Liu1-27/+37
2020-04-10rebase: use apply_autostash() from sequencer.cLibravatar Denton Liu3-48/+5
2020-04-10sequencer: rename stash_sha1 to stash_oidLibravatar Denton Liu1-8/+8
2020-04-10sequencer: make apply_autostash() accept a pathLibravatar Denton Liu1-7/+7
2020-04-10rebase: use read_oneliner()Libravatar Denton Liu1-20/+17