Age | Commit message (Expand) | Author | Files | Lines |
2019-12-04 | add: support the --pathspec-from-file option | Alexandr Miloslavskiy | 1 | -1/+15 |
2019-11-20 | commit: support the --pathspec-from-file option | Alexandr Miloslavskiy | 1 | -1/+15 |
2019-11-20 | doc: commit: synchronize <pathspec> description | Alexandr Miloslavskiy | 1 | -7/+8 |
2019-11-20 | reset: support the `--pathspec-from-file` option | Alexandr Miloslavskiy | 1 | -3/+18 |
2019-11-20 | doc: reset: synchronize <pathspec> description | Alexandr Miloslavskiy | 1 | -11/+18 |
2019-11-04 | Merge branch 'bc/doc-use-docbook-5' | Junio C Hamano | 1 | -1/+2 |
2019-11-02 | RelNotes/2.24.0: fix self-contradictory note | Elijah Newren | 1 | -4/+3 |
2019-11-02 | manpage-bold-literal.xsl: match for namespaced "d:literal" in template | Martin Ă…gren | 1 | -1/+2 |
2019-11-02 | RelNotes/2.24.0: typofix | Elijah Newren | 1 | -1/+1 |
2019-10-30 | Git 2.24-rc2 | Junio C Hamano | 1 | -0/+2 |
2019-10-23 | Eleventh batch | Junio C Hamano | 1 | -0/+10 |
2019-10-23 | Merge branch 'bc/smart-http-atomic-push' | Junio C Hamano | 1 | -0/+5 |
2019-10-18 | Git 2.24-rc0 | Junio C Hamano | 1 | -0/+17 |
2019-10-18 | Merge branch 'bw/format-patch-o-create-leading-dirs' | Junio C Hamano | 2 | -2/+3 |
2019-10-18 | Merge branch 'js/doc-stash-save' | Junio C Hamano | 1 | -2/+3 |
2019-10-17 | remote-curl: pass on atomic capability to remote side | brian m. carlson | 1 | -0/+5 |
2019-10-15 | Ninth batch | Junio C Hamano | 1 | -0/+33 |
2019-10-15 | Merge branch 'js/trace2-cap-max-output-files' | Junio C Hamano | 3 | -8/+33 |
2019-10-15 | Merge branch 'en/fast-imexport-nested-tags' | Junio C Hamano | 2 | -4/+36 |
2019-10-15 | Merge branch 'js/fetch-jobs' | Junio C Hamano | 2 | -4/+19 |
2019-10-12 | format-patch: create leading components of output directory | Bert Wesarg | 2 | -2/+3 |
2019-10-11 | doc(stash): clarify the description of `save` | Johannes Schindelin | 1 | -2/+3 |
2019-10-11 | Eighth batch | Junio C Hamano | 1 | -0/+30 |
2019-10-11 | Merge branch 'dl/rev-list-doc-cleanup' | Junio C Hamano | 1 | -53/+1 |
2019-10-11 | Merge branch 'ab/pcre-jit-fixes' | Junio C Hamano | 1 | -0/+17 |
2019-10-11 | Merge branch 'en/clean-nested-with-ignored' | Junio C Hamano | 1 | -7/+9 |
2019-10-09 | Seventh batch | Junio C Hamano | 1 | -0/+20 |
2019-10-09 | Merge branch 'py/git-gui-has-maintainer' | Junio C Hamano | 1 | -8/+2 |
2019-10-07 | Sixth batch | Junio C Hamano | 1 | -0/+61 |
2019-10-07 | Merge branch 'ps/my-first-contribution-alphasort' | Junio C Hamano | 1 | -5/+5 |
2019-10-07 | Merge branch 'ah/doc-submodule-ignore-submodules' | Junio C Hamano | 1 | -1/+1 |
2019-10-07 | Merge branch 'js/doc-patch-text' | Junio C Hamano | 1 | -14/+18 |
2019-10-07 | Merge branch 'gs/commit-graph-progress' | Junio C Hamano | 1 | -2/+5 |
2019-10-07 | Merge branch 'dl/submodule-set-branch' | Junio C Hamano | 1 | -1/+2 |
2019-10-07 | Merge branch 'cs/pretty-formats-doc-typofix' | Junio C Hamano | 1 | -1/+1 |
2019-10-06 | Fifth batch | Junio C Hamano | 1 | -0/+16 |
2019-10-06 | Merge branch 'ma/user-manual-markup-update' | Junio C Hamano | 2 | -247/+137 |
2019-10-06 | Merge branch 'bc/doc-use-docbook-5' | Junio C Hamano | 2 | -1/+6 |
2019-10-06 | Merge branch 'ma/asciidoctor-more-fixes' | Junio C Hamano | 11 | -184/+223 |
2019-10-06 | Merge branch 'ma/asciidoctor-refmiscinfo' | Junio C Hamano | 4 | -13/+30 |
2019-10-06 | Merge branch 'jc/git-gui-has-maintainer' | Junio C Hamano | 1 | -2/+2 |
2019-10-06 | git-rev-list.txt: prune options in synopsis | Denton Liu | 1 | -53/+1 |
2019-10-06 | Documentation: update the location of the git-gui repo | Pratyush Yadav | 1 | -8/+2 |
2019-10-06 | fetch: let --jobs=<n> parallelize --multiple, too | Johannes Schindelin | 2 | -4/+19 |
2019-10-05 | trace2: write discard message to sentinel files | Josh Steadmon | 1 | -2/+14 |
2019-10-05 | trace2: discard new traces if target directory has too many files | Josh Steadmon | 1 | -0/+6 |
2019-10-04 | docs: clarify trace2 version invariants | Josh Steadmon | 1 | -1/+7 |
2019-10-04 | docs: mention trace2 target-dir mode in git-config | Josh Steadmon | 2 | -5/+6 |
2019-10-04 | fast-export: allow user to request tags be marked with --mark-tags | Elijah Newren | 1 | -4/+13 |
2019-10-04 | fast-import: add support for new 'alias' command | Elijah Newren | 1 | -0/+22 |