summaryrefslogtreecommitdiffstats
path: root/mergetools (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-10Documentation/config.txt: fix minor typoThomas Quinot1-1/+1
2014-11-10config.txt: fix typoNicolas Dermine1-1/+1
2014-11-10trailer: use CHILD_PROCESS_INIT in apply_command()René Scharfe1-2/+1
2014-11-10t1410: fix breakage on case-insensitive filesystemsJeff King1-18/+18
2014-11-07Git 2.2.0-rc1v2.2.0-rc1Junio C Hamano1-1/+1
2014-11-06docs/credential-store: s/--store/--file/Jeff King1-1/+1
2014-11-04gitignore.txt: fix spelling of "backslash"Ben North1-1/+1
2014-11-04diff-highlight: exit when a pipe is brokenJohn Szakmeister1-0/+4
2014-11-04Documentation: typofixesThomas Ackermann19-30/+30
2014-11-04line-log: fix crash when --first-parent is usedTzvetan Mikov2-0/+8
2014-11-04ignore stale directories when checking reflog existenceJeff King2-2/+36
2014-11-04fetch: load all default config at startupJeff King2-1/+41
2014-11-03RelNotes/2.2.0.txt: fix minor typosMatthieu Moy1-3/+3
2014-11-02l10n: Updated Bulgarian translation of git (2296t,0f,0u)Alexander Shopov1-1473/+1738
2014-11-02l10n: zh_CN: translations for git v2.2.0-rc0Jiang Xin1-1477/+1720
2014-11-01l10n: sv.po: Update Swedish translation (2296t0f0u)Peter Krefting1-1468/+1719
2014-11-01l10n: fr.po (2296t) update for version 2.2.0Jean-Noel Avila1-1478/+1721
2014-11-01l10n: vi.po: Update new message stringsTran Ngoc Quan1-1529/+1777
2014-11-01l10n: git.pot: v2.2.0 round 1 (62 new, 23 removed)Jiang Xin1-1457/+1652
2014-10-31Git 2.2.0-rc0v2.2.0-rc0Junio C Hamano2-1/+7
2014-10-31git-svn: use SVN::Ra::get_dir2 when possibleEric Wong1-1/+11
2014-10-30bundle: split out ref writing from bundle_createJeff King1-39/+58
2014-10-30bundle: split out a helper function to compute and write prerequisitesJunio C Hamano1-24/+35
2014-10-30bundle: split out a helper function to create pack dataJunio C Hamano1-27/+37
2014-10-30cache-tree: avoid infinite loop on zero-entry treeJeff King1-0/+2
2014-10-30git-svn: add space after "W:" prefix in warningEric Wong1-4/+2
2014-10-30git-svn: (cleanup) remove editor param passingEric Wong1-6/+4
2014-10-29gitk: Remove boilerplate for configuration variablesMax Kirillov1-68/+20
2014-10-29gitk: Show detached HEAD if --all is specifiedMax Kirillov1-0/+2
2014-10-29gitk: Do not depend on Cygwin's "kill" command on WindowsSebastian Schuberth1-1/+1
2014-10-29git-svn: prepare SVN::Ra config pieces onceEric Wong1-27/+36
2014-10-29Git.pm: add specified name to tempfile templateEric Wong1-1/+4
2014-10-29Git 2.1.3v2.1.3Junio C Hamano4-3/+30
2014-10-29Update draft release notes to 2.2Junio C Hamano1-0/+17
2014-10-28api-run-command: add missing list item markerRené Scharfe1-1/+1
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe4-4/+4
2014-10-28receive-pack: avoid minor leak in case start_async() failsRené Scharfe1-2/+2
2014-10-28difftool: add support for --trust-exit-codeDavid Aguilar4-0/+75
2014-10-28grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe4-9/+123
2014-10-28config.txt: pack.windowmemory limit applies per-threadRobert de Bath1-4/+5
2014-10-27t/lib-gpg: make gpghome files writableMichael J Gruber1-0/+1
2014-10-27Documentation: remove Asciidoctor linkgit macrobrian m. carlson1-39/+0
2014-10-27Documentation: refactor common operations into variablesbrian m. carlson1-11/+11
2014-10-27compat/bswap.h: detect endianness from XL C compiler macrosDavid Michael1-0/+4
2014-10-27Makefile: reorder linker flags in the git executable ruleDavid Michael1-2/+2
2014-10-27git-compat-util.h: support variadic macros with the XL C compilerDavid Michael1-1/+1
2014-10-27difftool--helper: exit when reading a prompt answer failsJohannes Sixt2-1/+10
2014-10-27git-svn: disable _rev_list memoizationEric Wong1-10/+0
2014-10-25git-svn: save a little memory as fetch progressesEric Wong1-1/+1
2014-10-25git-svn: remove unnecessary DESTROY overrideEric Wong1-4/+0