summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-08Merge branch 'maint'Shawn O. Pearce
2008-10-08Do not use errno when pread() returns 0Samuel Tardieu
2008-10-08Replace xmalloc/memset(0) pairs with xcallocBrandon Casey
2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller
2008-10-08git-push.txt: Describe --repo option in more detailJohannes Sixt
2008-10-08git rm: refresh index before up-to-date checkJohannes Schindelin
2008-10-07Fix a few typos in relnotesMikael Magnusson
2008-10-06Teach git diff about Objective-C syntaxJonathan del Strother
2008-10-06Add git-svn branch to allow branch creation in SVN repositoriesFlorian Ragwitz
2008-10-06Merge branch 'maint'Shawn O. Pearce
2008-10-06Update release notes for 1.6.0.3Shawn O. Pearce
2008-10-06do not segfault if make_cache_entry failedDmitry Potapov
2008-10-06Teach rebase -i to honor pre-rebase hookNanako Shiraishi
2008-10-06docs: describe pre-rebase hookNanako Shiraishi
2008-10-06do not segfault if make_cache_entry failedDmitry Potapov
2008-10-06make prefix_path() never return NULLDmitry Potapov
2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds
2008-10-06tutorial: update output of git commitJeff King
2008-10-06Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz
2008-10-06builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov
2008-10-06bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor
2008-10-03builtin-merge: refresh the index before calling a strategyMiklos Vajna
2008-10-03Makefile: do not set NEEDS_LIBICONV for Solaris 8Jeff King
2008-10-03rebase -i: remove leftover debuggingSZEDER Gábor
2008-10-03Merge branch 'pb/gitweb-tagcloud' into pb/gitwebShawn O. Pearce
2008-10-03gitweb: Support for simple project search formPetr Baudis
2008-10-03gitweb: Make the by_tag filter delve in forks as wellPetr Baudis
2008-10-03gitweb: Support for tag cloudsPetr Baudis
2008-10-03rebase -i: proper prepare-commit-msg hook argument when squashingSZEDER Gábor
2008-10-03bash completion: Add --[no-]validate to "git send-email"Teemu Likonen
2008-10-03gitweb: Add support for extending the action bar with custom linksPetr Baudis
2008-10-03parse-opt: migrate builtin-merge-file.Pierre Habouzit
2008-10-03parse-opt: migrate git-merge-base.Pierre Habouzit
2008-10-03parse-opt: migrate fmt-merge-msg.Pierre Habouzit
2008-10-03xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey
2008-10-03tests: add a testcase for "git submodule sync"David Aguilar
2008-10-03Merge branch 'maint'Shawn O. Pearce
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-10-03archive.c: make archiver staticNanako Shiraishi
2008-10-03commit.c: make read_graft_file() staticNanako Shiraishi
2008-10-03config.c: make git_parse_long() staticNanako Shiraishi
2008-10-03run-command.c: remove run_command_v_opt_cd()Nanako Shiraishi
2008-10-03dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi
2008-10-03gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski
2008-10-03gitweb: Fix two 'uninitialized value' warnings in git_tree()Jakub Narebski
2008-10-03gitweb: Identify all summary metadata table rowsPetr Baudis
2008-10-03Solaris: Use OLD_ICONV to avoid compile warningsDavid Soria Parra
2008-10-03gitweb: remove PATH_INFO from $my_url and $my_uriGiuseppe Bilotta
2008-10-03config.c: Tolerate UTF8 BOM at the beginning of config filePetr Baudis
2008-10-03gitweb: Quote non-displayable characters in hex, not octalPetr Baudis