summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-29git-remote-mediawiki: add test and check Makefile targetsLibravatar Matthieu Moy1-1/+9
2013-08-29config: rewrite core.pager documentationLibravatar Junio C Hamano1-16/+14
2013-08-28builtin/fetch.c: Fix a sparse warningLibravatar Ramsay Jones1-1/+1
2013-08-28mailmap: handle mailmap blobs without trailing newlinesLibravatar Jeff King2-13/+24
2013-08-26config: do not use C function names as struct membersLibravatar Jeff King1-16/+16
2013-08-26Documentation/remote-helpers: document common use-case for private refLibravatar Matthieu Moy1-0/+6
2013-08-25rebase -i: fix short SHA-1 collisionLibravatar Junio C Hamano2-1/+31
2013-08-25t3404: rebase -i: demonstrate short SHA-1 collisionLibravatar Eric Sunshine1-0/+24
2013-08-25t3404: make tests more self-containedLibravatar Eric Sunshine1-2/+63
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-25Documentation/fast-import: clarify summary for `feature` commandLibravatar Matthieu Moy1-2/+2
2013-08-23dir.c::test_one_path(): work around directory_exists_in_index_icase() breakageLibravatar Eric Sunshine2-9/+24
2013-08-23remove dead pastebin link from pack-heuristics documentLibravatar Michal Nazarewicz1-6/+0
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-21rebase --preserve-merges: ignore "merge.log" configLibravatar Ralf Thielow2-1/+25
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-20gitweb: make search help link less uglyLibravatar Tony Finch1-2/+2
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