summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-21pretty-options.txt: --notes accepts a ref instead of treeishDenton Liu1-4/+4
2019-11-20userdiff: support Python async functionsJosh Holland7-1/+32
2019-11-20SubmittingPatches: use `--pretty=reference`Denton Liu1-0/+6
2019-11-20pretty: implement 'reference' formatDenton Liu6-4/+62
2019-11-20pretty: add struct cmt_fmt_map::default_date_mode_typeDenton Liu1-0/+3
2019-11-20pretty: provide short date formatRené Scharfe3-0/+11
2019-11-20t4205: cover `git log --reflog -z` blindspotDenton Liu1-0/+30
2019-11-20pretty.c: inline initalize format_contextDenton Liu1-5/+5
2019-11-20revision: make get_revision_mark() return const pointerDenton Liu2-4/+4
2019-11-20completion: complete `tformat:` pretty formatDenton Liu1-1/+1
2019-11-20SubmittingPatches: remove dq from commit referenceDenton Liu1-5/+5
2019-11-20pretty-formats.txt: use generic terms for hashDenton Liu1-8/+8
2019-11-20SubmittingPatches: use generic terms for hashDenton Liu1-1/+1
2019-11-20rev-list-options.txt: remove reference to --show-notesDenton Liu1-1/+1
2019-11-20argv-array: add space after `while`Denton Liu1-1/+1
2019-11-20commit: support the --pathspec-from-file optionAlexandr Miloslavskiy3-5/+166
2019-11-20doc: commit: synchronize <pathspec> descriptionAlexandr Miloslavskiy1-7/+8
2019-11-20reset: support the `--pathspec-from-file` optionAlexandr Miloslavskiy3-5/+192
2019-11-20doc: reset: synchronize <pathspec> descriptionAlexandr Miloslavskiy2-13/+20
2019-11-20pathspec: add new function to parse fileAlexandr Miloslavskiy2-0/+48
2019-11-20ci(osx): update homebrew-cask repository with less noiseJunio C Hamano1-1/+2
2019-11-20sequencer: handle rebase-merges for "onto" messageDoan Tran Cong Danh2-0/+26
2019-11-20builtin/unpack-objects.c: show throughput progressSZEDER Gábor1-1/+2
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King3-1/+14
2019-11-20fetch: add trace2 instrumentationErik Chen1-1/+12
2019-11-18run-command: move doc to run-command.hHeba Waly2-271/+245
2019-11-18trace2: move doc to trace2.hHeba Waly2-256/+111
2019-11-18parse-options: add link to doc file in parse-options.hHeba Waly1-0/+4
2019-11-18submodule-config: move doc to submodule-config.hHeba Waly2-67/+37
2019-11-18credential: move doc to credential.hHeba Waly4-275/+238
2019-11-18tree-walk: move doc to tree-walk.hHeba Waly2-151/+120
2019-11-18argv-array: move doc to argv-array.hHeba Waly2-65/+62
2019-11-18trace: move doc to trace.hHeba Waly2-142/+131
2019-11-18cache: move doc to cache.hHeba Waly3-46/+39
2019-11-18sigchain: move doc to sigchain.hHeba Waly2-41/+45
2019-11-18pathspec: move doc to pathspec.hHeba Waly2-48/+34
2019-11-18revision: move doc to revision.hHeba Waly3-73/+60
2019-11-18attr: move doc to attr.hHeba Waly3-163/+135
2019-11-18refs: move doc to refs.hHeba Waly2-78/+51
2019-11-18remote: move doc to remote.h and refspec.hHeba Waly3-130/+70
2019-11-18sha1-array: move doc to sha1-array.hHeba Waly3-91/+81
2019-11-18merge: move doc to ll-merge.hHeba Waly2-71/+74
2019-11-18graph: move doc to graph.h and graph.cHeba Waly3-173/+122
2019-11-18dir: move doc to dir.hHeba Waly3-137/+114
2019-11-18diff: move doc to diff.h and diffcore.hHeba Waly3-174/+158
2019-11-18rebase -r: let `label` generate safer labelsMatthew Rogers2-1/+25
2019-11-18rebase-merges: move labels' whitespace mangling into `label_oid()`Johannes Schindelin1-28/+28
2019-11-18built-in add -i: implement the `help` commandSlavica Đukić2-0/+46
2019-11-18built-in add -i: use color in the main loopSlavica Đukić1-6/+29
2019-11-18built-in add -i: support `?` (prompt help)Johannes Schindelin1-1/+21