summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* commit-graph: close descriptors after mmapJeff King2020-04-243-17/+8
* commit-graph.c: gracefully handle file descriptor exhaustionTaylor Blau2020-04-232-2/+15
* t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to testsTaylor Blau2020-04-232-9/+9
* commit-graph.c: don't use discarded graph_name in errorTaylor Blau2020-04-231-1/+1
* commit-graph.c: introduce '--[no-]check-oids'Taylor Blau2020-04-154-4/+42
* commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau2020-04-154-31/+52
* oidset: introduce 'oidset_size'Taylor Blau2020-04-152-0/+10
* builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau2020-04-155-18/+66
* builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau2020-04-155-9/+36
* builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau2020-04-153-9/+33
* t/helper/test-read-graph.c: support commit-graph chainsTaylor Blau2020-04-151-12/+1
* commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau2020-02-044-14/+14
* commit-graph.c: remove path normalization, comparisonTaylor Blau2020-02-044-33/+24
* commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau2020-02-043-20/+25
* commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau2020-02-047-36/+54
* t5318: don't pass non-object directory to '--object-dir'Taylor Blau2020-01-311-2/+2
* Git 2.25v2.25.0Junio C Hamano2020-01-131-1/+1
* Merge tag 'l10n-2.25.0-rnd1' of git://github.com/git-l10n/git-poJunio C Hamano2020-01-1212-24312/+53740
|\
| * l10n: zh_CN: for git v2.25.0 l10n round 1Jiang Xin2020-01-121-2275/+2807
| * Merge branch 'master' of github.com:Softcatala/git-po into git-po-masterJiang Xin2020-01-111-3757/+4260
| |\
| | * l10n: Update Catalan translationJordi Mas2020-01-101-3757/+4260
| * | l10n: de.po: Update German translation v2.25.0 round 1Matthias Rüster2020-01-101-2282/+2844
| * | l10n: de.po: Reword generation numbersThomas Braun2020-01-101-1/+1
| * | l10n: bg.po: Updated Bulgarian translation (4800t)Alexander Shopov2020-01-091-2353/+2905
| |/
| * l10n: es: 2.25.0 round #1Christopher Diaz Riveros2020-01-061-2282/+2838
| * l10n: sv.po: Update Swedish translation (4800t0f0u)Peter Krefting2020-01-041-2282/+2825
| * Merge branch 'fr_v2.25.0_rnd1' of github.com:jnavila/git into masterJiang Xin2020-01-041-2271/+2800
| |\
| | * l10n: fr.po v2.25.0 rnd 1Jean-Noël Avila2020-01-031-2271/+2800
| * | l10n: vi(4800t): Updated Vietnamese translation v2.25.0Tran Ngoc Quan2020-01-031-2273/+2839
| * | Merge branch 'translation_191231' of github.com:l10n-tw/git-po into git-po-ma...Jiang Xin2020-01-011-2343/+2974
| |\ \
| | * | l10n: zh_TW.po: update translation for v2.25.0 round 1pan934122019-12-311-2343/+2974
| | |/
| * | l10n: it.po: update the Italian translation for Git 2.25.0Alessandro Menti2019-12-301-2277/+2854
| |/
| * l10n: git.pot: v2.25.0 round 1 (119 new, 13 removed)Jiang Xin2019-12-301-2252/+2755
| * Merge tag 'v2.25.0-rc0' into git-po-masterJiang Xin2019-12-30518-6607/+17382
| |\
| * | l10n: Update Catalan translationJordi Mas2019-12-271-8/+8
| * | l10n: zh_TW: add translation for v2.24.0Yi-Jyun Pan2019-11-252-0/+23374
* | | Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano2020-01-127-327/+28
* | | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'Junio C Hamano2020-01-102-7/+7
|\ \ \
| * | | mingw: safeguard better against backslashes in file namesJohannes Schindelin via GitGitGadget2020-01-102-7/+7
* | | | Merge branch 'ma/config-advice-markup-fix'Junio C Hamano2020-01-101-1/+1
|\ \ \ \
| * | | | config/advice.txt: fix description list separatorMartin Ågren2020-01-081-1/+1
* | | | | Git 2.25-rc2v2.25.0-rc2Junio C Hamano2020-01-082-1/+5
* | | | | Merge branch 'ds/graph-assert-fix'Junio C Hamano2020-01-082-8/+80
|\ \ \ \ \
| * | | | | graph: fix lack of color in horizontal linesDerrick Stolee2020-01-082-4/+38
| * | | | | graph: drop assert() for merge with two collapsing parentsDerrick Stolee2020-01-082-4/+42
* | | | | | Merge branch 'tm/doc-submodule-absorb-fix'Junio C Hamano2020-01-081-1/+1
|\ \ \ \ \ \
| * | | | | | doc: submodule: fix typo for command absorbgitdirsThomas Menzel2020-01-061-1/+1
* | | | | | | Merge branch 'pm/am-in-body-header-doc-update'Junio C Hamano2020-01-081-2/+2
|\ \ \ \ \ \ \
| * | | | | | | am: document that Date: can appear as an in-body headerPaul Menzel2020-01-041-2/+2
* | | | | | | | Merge branch 'jb/doc-multi-pack-idx-fix'Junio C Hamano2020-01-081-1/+1
|\ \ \ \ \ \ \ \