summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-02myfirstcontrib: add dependency installation stepEmily Shaffer1-3/+20
2019-11-02myfirstcontrib: add 'psuh' to command-list.txtEmily Shaffer1-0/+22
2019-11-02stash: handle staged changes in skip-worktree files correctlyJohannes Schindelin3-3/+16
2019-11-02update-index: optionally leave skip-worktree entries aloneJohannes Schindelin3-1/+26
2019-11-02vreportf(): avoid relying on stdio bufferingJohannes Schindelin1-4/+16
2019-11-02RelNotes/2.24.0: fix self-contradictory noteElijah Newren1-4/+3
2019-11-02fetch.c: fix typo in a warning messageRalf Thielow1-1/+1
2019-11-02manpage-bold-literal.xsl: match for namespaced "d:literal" in templateMartin Ågren1-1/+2
2019-11-02RelNotes/2.24.0: typofixElijah Newren1-1/+1
2019-11-02git-diff.txt: document return code of `--no-index`Denton Liu1-1/+1
2019-10-31l10n: de.po: Update German translationMatthias Rüster1-2454/+2590
2019-10-30l10n: sv.po: Update Swedish translation (4695t0f0u)Peter Krefting1-2455/+2581
2019-10-30Git 2.24-rc2v2.24.0-rc2Junio C Hamano1-0/+2
2019-10-30Merge branch 'wb/fsmonitor-bitmap-fix'Junio C Hamano1-3/+5
2019-10-30Merge branch 'rl/gitweb-blame-prev-fix'Junio C Hamano1-1/+1
2019-10-30Merge branch 'js/mingw-needs-hiding-fix'Junio C Hamano1-0/+2
2019-10-30Merge branch 'master' of github.com:vnwildman/gitJiang Xin1-2454/+2586
2019-10-30Merge branch 'next' of github.com:ChrisADR/git-poJiang Xin1-2541/+2679
2019-10-30submodule: teach set-url subcommandDenton Liu4-2/+113
2019-10-30t7519-status-fsmonitor: improve commentsWilliam Baker1-3/+5
2019-10-30pretty: add "%aL" etc. to show local-part of email addressesPrarit Bhargava5-5/+54
2019-10-30worktree: teach "add" to ignore submodule.recurse configPhilippe Blain2-1/+25
2019-10-29l10n: bg.po: Updated Bulgarian translation (4694)Alexander Shopov1-87/+51
2019-10-29l10n: vi(4694t): Updated translation for v2.24.0Tran Ngoc Quan1-2454/+2586
2019-10-29help: add gitsubmodules to the list of guidesPhilippe Blain2-1/+2
2019-10-29git_path(): handle `.lock` files correctlyJohannes Schindelin2-0/+8
2019-10-29t1400: wrap setup code in test caseJohannes Schindelin1-8/+10
2019-10-29builtin/blame.c: remove '--indent-heuristic' from usage stringSZEDER Gábor1-8/+0
2019-10-29clone: rename static function `dir_exists()`.Miriam Rubio1-4/+4
2019-10-29Documentation/git-bisect.txt: add --no-ff to merge commandMihail Atanassov1-1/+1
2019-10-28l10n: es: 2.24.0 round 2Christopher Diaz Riveros1-2541/+2679
2019-10-29Merge branch 'l10n/it/update-italian-translation'Jiang Xin1-61/+67
2019-10-28l10n: it.po: update the Italian translation for Git 2.24.0 round #2Alessandro Menti1-61/+67
2019-10-28l10n: fr v2.24.0 rnd2Jean-Noël Avila1-55/+75
2019-10-28l10n: git.pot: v2.24.0 round 2 (1 new)Jiang Xin1-45/+50
2019-10-28Merge tag 'v2.24.0-rc1' of github.com:git/git into masterJiang Xin27-29/+247
2019-10-28fsck: accept an oid instead of a "struct tree" for fsck_tree()Jeff King1-15/+15
2019-10-28fsck: accept an oid instead of a "struct commit" for fsck_commit()Jeff King1-15/+14
2019-10-28fsck: accept an oid instead of a "struct tag" for fsck_tag()Jeff King1-14/+13
2019-10-28fsck: rename vague "oid" local variablesJeff King1-4/+4
2019-10-28fsck: don't require an object struct in verify_headers()Jeff King1-5/+7
2019-10-28fsck: don't require an object struct for fsck_ident()Jeff King1-14/+16
2019-10-28fsck: drop blob struct from fsck_finish()Jeff King1-14/+4
2019-10-28fsck: accept an oid instead of a "struct blob" for fsck_blob()Jeff King1-13/+13
2019-10-28fsck: don't require an object struct for report()Jeff King1-59/+69
2019-10-28fsck: only require an oid for skiplist functionsJeff King1-4/+5
2019-10-28fsck: only provide oid/type in fsck_error callbackJeff King3-13/+21
2019-10-28fsck: don't require object structs for display functionsJeff King1-32/+37
2019-10-28fsck: use oids rather than objects for object_name APIJeff King3-37/+45
2019-10-28fsck_describe_object(): build on our get_object_name() primitiveJeff King1-4/+1