summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-05t0007: fix a typoJohannes Schindelin1-1/+1
2020-04-05Makefile: avoid running curl-config unnecessarilyJeff King1-2/+2
2020-04-05git-rebase.txt: add another hook to the hooks section, and explain moreElijah Newren1-3/+11
2020-04-05sequencer: stop leaking bufDenton Liu1-4/+9
2020-04-03Documentation: document merge option --no-gpg-signĐoàn Trần Công Danh1-1/+4
2020-04-03Documentation: merge commit-tree --[no-]gpg-signĐoàn Trần Công Danh1-5/+3
2020-04-03Documentation: reword commit --no-gpg-signĐoàn Trần Công Danh1-5/+4
2020-04-03Documentation: document am --no-gpg-signĐoàn Trần Công Danh1-1/+4
2020-04-03cherry-pick/revert: honour --no-gpg-sign in all caseĐoàn Trần Công Danh4-2/+96
2020-04-03rebase.c: honour --no-gpg-signĐoàn Trần Công Danh3-4/+79
2020-04-02promisor-remote: accept 0 as oid_nr in functionJonathan Tan5-12/+20
2020-04-02git-submodule.sh: setup uninitialized variablesLi Xuejiang1-0/+2
2020-04-02update-ref: implement interactive transaction handlingPatrick Steinhardt3-8/+255
2020-04-02update-ref: read commands in a line-wise fashionPatrick Steinhardt1-40/+45
2020-04-02update-ref: move transaction handling into `update_refs_stdin()`Patrick Steinhardt1-13/+14
2020-04-02update-ref: pass end pointer instead of strbufPatrick Steinhardt1-15/+15
2020-04-02update-ref: drop unused argument for `parse_refname`Patrick Steinhardt1-5/+5
2020-04-02update-ref: organize commands in an arrayPatrick Steinhardt1-12/+29
2020-04-02ci: make MAKEFLAGS available inside the Docker container in the Linux32 jobSZEDER Gábor2-0/+4
2020-04-01t5319: replace 'touch -m' with 'test-tool chmtime'Derrick Stolee1-4/+4
2020-04-01commit-graph: fix buggy --expire-time optionDerrick Stolee3-3/+9
2020-04-01completion: fix 'git add' on paths under an untracked directoryElijah Newren2-1/+6
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren6-27/+18
2020-04-01dir: replace double pathspec matching with single in treat_directory()Elijah Newren1-19/+19
2020-04-01dir: include DIR_KEEP_UNTRACKED_CONTENTS handling in treat_directory()Elijah Newren1-24/+19
2020-04-01dir: replace exponential algorithm with a linear oneElijah Newren1-63/+147
2020-04-01dir: refactor treat_directory to clarify control flowDerrick Stolee1-18/+17
2020-04-01dir: fix confusion based on variable tenseElijah Newren1-13/+13
2020-04-01dir: fix broken commentElijah Newren1-1/+1
2020-04-01dir: consolidate treat_path() and treat_one_path()Elijah Newren1-65/+54
2020-04-01dir: fix simple typo in commentElijah Newren1-1/+1
2020-04-01t3000: add more testcases testing a variety of ls-files issuesElijah Newren1-0/+121
2020-04-01t7063: more thorough status checkingElijah Newren1-0/+52
2020-04-01clone: use "quick" lookup while following tagsJeff King2-1/+11
2020-03-31user-manual.conf: don't specify [listingblock]Martin Ågren1-10/+0
2020-03-30t3432: test `--merge' with `rebase.abbreviateCommands = true', tooAlban Gruin1-5/+19
2020-03-30sequencer: don't abbreviate a command if it doesn't have a short formAlban Gruin1-3/+6
2020-03-30MyFirstObjectWalk: remove unnecessary conditional statementJohannes Schindelin1-3/+0
2020-03-30oidset: stop referring to sha1-arrayJeff King1-1/+1
2020-03-30ref-filter: stop referring to "sha1 array"Jeff King1-4/+3
2020-03-30bisect: stop referring to sha1_arrayJeff King1-3/+3
2020-03-30test-tool: rename sha1-array to oid-arrayJeff King5-14/+14
2020-03-30oid_array: rename source file from sha1-arrayJeff King27-28/+28
2020-03-30oid_array: use size_t for iterationJeff King1-3/+3
2020-03-30oid_array: use size_t for count and allocationJeff King1-2/+2
2020-03-30docs: add a FAQbrian m. carlson2-0/+338
2020-03-30strbuf: provide function to append whole linesPatrick Steinhardt2-0/+16
2020-03-30git-update-ref.txt: add missing wordPatrick Steinhardt1-1/+1
2020-03-30refs: fix segfault when aborting empty transactionPatrick Steinhardt1-8/+10
2020-03-30commit-graph: examine commits by generation numberGarima Singh1-3/+30