summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-29help: add gitsubmodules to the list of guidesPhilippe Blain
2019-10-29git_path(): handle `.lock` files correctlyJohannes Schindelin
2019-10-29t1400: wrap setup code in test caseJohannes Schindelin
2019-10-29builtin/blame.c: remove '--indent-heuristic' from usage stringSZEDER Gábor
2019-10-29clone: rename static function `dir_exists()`.Miriam Rubio
2019-10-29Documentation/git-bisect.txt: add --no-ff to merge commandMihail Atanassov
2019-10-29l10n: es: 2.24.0 round 2Christopher Diaz Riveros
2019-10-28Merge branch 'l10n/it/update-italian-translation'Jiang Xin
2019-10-28l10n: it.po: update the Italian translation for Git 2.24.0 round #2Alessandro Menti
2019-10-28l10n: fr v2.24.0 rnd2Jean-Noël Avila
2019-10-28l10n: git.pot: v2.24.0 round 2 (1 new)Jiang Xin
2019-10-28Merge tag 'v2.24.0-rc1' of github.com:git/git into masterJiang Xin
2019-10-28fsck: accept an oid instead of a "struct tree" for fsck_tree()Jeff King
2019-10-28fsck: accept an oid instead of a "struct commit" for fsck_commit()Jeff King
2019-10-28fsck: accept an oid instead of a "struct tag" for fsck_tag()Jeff King
2019-10-28fsck: rename vague "oid" local variablesJeff King
2019-10-28fsck: don't require an object struct in verify_headers()Jeff King
2019-10-28fsck: don't require an object struct for fsck_ident()Jeff King
2019-10-28fsck: drop blob struct from fsck_finish()Jeff King
2019-10-28fsck: accept an oid instead of a "struct blob" for fsck_blob()Jeff King
2019-10-28fsck: don't require an object struct for report()Jeff King
2019-10-28fsck: only require an oid for skiplist functionsJeff King
2019-10-28fsck: only provide oid/type in fsck_error callbackJeff King
2019-10-28fsck: don't require object structs for display functionsJeff King
2019-10-28fsck: use oids rather than objects for object_name APIJeff King
2019-10-28fsck_describe_object(): build on our get_object_name() primitiveJeff King
2019-10-28fsck: unify object-name codeJeff King
2019-10-28fsck: require an actual buffer for non-blobsJeff King
2019-10-28fsck: stop checking tag->taggedJeff King
2019-10-28fsck: stop checking commit->parent countsJeff King
2019-10-28fsck: stop checking commit->tree valueJeff King
2019-10-28commit, tag: don't set parsed bit for parse failuresJeff King
2019-10-28mingw: avoid a buffer overrun in `needs_hiding()`Johannes Schindelin
2019-10-28builtin/commit-graph.c: remove subcommand-less usage stringSZEDER Gábor
2019-10-28t4048: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t4045: make hash-size independentbrian m. carlson
2019-10-28t4044: update test to work with SHA-256brian m. carlson
2019-10-28t4039: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t4038: abstract away SHA-1 specific constantsbrian m. carlson
2019-10-28t4034: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t4027: make hash-size independentbrian m. carlson
2019-10-28t4015: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t4011: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t4010: abstract away SHA-1-specific constantsbrian m. carlson
2019-10-28t3429: remove SHA1 annotationbrian m. carlson
2019-10-28t1305: avoid comparing extensionsbrian m. carlson
2019-10-28rev-parse: add a --show-object-format optionbrian m. carlson
2019-10-28gitweb: correctly store previous rev in javascript-actions modeRobert Luberda
2019-10-25t4203: use test-lib.sh definitionsPrarit Bhargava
2019-10-25t6006: use test-lib.sh definitionsPrarit Bhargava