summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-20gitweb: omit the repository owner when it is unsetLibravatar Tony Finch1-1/+1
2013-08-20gitweb: vertically centre contents of page footerLibravatar Tony Finch1-1/+2
2013-08-20gitweb: ensure OPML text fits inside its boxLibravatar Tony Finch1-2/+1
2013-08-20read-cache: use fixed width integer typesLibravatar Thomas Gummerer2-20/+20
2013-08-20stream_to_pack: xread does not guarantee to read all requested bytesLibravatar Johannes Sixt1-1/+1
2013-08-20Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"Libravatar Steffen Prohaska4-27/+0
2013-08-20xread, xwrite: limit size of IO to 8MBLibravatar Steffen Prohaska2-0/+26
2013-08-20mailmap: remove redundant check for freeing memoryLibravatar Stefan Beller1-2/+1
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-18rebase -i: fix cases ignoring core.commentcharLibravatar Eric Sunshine1-1/+1
2013-08-18create_delta_index: simplify condition always evaluating to trueLibravatar Stefan Beller1-1/+1
2013-08-15t3010: update to demonstrate "ls-files -k" optimization pitfallsLibravatar Junio C Hamano1-3/+9
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryLibravatar Junio C Hamano3-3/+31
2013-08-15dir.c: use the cache_* macro to access the current indexLibravatar Junio C Hamano1-6/+5
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-13push: respect --no-thinLibravatar Nguyễn Thái Ngọc Duy3-4/+26
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