summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-02t5310: increase the number of bitmapped commitsLibravatar Jeff King1-1/+1
2019-07-02test-lib: introduce test_commit_bulkLibravatar Jeff King2-12/+126
2019-07-01t5319: use 'test-tool path-utils' instead of 'ls -l'Libravatar Derrick Stolee1-2/+2
2019-07-01t2203: avoid hard-coded object ID valuesLibravatar brian m. carlson1-2/+4
2019-07-01t1710: make hash independentLibravatar brian m. carlson1-17/+34
2019-07-01t1007: remove SHA1 prerequisitesLibravatar brian m. carlson1-26/+32
2019-07-01t0090: make test pass with SHA-256Libravatar brian m. carlson1-2/+2
2019-07-01t0027: make hash size independentLibravatar brian m. carlson1-2/+4
2019-07-01t6030: make test work with SHA-256Libravatar brian m. carlson1-15/+16
2019-07-01t5000: make hash independentLibravatar brian m. carlson2-5/+11
2019-07-01t1450: make hash size independentLibravatar brian m. carlson1-16/+25
2019-07-01t1410: make hash size independentLibravatar brian m. carlson1-8/+8
2019-07-01t: add helper to convert object IDs to pathsLibravatar brian m. carlson1-0/+6
2019-07-01git-prompt: improve cherry-pick/revert detectionLibravatar Phillip Wood2-6/+51
2019-07-01t8014: remove unnecessary bracesLibravatar Michael Platings1-6/+6
2019-07-01Document that 'git -C ""' works and doesn't change directoryLibravatar SZEDER Gábor1-1/+2
2019-07-01repack: disable bitmaps-by-default if .keep files existLibravatar Eric Wong2-2/+26
2019-07-01t0016: add 'remove' subcommand testLibravatar Christian Couder1-0/+18
2019-07-01test-oidmap: remove 'add' subcommandLibravatar Christian Couder1-15/+1
2019-07-01check_everything_connected: assume alternate ref tips are validLibravatar Jeff King5-0/+125
2019-07-01object-store.h: move for_each_alternate_ref() from transport.hLibravatar Jeff King5-100/+99
2019-07-01rebase --am: ignore rebase.rescheduleFailedExecLibravatar Johannes Schindelin2-3/+15
2019-06-28blame: drop some unused function parametersLibravatar Jeff King1-4/+3
2019-06-28t7814: do not generate same commits in different reposLibravatar Nguyễn Thái Ngọc Duy1-1/+17
2019-06-27ref-filter.c: find disjoint pattern prefixesLibravatar Taylor Blau2-26/+89
2019-06-27progress: use term_clear_line()Libravatar SZEDER Gábor2-20/+14
2019-06-27rebase: fix garbled progress display with '-x'Libravatar SZEDER Gábor2-5/+16
2019-06-27mingw: use Unicode functions explicitlyLibravatar Johannes Schindelin3-6/+8
2019-06-27mingw: get pw_name in UTF-8 formatLibravatar Johannes Schindelin1-2/+8
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingLibravatar Cesar Eduardo Barros2-0/+27
2019-06-27mingw: enable stack smashing protectorLibravatar Johannes Schindelin1-1/+2
2019-06-27Use the right 'struct repository' instead of the_repositoryLibravatar Nguyễn Thái Ngọc Duy4-22/+26
2019-06-27match-trees.c: remove the_repo from shift_tree*()Libravatar Nguyễn Thái Ngọc Duy4-10/+12
2019-06-27tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()Libravatar Nguyễn Thái Ngọc Duy3-14/+10
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Libravatar Nguyễn Thái Ngọc Duy11-26/+38
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Libravatar Nguyễn Thái Ngọc Duy9-21/+29
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Libravatar Nguyễn Thái Ngọc Duy7-13/+23
2019-06-27trace2: correct typo in technical documentationLibravatar Carlo Marcelo Arenas Belón1-1/+1
2019-06-27status: do not report errors in sequencer/todoLibravatar Phillip Wood2-16/+24
2019-06-27sequencer: factor out todo command name parsingLibravatar Phillip Wood1-6/+13
2019-06-27sequencer: always allow tab after command nameLibravatar Phillip Wood1-1/+1
2019-06-27t5551: test usage of chunked encoding explicitlyLibravatar Jonathan Tan1-3/+2
2019-06-25t5551: use 'test_i18ngrep' to check translated outputLibravatar SZEDER Gábor1-2/+2
2019-06-25submodule foreach: fix recursion of optionsLibravatar Morian Sonnet2-0/+8
2019-06-25msvc: ignore .dll and incremental compile outputLibravatar Jeff Hostetler1-0/+5
2019-06-25msvc: avoid debug assertion windows in Debug ModeLibravatar Johannes Schindelin1-0/+4
2019-06-25msvc: do not pretend to support all signalsLibravatar Jeff Hostetler1-0/+25
2019-06-25msvc: add pragmas for common warningsLibravatar Philip Oakley1-0/+4
2019-06-25msvc: add a compile-time flag to allow detailed heap debuggingLibravatar Jeff Hostetler3-0/+19
2019-06-25msvc: support building Git using MS Visual C++Libravatar Jeff Hostetler9-15/+473