summaryrefslogtreecommitdiffstats
path: root/bulk-checkin.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-01i18n: apply: split to fix a partial i18n messageJiang Xin1-4/+12
2012-06-01l10n: Set nplurals of zh_CN.po from 1 to 2Jiang Xin1-10/+42
2012-06-01l10n: zh_CN.po: translate 323 new messagesJiang Xin1-473/+447
2012-05-31Makefile: add missing GIT-VERSION-FILE dependencyErik Faye-Lund1-1/+1
2012-05-31l10n: zh.CN.po: update by msgmerge git.potJiang Xin1-363/+1887
2012-05-31First release translation for VietnameseTran Ngoc Quan1-1818/+2006
2012-05-31Init translation for VietnameseTran Ngoc Quan2-0/+5176
2012-05-30INSTALL: update asciidoc recommendationJeff King1-4/+2
2012-05-30l10n: New it.po file with 504 translationsMarco Paolone2-0/+5148
2012-05-30cherry-pick: regression fix for empty commitsJunio C Hamano2-28/+75
2012-05-29submodules: print "registered for path" message only onceJens Lehmann1-3/+4
2012-05-29t5701: modernize styleJeff King1-53/+20
2012-05-29Do not autosquash in case of an implied interactive rebaseVincent van Ravesteijn1-0/+1
2012-05-29Reduce cost of deletion in levenstein distance (4 -> 3)Matthieu Moy1-1/+1
2012-05-29git-p4: Clean up branch test casesVitor Antunes1-3/+1
2012-05-29git-p4: Verify detection of "empty" branch creationVitor Antunes1-0/+54
2012-05-29git-p4: Test changelists touching two branchesVitor Antunes1-0/+52
2012-05-29Update Swedish translation (728t0f0u)Peter Krefting1-247/+289
2012-05-29git-svn: make Git::SVN::Fetcher a separate fileJonathan Nieder3-505/+605
2012-05-29git-svn: rename SVN::Git::* packages to Git::SVN::*Jonathan Nieder1-25/+25
2012-05-29git-svn: move Git::SVN::Prompt into its own fileJonathan Nieder3-144/+204
2012-05-25Git 1.7.11-rc0v1.7.11-rc0Junio C Hamano2-18/+24
2012-05-25Git 1.7.10.3v1.7.10.3Junio C Hamano2-5/+16
2012-05-25fmt-merge-message: add empty line between tag and signature verificationLinus Torvalds1-3/+5
2012-05-25config doc: remove confusion about relative GIT_DIR from FILES sectionJonathan Nieder1-3/+1
2012-05-25format-patch: do not use bogus email addresses in message idsJeff King1-1/+1
2012-05-25ident: reject bogus email addresses with IDENT_STRICTJeff King1-0/+6
2012-05-25Update draft release notes to 1.7.10.3Junio C Hamano1-0/+6
2012-05-25ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King9-15/+14
2012-05-25format-patch: use GIT_COMMITTER_EMAIL in message idsJeff King1-1/+2
2012-05-25ident: let callers omit name with fmt_indentJeff King2-5/+10
2012-05-25ident: refactor NO_DATE flag in fmt_identJeff King1-6/+9
2012-05-25ident: reword empty ident error messageJeff King1-1/+1
2012-05-24Avoid sorting if references are added to ref_cache in orderMichael Haggerty1-0/+6
2012-05-24checkout: no progress messages if !isatty(2).Avery Pennarun1-2/+2
2012-05-24osxkeychain: pull make config from top-level directoryJeff King1-2/+5
2012-05-24fetch-pack: sort incoming heads list earlierJeff King1-1/+1
2012-05-23Update draft release notes to 1.7.11Junio C Hamano1-0/+13
2012-05-23xdiff: import new 32-bit version of count_masked_bytes()René Scharfe1-13/+5
2012-05-23xdiff: avoid more compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe1-1/+7
2012-05-22xdiff: avoid compiler warnings with XDL_FAST_HASH on 32-bit machinesRené Scharfe1-3/+5
2012-05-22refs: do not create ref_entry when searchingJunio C Hamano1-9/+23
2012-05-22refs: use strings directly in find_containing_dir()René Scharfe1-9/+4
2012-05-22refs: convert parameter of create_dir_entry() to length-limited stringRené Scharfe1-8/+10
2012-05-22refs: convert parameter of search_ref_dir() to length-limited stringRené Scharfe1-6/+7
2012-05-22fetch-pack: avoid quadratic loop in filter_refsJeff King1-6/+13
2012-05-22fetch-pack: sort the list of incoming refsJeff King1-0/+2
2012-05-22add sorting infrastructure for list refsJeff King2-0/+24
2012-05-22fetch-pack: avoid quadratic behavior in remove_duplicatesJeff King1-15/+6
2012-05-22fetch-pack: sort incoming headsJeff King1-1/+9