summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-06ci/linux32: parameterise command to switch archLibravatar Đoàn Trần Công Danh2-2/+13
2020-04-06ci/lib-docker: preserve required environment variablesLibravatar Đoàn Trần Công Danh1-3/+10
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-05Makefile: avoid running curl-config unnecessarilyLibravatar Jeff King1-2/+2
2020-04-05git-rebase.txt: add another hook to the hooks section, and explain moreLibravatar Elijah Newren1-3/+11
2020-04-05sequencer: stop leaking bufLibravatar Denton Liu1-4/+9
2020-04-03Documentation: document merge option --no-gpg-signLibravatar Đoàn Trần Công Danh1-1/+4
2020-04-03Documentation: merge commit-tree --[no-]gpg-signLibravatar Đoàn Trần Công Danh1-5/+3
2020-04-03Documentation: reword commit --no-gpg-signLibravatar Đoàn Trần Công Danh1-5/+4
2020-04-03Documentation: document am --no-gpg-signLibravatar Đoàn Trần Công Danh1-1/+4
2020-04-03cherry-pick/revert: honour --no-gpg-sign in all caseLibravatar Đoàn Trần Công Danh4-2/+96
2020-04-03rebase.c: honour --no-gpg-signLibravatar Đoàn Trần Công Danh3-4/+79
2020-04-02promisor-remote: accept 0 as oid_nr in functionLibravatar Jonathan Tan5-12/+20
2020-04-02git-submodule.sh: setup uninitialized variablesLibravatar Li Xuejiang1-0/+2
2020-04-02update-ref: implement interactive transaction handlingLibravatar Patrick Steinhardt3-8/+255
2020-04-02update-ref: read commands in a line-wise fashionLibravatar Patrick Steinhardt1-40/+45
2020-04-02update-ref: move transaction handling into `update_refs_stdin()`Libravatar Patrick Steinhardt1-13/+14
2020-04-02update-ref: pass end pointer instead of strbufLibravatar Patrick Steinhardt1-15/+15
2020-04-02update-ref: drop unused argument for `parse_refname`Libravatar Patrick Steinhardt1-5/+5
2020-04-02update-ref: organize commands in an arrayLibravatar Patrick Steinhardt1-12/+29
2020-04-02ci: make MAKEFLAGS available inside the Docker container in the Linux32 jobLibravatar SZEDER Gábor2-0/+4
2020-04-01t5319: replace 'touch -m' with 'test-tool chmtime'Libravatar Derrick Stolee1-4/+4
2020-04-01commit-graph: fix buggy --expire-time optionLibravatar Derrick Stolee3-3/+9
2020-04-01completion: fix 'git add' on paths under an untracked directoryLibravatar Elijah Newren2-1/+6
2020-04-01Fix error-prone fill_directory() API; make it only return matchesLibravatar Elijah Newren6-27/+18
2020-04-01dir: replace double pathspec matching with single in treat_directory()Libravatar Elijah Newren1-19/+19
2020-04-01dir: include DIR_KEEP_UNTRACKED_CONTENTS handling in treat_directory()Libravatar Elijah Newren1-24/+19
2020-04-01dir: replace exponential algorithm with a linear oneLibravatar Elijah Newren1-63/+147
2020-04-01dir: refactor treat_directory to clarify control flowLibravatar Derrick Stolee1-18/+17
2020-04-01dir: fix confusion based on variable tenseLibravatar Elijah Newren1-13/+13
2020-04-01dir: fix broken commentLibravatar Elijah Newren1-1/+1
2020-04-01dir: consolidate treat_path() and treat_one_path()Libravatar Elijah Newren1-66/+55
2020-04-01dir: fix simple typo in commentLibravatar Elijah Newren1-1/+1
2020-04-01t3000: add more testcases testing a variety of ls-files issuesLibravatar Elijah Newren1-0/+121
2020-04-01t7063: more thorough status checkingLibravatar Elijah Newren1-0/+52
2020-04-01clone: use "quick" lookup while following tagsLibravatar Jeff King2-1/+11
2020-03-31user-manual.conf: don't specify [listingblock]Libravatar Martin Ågren1-10/+0
2020-03-30t3432: test `--merge' with `rebase.abbreviateCommands = true', tooLibravatar Alban Gruin1-5/+19
2020-03-30sequencer: don't abbreviate a command if it doesn't have a short formLibravatar Alban Gruin1-3/+6
2020-03-30MyFirstObjectWalk: remove unnecessary conditional statementLibravatar Johannes Schindelin1-3/+0
2020-03-30oidset: stop referring to sha1-arrayLibravatar Jeff King1-1/+1
2020-03-30ref-filter: stop referring to "sha1 array"Libravatar Jeff King1-4/+3