summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-14rebase: Document --no-verify option to bypass pre-rebase hookLibravatar Nanako Shiraishi1-1/+4
2008-10-06rebase --no-verifyLibravatar Nanako Shiraishi3-2/+31
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-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
2008-09-30Use "git_config_string" to simplify "builtin-gc.c" code where "prune_expire" ...Libravatar David Bryson1-6/+3
2008-09-30tests: grep portability fixesLibravatar Jeff King8-11/+11
2008-09-30Add OS X support to the pre-auto-gc example hookLibravatar Jonathan del Strother1-3/+7
2008-09-30t0024: add executable permissionLibravatar SZEDER Gábor1-0/+0
2008-09-30Correct typos in RelNotes-1.6.1Libravatar Ralf Wildenhues2-3/+3
2008-09-30remove vim syntax highlighting in favor of upstreamLibravatar SZEDER Gábor2-26/+30
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Libravatar Shawn O. Pearce15-120/+139
2008-09-29Merge branch 'maint' into bc/master-diff-hunk-header-fixLibravatar Shawn O. Pearce52-196/+600
2008-09-29Merge branch 'bc/maint-diff-hunk-header-fix' into maintLibravatar Shawn O. Pearce5-49/+72
2008-09-29Merge branch 'jc/better-conflict-resolution'Libravatar Shawn O. Pearce13-119/+685
2008-09-29Merge branch 'mg/maint-remote-fix' into maintLibravatar Shawn O. Pearce1-8/+15
2008-09-29Add contrib/rerere-train scriptLibravatar Nanako Shiraishi1-0/+52
2008-09-29Clarify commit error message for unmerged filesLibravatar Rafael Garcia-Suarez1-1/+1
2008-09-29Use strchrnul() instead of strchr() plus manual workaroundLibravatar Johan Herland1-3/+1
2008-09-29mingw: remove use of _getdrive() from lstat/fstatLibravatar Dmitry Potapov1-3/+2