aboutsummaryrefslogtreecommitdiffstats
path: root/git-mergetool--lib.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-11The fifth batchJunio C Hamano1-0/+16
2019-07-10ref-filter: fix memory leak in `free_array_item()`Martin Ågren1-5/+9
2019-07-09trace2: correct trace2 field name documentationJosh Steadmon1-1/+1
2019-07-09The fourth batchJunio C Hamano1-0/+115
2019-07-09builtin/merge.c - cleanup of code in for-cycle that tests strategiesEdmundo Carmona Antoranz1-33/+20
2019-07-08t3420: remove progress lines before comparing outputPhillip Wood1-8/+11
2019-07-08mingw: initialize HOME on startupKarsten Blees1-0/+24
2019-07-08mingw: fix possible buffer overrun when calling `GetUserNameW()`Johannes Schindelin1-1/+1
2019-07-08ci/lib.sh: update a comment about installed P4 and Git-LFS versionsSZEDER Gábor1-2/+4
2019-07-03gettext: always use UTF-8 on native WindowsKarsten Blees1-1/+19
2019-07-03ci: disable Homebrew's auto cleanupSZEDER Gábor1-1/+1
2019-07-03ci: don't update HomebrewSZEDER Gábor1-1/+1
2019-07-02l10n: localizable upload progress messagesDimitriy Ryazantcev3-7/+44
2019-07-02docs: git-clone: list short form of options firstQuentin Nerden1-9/+9
2019-07-02docs: git-clone: refer to long form of optionsQuentin Nerden1-8/+8
2019-07-02cherry-pick/revert: advise using --skipRohit Ashiwal3-8/+34
2019-07-02cherry-pick/revert: add --skip optionRohit Ashiwal7-6/+187
2019-07-02sequencer: use argv_array in reset_mergeRohit Ashiwal1-6/+11
2019-07-02sequencer: rename reset_for_rollback to reset_mergeRohit Ashiwal1-3/+3
2019-07-02sequencer: add advice for revertRohit Ashiwal4-6/+34
2019-07-01t5319: use 'test-tool path-utils' instead of 'ls -l'Derrick Stolee1-2/+2
2019-07-01git-prompt: improve cherry-pick/revert detectionPhillip Wood2-6/+51
2019-07-01t8014: remove unnecessary bracesMichael Platings1-6/+6
2019-07-01Document that 'git -C ""' works and doesn't change directorySZEDER Gábor1-1/+2
2019-07-01repack: disable bitmaps-by-default if .keep files existEric Wong2-2/+26
2019-07-01t0016: add 'remove' subcommand testChristian Couder1-0/+18
2019-07-01test-oidmap: remove 'add' subcommandChristian Couder1-15/+1
2019-07-01check_everything_connected: assume alternate ref tips are validJeff King5-0/+125
2019-07-01object-store.h: move for_each_alternate_ref() from transport.hJeff King5-100/+99
2019-07-01rebase --am: ignore rebase.rescheduleFailedExecJohannes Schindelin2-3/+15
2019-06-28blame: drop some unused function parametersJeff King1-4/+3
2019-06-28t7814: do not generate same commits in different reposNguyễn Thái Ngọc Duy1-1/+17
2019-06-27ref-filter.c: find disjoint pattern prefixesTaylor Blau2-26/+89
2019-06-27progress: use term_clear_line()SZEDER Gábor2-20/+14
2019-06-27rebase: fix garbled progress display with '-x'SZEDER Gábor2-5/+16
2019-06-27mingw: use Unicode functions explicitlyJohannes Schindelin3-6/+8
2019-06-27mingw: get pw_name in UTF-8 formatJohannes Schindelin1-2/+8
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingCesar Eduardo Barros2-0/+27
2019-06-27mingw: enable stack smashing protectorJohannes Schindelin1-1/+2
2019-06-27Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy4-22/+26
2019-06-27match-trees.c: remove the_repo from shift_tree*()Nguyễn Thái Ngọc Duy4-10/+12
2019-06-27tree-walk.c: remove the_repo from get_tree_entry_follow_symlinks()Nguyễn Thái Ngọc Duy3-14/+10
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy11-26/+38
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy9-21/+29
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy7-13/+23
2019-06-27trace2: correct typo in technical documentationCarlo Marcelo Arenas Belón1-1/+1
2019-06-27status: do not report errors in sequencer/todoPhillip Wood2-16/+24
2019-06-27sequencer: factor out todo command name parsingPhillip Wood1-6/+13
2019-06-27sequencer: always allow tab after command namePhillip Wood1-1/+1
2019-06-27t5551: test usage of chunked encoding explicitlyJonathan Tan1-3/+2