summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-09Merge branch 'maint'Libravatar Shawn O. Pearce5-28/+18
2008-10-09Merge branch 'sg/maint-intrebase-msghook' into maintLibravatar Shawn O. Pearce1-6/+11
2008-10-09builtin-apply: fix typo leading to stack corruptionLibravatar Imre Deak1-1/+1
2008-10-09git-stash.sh: fix flawed fix of invalid ref handling (commit da65e7c1)Libravatar Brandon Casey1-18/+4
2008-10-09Merge branch 'jk/maint-soliconv' into maintLibravatar Shawn O. Pearce1-1/+0
2008-10-09Cleanup in sha1_file.c::cache_or_unpack_entry()Libravatar Miklos Vajna1-4/+2
2008-10-09builtin-merge.c: allocate correct amount of memoryLibravatar Brandon Casey1-2/+2
2008-10-08Merge branch 'maint'Libravatar Shawn O. Pearce8-21/+88
2008-10-08Do not use errno when pread() returns 0Libravatar Samuel Tardieu1-1/+4
2008-10-08Replace xmalloc/memset(0) pairs with xcallocLibravatar Brandon Casey5-11/+5
2008-10-08git init: --bare/--shared overrides system/global configLibravatar Deskin Miller2-2/+42
2008-10-08git-push.txt: Describe --repo option in more detailLibravatar Johannes Sixt2-6/+20
2008-10-08git rm: refresh index before up-to-date checkLibravatar Johannes Schindelin2-8/+18
2008-10-07Fix a few typos in relnotesLibravatar Mikael Magnusson1-4/+4
2008-10-06Merge branch 'maint'Libravatar Shawn O. Pearce11-44/+246
2008-10-06Update release notes for 1.6.0.3Libravatar Shawn O. Pearce1-1/+51
2008-10-06do not segfault if make_cache_entry failedLibravatar Dmitry Potapov3-0/+7
2008-10-06Teach rebase -i to honor pre-rebase hookLibravatar Nanako Shiraishi3-7/+148
2008-10-06docs: describe pre-rebase hookLibravatar Nanako Shiraishi1-0/+7
2008-10-06do not segfault if make_cache_entry failedLibravatar Dmitry Potapov2-0/+5
2008-10-06make prefix_path() never return NULLLibravatar Dmitry Potapov1-7/+2
2008-10-06fix bogus "diff --git" header from "diff --no-index"Libravatar Linus Torvalds2-0/+25
2008-10-06Fix fetch/clone --quiet when stdout is connectedLibravatar Tuncer Ayaz1-2/+2
2008-10-05builtin-blame: Fix blame -C -C with submodules.Libravatar Alexander Gavrilov1-0/+2
2008-10-05bash: remove fetch, push, pull dashed form leftoversLibravatar SZEDER Gábor1-27/+9
2008-10-03Makefile: do not set NEEDS_LIBICONV for Solaris 8Libravatar Jeff King1-1/+0
2008-10-03rebase -i: remove leftover debuggingLibravatar SZEDER Gábor1-1/+1
2008-10-02rebase -i: proper prepare-commit-msg hook argument when squashingLibravatar SZEDER Gábor1-6/+11
2008-10-02tests: add a testcase for "git submodule sync"Libravatar David Aguilar1-0/+64
2008-10-02Merge branch 'maint'Libravatar Shawn O. Pearce3-1/+59
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsLibravatar Nicolas Pitre24-141/+162
2008-10-02archive.c: make archiver staticLibravatar Nanako Shiraishi1-1/+1
2008-10-02commit.c: make read_graft_file() staticLibravatar Nanako Shiraishi2-2/+1
2008-10-02config.c: make git_parse_long() staticLibravatar Nanako Shiraishi2-3/+2
2008-10-02run-command.c: remove run_command_v_opt_cd()Libravatar Nanako Shiraishi3-10/+1
2008-10-02dir.c: make dir_add_name() and dir_add_ignored() staticLibravatar Nanako Shiraishi2-3/+2
2008-10-02gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shLibravatar Jakub Narebski1-0/+49
2008-10-02gitweb: Fix two 'uninitialized value' warnings in git_tree()Libravatar Jakub Narebski1-1/+2
2008-10-02gitweb: Identify all summary metadata table rowsLibravatar Petr Baudis1-4/+4
2008-10-02Solaris: Use OLD_ICONV to avoid compile warningsLibravatar David Soria Parra1-0/+1
2008-10-02gitweb: remove PATH_INFO from $my_url and $my_uriLibravatar Giuseppe Bilotta1-0/+7
2008-10-02config.c: Tolerate UTF8 BOM at the beginning of config fileLibravatar Petr Baudis1-0/+19
2008-10-02gitweb: Quote non-displayable characters in hex, not octalLibravatar Petr Baudis1-1/+1
2008-10-01Merge branch 'maint'Libravatar Shawn O. Pearce3-9/+12
2008-10-01Improve git-log documentation wrt file filtersLibravatar martin f. krafft1-3/+6
2008-10-01Documentation: remove '\' in front of short optionsLibravatar SZEDER Gábor2-6/+6
2008-09-30Merge branch 'maint'Libravatar Shawn O. Pearce3-5/+5
2008-09-30git-svn: call 'fatal' correctly in set-treeLibravatar Luc Heinrich1-1/+1
2008-09-30Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)Libravatar Michael Prokop1-4/+4
2008-09-30diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785Libravatar Brandon Casey1-2/+0