summaryrefslogtreecommitdiffstats
path: root/t/t2000-checkout-cache-clash.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-12builtin/notes: add --allow-empty, to allow storing empty notesJohan Herland3-11/+28
2014-11-12builtin/notes: split create_note() to clarify add vs. remove logicJohan Herland1-49/+54
2014-11-12builtin/notes: simplify early exit code in add()Johan Herland1-18/+17
2014-11-10builtin/notes: refactor note file path into struct note_dataJohan Herland1-17/+21
2014-11-10builtin/notes: improve namingJohan Herland1-55/+54
2014-11-10t3301: verify that 'git notes' removes empty notes by defaultJohan Herland1-0/+27
2014-11-10builtin/notes: fix premature failure when trying to add the empty blobJohan Herland1-1/+1
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-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-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
2014-10-25git-svn: reload RA every log-window-sizeEric Wong1-8/+13
2014-10-25git-svn.txt: advertise pushurl with dcommitSveinung Kvilhaugsvik1-0/+4
2014-10-25git-svn: remove mergeinfo rev cachingEric Wong1-21/+9
2014-10-25git-svn: cache only mergeinfo revisionsEric Wong1-14/+8