summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Shawn O. Pearce2008-10-088-21/+88
|\
| * Do not use errno when pread() returns 0Samuel Tardieu2008-10-081-1/+4
| * git init: --bare/--shared overrides system/global configDeskin Miller2008-10-082-2/+42
| * git-push.txt: Describe --repo option in more detailJohannes Sixt2008-10-082-6/+20
| * git rm: refresh index before up-to-date checkJohannes Schindelin2008-10-082-8/+18
| * Fix a few typos in relnotesMikael Magnusson2008-10-071-4/+4
* | Replace xmalloc/memset(0) pairs with xcallocBrandon Casey2008-10-085-11/+5
* | Merge branch 'maint'Shawn O. Pearce2008-10-0611-44/+246
|\ \ | |/
| * Update release notes for 1.6.0.3Shawn O. Pearce2008-10-061-1/+51
| * Teach rebase -i to honor pre-rebase hookNanako Shiraishi2008-10-063-7/+148
| * docs: describe pre-rebase hookNanako Shiraishi2008-10-061-0/+7
| * do not segfault if make_cache_entry failedDmitry Potapov2008-10-062-0/+5
| * make prefix_path() never return NULLDmitry Potapov2008-10-061-7/+2
| * fix bogus "diff --git" header from "diff --no-index"Linus Torvalds2008-10-062-0/+25
| * Fix fetch/clone --quiet when stdout is connectedTuncer Ayaz2008-10-061-2/+2
| * builtin-blame: Fix blame -C -C with submodules.Alexander Gavrilov2008-10-051-0/+2
| * bash: remove fetch, push, pull dashed form leftoversSZEDER Gábor2008-10-051-27/+9
* | do not segfault if make_cache_entry failedDmitry Potapov2008-10-063-0/+7
* | tests: add a testcase for "git submodule sync"David Aguilar2008-10-021-0/+64
* | Merge branch 'maint'Shawn O. Pearce2008-10-023-1/+59
|\ \ | |/
| * gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski2008-10-021-0/+49
| * gitweb: Fix two 'uninitialized value' warnings in git_tree()Jakub Narebski2008-10-021-1/+2
| * Solaris: Use OLD_ICONV to avoid compile warningsDavid Soria Parra2008-10-021-0/+1
| * gitweb: remove PATH_INFO from $my_url and $my_uriGiuseppe Bilotta2008-10-021-0/+7
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-0224-141/+162
* | archive.c: make archiver staticNanako Shiraishi2008-10-021-1/+1
* | commit.c: make read_graft_file() staticNanako Shiraishi2008-10-022-2/+1
* | config.c: make git_parse_long() staticNanako Shiraishi2008-10-022-3/+2
* | run-command.c: remove run_command_v_opt_cd()Nanako Shiraishi2008-10-023-10/+1
* | dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi2008-10-022-3/+2
* | gitweb: Identify all summary metadata table rowsPetr Baudis2008-10-021-4/+4
* | config.c: Tolerate UTF8 BOM at the beginning of config filePetr Baudis2008-10-021-0/+19
* | gitweb: Quote non-displayable characters in hex, not octalPetr Baudis2008-10-021-1/+1
* | Merge branch 'maint'Shawn O. Pearce2008-10-013-9/+12
|\ \ | |/
| * Improve git-log documentation wrt file filtersmartin f. krafft2008-10-011-3/+6
| * Documentation: remove '\' in front of short optionsSZEDER Gábor2008-10-012-6/+6
* | Merge branch 'maint'Shawn O. Pearce2008-09-303-5/+5
|\ \ | |/
| * git-svn: call 'fatal' correctly in set-treeLuc Heinrich2008-09-301-1/+1
| * Replace svn.foo.org with svn.example.com in git-svn docs (RFC 2606)Michael Prokop2008-09-301-4/+4
| * t0024: add executable permissionSZEDER Gábor2008-09-301-0/+0
* | diff.c: remove duplicate bibtex pattern introduced by merge 92bb9785Brandon Casey2008-09-301-2/+0
* | Use "git_config_string" to simplify "builtin-gc.c" code where "prune_expire" ...David Bryson2008-09-301-6/+3
* | tests: grep portability fixesJeff King2008-09-308-11/+11
* | Add OS X support to the pre-auto-gc example hookJonathan del Strother2008-09-301-3/+7
* | Correct typos in RelNotes-1.6.1Ralf Wildenhues2008-09-302-3/+3
* | remove vim syntax highlighting in favor of upstreamSZEDER Gábor2008-09-302-26/+30
* | Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce2008-09-2915-120/+139
|\ \
| * \ Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce2008-09-2952-196/+600
| |\ \ | | |/
| | * Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce2008-09-295-49/+72
| | |\
| | * \ Merge branch 'mg/maint-remote-fix' into maintShawn O. Pearce2008-09-291-8/+15
| | |\ \