summaryrefslogtreecommitdiffstats
path: root/diffcore.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-05index-pack: fix allocation of sorted_by_pos arrayJunio C Hamano1-8/+8
2015-07-01Git 2.5.0-rc1v2.5.0-rc1Junio C Hamano2-1/+8
2015-07-01Add tests for wildcard "path vs ref" disambiguationNguyễn Thái Ngọc Duy1-0/+26
2015-06-25Git 2.5.0-rc0v2.5.0-rc0Junio C Hamano2-16/+3
2015-06-25Git 2.4.5v2.4.5Junio C Hamano4-3/+32
2015-06-25cvsimport: silence regex warning appearing in Perl 5.22.Christian Neukirchen1-1/+1
2015-06-25Fix definition of ARRAY_SIZE for non-gcc buildsCharles Bailey1-5/+3
2015-06-24Ninth batch for 2.5Junio C Hamano1-39/+102
2015-06-23Revert "diff-lib.c: adjust position of i-t-a entries in diff"Junio C Hamano4-38/+8
2015-06-22for_each_packed_object: automatically open pack indexJeff King2-1/+7
2015-06-19mergetool-lib: fix default tool selectionMichael J Gruber1-0/+1
2015-06-18git-multimail: update to release 1.1.0Matthieu Moy6-326/+1017
2015-06-17fetch-pack: check for shallow if depth givenMike Edgar1-1/+1
2015-06-16Eighth batch for 2.5Junio C Hamano1-1/+11
2015-06-16Git 2.4.4v2.4.4Junio C Hamano4-3/+39
2015-06-16Documentation/describe: improve one-line summaryMatthieu Moy1-1/+1
2015-06-15Revert "stash: require a clean index to apply"Jeff King2-9/+0
2015-06-13hooks/pre-auto-gc: adjust power checking for newer OS XPanagiotis Astithas1-1/+1
2015-06-12t0302: "unreadable" test needs SANITY prereqPaul Tan1-1/+1
2015-06-12l10n: de.po: translation fix for fall-back to 3way mergeMichael J Gruber1-1/+1
2015-06-12l10n: de.po: punctuation fixesMichael J Gruber1-2/+2
2015-06-12l10n: de.po: grammar fixMichael J Gruber1-1/+1
2015-06-12l10n: de.po: change error message from "sagen" to "Meinten Sie"Phillip Sz1-1/+1
2015-06-11Second half of seventh batchJunio C Hamano1-0/+28
2015-06-10git-prompt.sh: document GIT_PS1_STATESEPARATORJoe Cridge1-0/+4
2015-06-10doc: format-patch: fix typoFrans Klaver1-1/+1
2015-06-10git-p4: fixing --changes-block-size handlingLuke Diamand2-28/+69
2015-06-10git-p4: add tests for non-numeric revision rangeLuke Diamand1-0/+38
2015-06-09index-pack: avoid excessive re-reading of pack directoryJeff King3-3/+14
2015-06-09commit: cope with scissors lines in commit messageSZEDER Gábor2-5/+28
2015-06-09git-completion.tcsh: fix redirect with noclobberAriel Faigon1-1/+1
2015-06-08am --abort: keep unrelated commits on unborn branchPaul Tan2-1/+12
2015-06-08am --abort: support aborting to unborn branchPaul Tan2-1/+25
2015-06-08am --abort: revert changes introduced by failed 3way mergePaul Tan2-1/+28
2015-06-08am --skip: support skipping while on unborn branchPaul Tan2-3/+11
2015-06-08am -3: support 3way merge on unborn branchPaul Tan2-1/+11
2015-06-08am --skip: revert changes introduced by failed 3way mergePaul Tan2-1/+17
2015-06-08fsck: report errors if reflog entries point at invalid objectsMichael Haggerty1-4/+9
2015-06-08fsck_handle_reflog_sha1(): new functionMichael Haggerty1-14/+15
2015-06-08read_loose_refs(): treat NULL_SHA1 loose references as brokenMichael Haggerty2-1/+11
2015-06-08read-cache: fix untracked cache invalidation when split-index is usedNguyễn Thái Ngọc Duy1-1/+2
2015-06-08git-p4: test with limited p4 server resultsLuke Diamand1-6/+23
2015-06-08git-p4: additional testing of --changes-block-sizeLuke Diamand1-9/+47
2015-06-08completion: teach 'scissors' mode to 'git commit --cleanup='SZEDER Gábor1-1/+1
2015-06-06utf8: NO_ICONV: silence uninitialized variable warningEric Sunshine1-1/+3
2015-06-06lockfile: wait using sleep_millisec() instead of select()Johannes Sixt1-9/+1
2015-06-06lockfile: convert retry timeout computations to millisecondJohannes Sixt1-13/+8
2015-06-06help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt3-1/+7
2015-06-06lockfile: replace random() by rand()Johannes Sixt1-2/+2
2015-06-05Git 2.4.3v2.4.3Junio C Hamano4-3/+80