summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | describe: Break annotated tag ties by tagger dateShawn O. Pearce2010-04-132-7/+50
| * | | | | | | | | | | | tag.c: Parse tagger date (if present)Shawn O. Pearce2010-04-122-0/+23
| * | | | | | | | | | | | tag.c: Refactor parse_tag_buffer to be saner to programShawn O. Pearce2010-04-121-22/+21
| * | | | | | | | | | | | tag.h: Remove unused signature fieldShawn O. Pearce2010-04-121-1/+0
| * | | | | | | | | | | | tag.c: Correct indentationShawn O. Pearce2010-04-121-3/+3
* | | | | | | | | | | | | Merge branch 'np/malloc-threading' into maintJunio C Hamano2010-06-167-8/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt2010-04-085-4/+27
| * | | | | | | | | | | | | Make xmalloc and xrealloc thread-safeNicolas Pitre2010-03-243-4/+27
* | | | | | | | | | | | | | Merge branch 'bg/send-email-smtpdomain' into maintJunio C Hamano2010-06-163-26/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | send-email: Cleanup smtp-domain and add configBrian Gernhardt2010-04-103-11/+12
| * | | | | | | | | | | | | | Document send-email --smtp-domainBrian Gernhardt2010-04-101-0/+6
| * | | | | | | | | | | | | | send-email: Don't use FQDNs without a '.'Brian Gernhardt2010-04-101-4/+7
| * | | | | | | | | | | | | | send-email: Cleanup { styleBrian Gernhardt2010-04-101-12/+6
* | | | | | | | | | | | | | | Merge branch 'rc/maint-curl-helper' into maintJunio C Hamano2010-06-164-8/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | remote-curl: ensure that URLs have a trailing slashTay Ray Chuan2010-04-092-7/+9
| * | | | | | | | | | | | | | | http: make end_url_with_slash() publicTay Ray Chuan2010-04-092-1/+2
| * | | | | | | | | | | | | | | t5541-http-push: add test for URLs with trailing slashTay Ray Chuan2010-04-091-1/+28
* | | | | | | | | | | | | | | | Merge branch 'hg/maint-attr-fix' into maintJunio C Hamano2010-06-162-14/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | attr: Expand macros immediately when encountered.Henrik Grubbström2010-04-102-12/+29
| * | | | | | | | | | | | | | | | attr: Allow multiple changes to an attribute on the same line.Henrik Grubbström2010-04-102-1/+7
| * | | | | | | | | | | | | | | | attr: Fixed debug output for macro expansion.Henrik Grubbström2010-04-101-1/+3
* | | | | | | | | | | | | | | | | Merge branch 'mh/status-optionally-refresh' into maintJunio C Hamano2010-06-162-0/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | t7508: add a test for "git status" in a read-only repositoryMarkus Heidelberg2010-04-031-0/+15
| * | | | | | | | | | | | | | | | | git status: refresh the index if possibleMarkus Heidelberg2010-04-022-1/+10
| * | | | | | | | | | | | | | | | | t7508: add test for "git status" refreshing the indexMarkus Heidelberg2010-04-021-0/+10
* | | | | | | | | | | | | | | | | | notes: Initialize variable to appease Sun StudioÆvar Arnfjörð Bjarmason2010-06-151-1/+1
* | | | | | | | | | | | | | | | | | git-mailinfo documentation: clarify -u/--encodingZhang Le2010-06-131-4/+4
* | | | | | | | | | | | | | | | | | add-interactive: Clarify “remaining hunks in the file”Jonathan Nieder2010-06-132-6/+6
* | | | | | | | | | | | | | | | | | t/README: document --root optionThomas Rast2010-06-111-0/+6
* | | | | | | | | | | | | | | | | | Makefile: default pager on AIX to "more"Jeff King2010-06-111-0/+1
* | | | | | | | | | | | | | | | | | Change C99 comments to old-style C commentsTor Arntsen2010-06-073-4/+4
* | | | | | | | | | | | | | | | | | commit.txt: clarify how --author argument is usedJay Soffian2010-06-061-4/+5
* | | | | | | | | | | | | | | | | | setup: document prefixClemens Buchacher2010-06-051-0/+6
* | | | | | | | | | | | | | | | | | git-compat-util.h: use apparently more common __sgi macro to detect SGI IRIXGary V. Vaughan2010-06-021-1/+1
* | | | | | | | | | | | | | | | | | Documentation: A...B shortcut for checkout and rebaseMichael J Gruber2010-06-022-0/+8
* | | | | | | | | | | | | | | | | | Documentation/pretty-{formats,options}: better reference for "format:<string>"Nazri Ramliy2010-06-022-4/+5
* | | | | | | | | | | | | | | | | | Merge branch 'maint-1.7.0' into maintJunio C Hamano2010-05-311-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Documentation/config: describe status.submodulesummaryMichael J Gruber2010-05-281-0/+7
* | | | | | | | | | | | | | | | | | | Documentation/SubmittingPatches: Fix typo in GMail sectionTim Henigan2010-05-311-1/+1
* | | | | | | | | | | | | | | | | | | Merge branch 'maint-1.7.0' into maintJunio C Hamano2010-05-281-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Makefile: reenable install with NO_CURLMichael J Gruber2010-05-281-2/+3
* | | | | | | | | | | | | | | | | | | completion: --set-upstream option for git-branchMichael J Gruber2010-05-281-0/+1
* | | | | | | | | | | | | | | | | | | get_cwd_relative(): do not misinterpret suffix as subdirectoryClemens Buchacher2010-05-282-4/+17
* | | | | | | | | | | | | | | | | | | Documentation/SubmittingPatches: clarify GMail section and SMTPMichael J Gruber2010-05-251-19/+21
* | | | | | | | | | | | | | | | | | | show-branch: use DEFAULT_ABBREV instead of 7Tay Ray Chuan2010-05-251-1/+2
* | | | | | | | | | | | | | | | | | | t7502-commit: fix spellingTay Ray Chuan2010-05-251-1/+1
* | | | | | | | | | | | | | | | | | | test get_git_work_tree() return value for NULLClemens Buchacher2010-05-251-4/+2
* | | | | | | | | | | | | | | | | | | Fix checkout of large files to network shares on Windows XPRené Scharfe2010-05-203-3/+29
* | | | | | | | | | | | | | | | | | | start_command: close cmd->err descriptor when fork/spawn failsbert Dvornik2010-05-202-1/+3
* | | | | | | | | | | | | | | | | | | Fix "Out of memory? mmap failed" for files larger than 4GB on WindowsIan McLean2010-05-201-3/+3