summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Merge branch 'rj/doc-rev-parse'Libravatar Junio C Hamano2-55/+77
2013-08-30Merge branch 'hv/config-from-blob'Libravatar Junio C Hamano1-16/+16
2013-08-30Merge branch 'nd/fetch-pack-shallow-fix'Libravatar Junio C Hamano2-1/+19
2013-08-30fix shell syntax error in templateLibravatar Thorsten Glaser1-0/+1
2013-08-30l10n: fr.po: hotfix for commit 6b388fcLibravatar Sebastien Helleu2-718/+874
2013-08-26config: do not use C function names as struct membersLibravatar Jeff King1-16/+16
2013-08-25fetch-pack: do not remove .git/shallow file when --depth is not specifiedLibravatar Nguyễn Thái Ngọc Duy2-1/+19
2013-08-23Git 1.8.4Libravatar Junio C Hamano2-1/+6
2013-08-22contrib/git-prompt.sh: handle missing 'printf -v' more gracefullyLibravatar Brandon Casey1-1/+5
2013-08-21t9902-completion.sh: old Bash still does not support array+=('') notationLibravatar Brandon Casey1-1/+1
2013-08-21git-completion.bash: use correct Bash/Zsh array length syntaxLibravatar Brandon Casey1-1/+1
2013-08-21Typofix draft release notes to 1.8.4Libravatar Junio C Hamano1-2/+2
2013-08-21Document the HTTP transport protocolsLibravatar Shawn O. Pearce1-0/+503
2013-08-19avoid segfault on submodule.*.path set to an empty "true"Libravatar Jharrod LaFon2-0/+16
2013-08-19Git 1.8.4-rc4Libravatar Junio C Hamano2-10/+1
2013-08-18bash prompt: test the prompt with newline in repository pathLibravatar SZEDER Gábor1-0/+23
2013-08-18create_delta_index: simplify condition always evaluating to trueLibravatar Stefan Beller1-1/+1
2013-08-14Revert "Add new @ shortcut for HEAD"Libravatar Junio C Hamano5-28/+0
2013-08-14Revert "git stash: avoid data loss when "git stash save" kills a directory"Libravatar Junio C Hamano3-40/+2
2013-08-13unpack-trees: plug a memory leakLibravatar Felipe Contreras1-1/+3
2013-08-13Git 1.8.4-rc3Libravatar Junio C Hamano1-1/+1
2013-08-13Merge git://github.com/git-l10n/git-poLibravatar Junio C Hamano2-0/+9672
2013-08-13Merge branch 'sb/mailmap-updates'Libravatar Junio C Hamano1-2/+16
2013-08-13.mailmap: Combine more (name, email) to individual personsLibravatar Stefan Beller1-1/+3
2013-08-13.mailmap: update long-lost friends with multiple defunct addressesLibravatar Junio C Hamano1-1/+13
2013-08-13git-remote-mediawiki: ignore generated git-mwLibravatar Matthieu Moy1-0/+1
2013-08-13contacts: reduce git-blame invocationsLibravatar Eric Sunshine1-6/+5
2013-08-13contacts: gather all blame sources prior to invoking git-blameLibravatar Eric Sunshine1-5/+20
2013-08-13contacts: validate hunk length earlierLibravatar Eric Sunshine1-3/+2
2013-08-13whatchanged: document its historical natureLibravatar Junio C Hamano1-33/+7
2013-08-13core-tutorial: trim the section on Inspecting ChangesLibravatar Junio C Hamano4-37/+47
2013-08-12git-p4: Fix occasional truncation of symlink contents.Libravatar Alexandru Juncu1-2/+6
2013-08-11remote-hg: add shared repo upgradeLibravatar Felipe Contreras1-0/+12
2013-08-11remote-hg: ensure shared repo is initializedLibravatar Felipe Contreras1-5/+6
2013-08-11l10n: Add reference for french translation teamLibravatar Jean-Noel Avila1-0/+4
2013-08-11l10n: fr.po: 821/2112 messages translatedLibravatar Jean-Noel Avila1-0/+9668
2013-08-09Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2013-08-09remote-hg: fix path when cloning with tilde expansionLibravatar Antoine Pelisse1-1/+1
2013-08-09Merge branch 'master' of git://github.com/git-l10n/git-poLibravatar Junio C Hamano5-4414/+5144
2013-08-09Merge branch 'jk/submodule-subdirectory-ok'Libravatar Junio C Hamano1-1/+1
2013-08-09Merge branch 'sb/mailmap-updates'Libravatar Junio C Hamano1-2/+7
2013-08-09.mailmap: fixup entriesLibravatar Stefan Beller1-2/+7
2013-08-09Documentation/git-merge-file: document option "--diff3"Libravatar Ralf Thielow1-1/+4
2013-08-09t/t7407: fix two typos in submodule testsLibravatar Phil Hord1-1/+1
2013-08-09rm: remove unneeded null pointer checkLibravatar Stefan Beller1-21/+17
2013-08-09diff: fix a possible null pointer dereferenceLibravatar Stefan Beller1-1/+1
2013-08-09diff: remove ternary operator evaluating always to trueLibravatar Stefan Beller1-2/+2
2013-08-09parse-options: fix clang opterror() -Wunused-value warningLibravatar Eric Sunshine1-1/+1
2013-08-09builtin/config.c: compilation fixLibravatar Junio C Hamano2-4/+4
2013-08-09gc: reject if another gc is running, unless --force is givenLibravatar Nguyễn Thái Ngọc Duy3-1/+78