summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-22diff: handle relative paths in no-indexJeff King4-22/+39
2012-06-17Git 1.7.10.5v1.7.10.5Junio C Hamano4-3/+16
2012-06-17Do not autosquash in case of an implied interactive rebaseVincent van Ravesteijn1-0/+1
2012-06-12fast-export: report SHA-1 instead of gibberish when marks exist alreadyJohannes Schindelin1-1/+1
2012-06-04Git 1.7.10.4v1.7.10.4Junio C Hamano2-1/+6
2012-06-01Start preparing for 1.7.10.4Junio C Hamano3-2/+28
2012-05-31Makefile: add missing GIT-VERSION-FILE dependencyErik Faye-Lund1-1/+1
2012-05-30rebase: report invalid commit correctlyErik Faye-Lund2-1/+6
2012-05-29Update Swedish translation (728t0f0u)Peter Krefting1-247/+289
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-25Update draft release notes to 1.7.10.3Junio C Hamano1-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-22avoid segfault when reading header of malformed commitsJeff King1-1/+4
2012-05-22pretty: avoid buffer overflow in format_person_partJeff King1-2/+4
2012-05-22fix off-by-one error in split_ident_lineJeff King2-1/+8
2012-05-22grep: stop leaking line strings with -fRené Scharfe1-5/+2
2012-05-21grep: support newline separated pattern listRené Scharfe4-3/+41
2012-05-21grep: factor out do_append_grep_pat()René Scharfe1-6/+9
2012-05-21grep: factor out create_grep_pat()René Scharfe1-11/+17
2012-05-20Consistently use "superproject" instead of "supermodule"Jens Lehmann3-4/+4
2012-05-20t3404: begin "exchange commits with -p" test with correct preconditionsJohannes Sixt1-0/+1
2012-05-16diff --no-index: don't leak buffers in queue_diffBobby Powers1-2/+2
2012-05-16diff --no-index: reset temporary buffer lengths on directory iterationBobby Powers2-0/+25
2012-05-15l10n: de.po: translate 3 new messagesRalf Thielow1-101/+127
2012-05-15l10n: zh_CN.po: translate 3 new messagesJiang Xin1-99/+121
2012-05-15l10n: Update git.pot (3 new, 2 removed messages)Jiang Xin1-96/+108
2012-05-14teach add_submodule_odb() to look for alternatesHeiko Voigt4-2/+39
2012-05-14Start preparing for 1.7.10.3Junio C Hamano2-1/+27
2012-05-14link to gitmodules page at the beginning of git-submodule documentationHeiko Voigt1-3/+3
2012-05-14pack-protocol: fix first-want separator in the examplesCarlos Martín Nieto1-2/+2
2012-05-12l10n: zh_CN.po: translate 1 new messageJiang Xin1-94/+98
2012-05-11Git 1.7.10.2v1.7.10.2Junio C Hamano3-2/+17
2012-05-11document submdule.$name.update=none option for gitmodulesHeiko Voigt2-6/+6
2012-05-10Update draft release notes to 1.7.10.2Junio C Hamano1-0/+25
2012-05-08checkout: do not corrupt HEAD on empty repoErik Faye-Lund2-1/+12
2012-05-08l10n: de.po: translate one new messageRalf Thielow1-130/+148
2012-05-08l10n: de.po: unify translation of "ahead" and "behind"Ralf Thielow1-8/+9
2012-05-08l10n: de.po: collection of improvementsRalf Thielow1-125/+129
2012-05-08l10n: de.po: translate "remote" as "extern"Ralf Thielow1-23/+23
2012-05-08l10n: de.po: translate "track" as "beobachten"Ralf Thielow1-12/+12
2012-05-08l10n: add new members to German translation teamRalf Thielow1-0/+3
2012-05-08l10n: de.po: collection of suggestionsThomas Rast1-55/+44
2012-05-08l10n: de.po: translate "bad" as "ungültig" ("invalid")Thomas Rast1-13/+13
2012-05-08l10n: de.po: hopefully uncontroversial fixesThomas Rast1-11/+11
2012-05-08l10n: de.po: translate "bare" as "bloß"Thomas Rast1-2/+2
2012-05-08status: respect "-b" for porcelain formatJeff King5-11/+16
2012-05-08status: fix null termination with "-b"Jeff King2-3/+13