summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge branch 'nh/http'Junio C Hamano2006-06-022-5/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | http: prevent segfault during curl handle reuseNick Hengeveld2006-05-311-3/+6
| * | | | | | | | | | | Remove possible segfault in http-fetch.Sean2006-05-221-2/+2
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-05-311-48/+54
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | gitk: show_error fixPaul Mackerras2006-05-261-8/+8
| * | | | | | | | | | | [PATCH] gitk: start-up bugfixJunio C Hamano2006-05-261-1/+1
| * | | | | | | | | | | [PATCH] gitk: Replace "git-" commands with "git "Timo Hirvonen2006-05-261-26/+26
| * | | | | | | | | | | [PATCH] gitk: Display commit messages with word wrapSergey Vlasov2006-05-201-12/+14
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | gitk: Fix bug where page-up/down wouldn't always work properlyPaul Mackerras2006-05-201-0/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | gitk: Fix display of "(...)" for parents/children we haven't drawnPaul Mackerras2006-05-151-1/+4
* | | | | | | | | | send-email: only 'require' instead of 'use' Net::SMTPJohannes Schindelin2006-05-311-1/+1
* | | | | | | | | | Allow multiple -m options to git-commit.Shawn Pearce2006-05-311-7/+30
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Improved pack format documentation.Shawn Pearce2006-05-301-3/+8
* | | | | | | | | git_exec_path, execv_git_cmd: ignore empty environment variablesDmitry V. Levin2006-05-301-2/+2
* | | | | | | | | execv_git_cmd: Fix stack buffer overflow.Dmitry V. Levin2006-05-301-9/+23
* | | | | | | | | Fixed Cygwin CR-munging problem in mailsplitSalikh Zakirov2006-05-301-1/+1
* | | | | | | | | Merge branch 'ew/tests'Junio C Hamano2006-05-305-68/+82
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t6000lib: workaround a possible dash bugEric Wong2006-05-251-1/+3
| * | | | | | | | | t5500-fetch-pack: remove local (bashism) usage.Eric Wong2006-05-251-15/+15
| * | | | | | | | | tests: Remove heredoc usage inside quotesEric Wong2006-05-252-34/+31
| * | | | | | | | | t3300-funny-names: shell portability fixesEric Wong2006-05-251-18/+33
* | | | | | | | | | send-email: do not pass bogus address to local sendmail binaryJunio C Hamano2006-05-302-8/+17
* | | | | | | | | | Add a basic test case for git send-email, and fix some real bugs discovered.Ryan Anderson2006-05-291-0/+34
* | | | | | | | | | Fix a bug in email extraction used in git-send-email.Ryan Anderson2006-05-291-1/+6
* | | | | | | | | | Add support for --bcc to git-send-email.Ryan Anderson2006-05-291-2/+8
* | | | | | | | | | git-send-email: Add References: headers to emails, in addition to In-Reply-To:Ryan Anderson2006-05-291-2/+11
* | | | | | | | | | git-clean fails on files beginning with a dashDennis Stosberg2006-05-291-2/+2
* | | | | | | | | | git-svn: remove assertion that broke with older versions of svnEric Wong2006-05-291-1/+0
* | | | | | | | | | git-svn: t0001: workaround a heredoc bug in old versions of dashEric Wong2006-05-291-1/+2
* | | | | | | | | | Documentation: fix a tutorial-2 typoJ. Bruce Fields2006-05-291-1/+1
* | | | | | | | | | Documentation: retitle the git-core tutorialJ. Bruce Fields2006-05-291-2/+2
* | | | | | | | | | documentation: add brief mention of cat-file to tutorial part IJ. Bruce Fields2006-05-291-1/+7
* | | | | | | | | | documentation: mention gitk font adjustment in tutorialJ. Bruce Fields2006-05-291-1/+3
* | | | | | | | | | Fix some documentation typoesHorst von Brand2006-05-291-3/+3
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Make git-diff-tree indicate when it flushesPaul Mackerras2006-05-291-3/+7
* | | | | | | | | Remove unnecessary output from t3600-rm.Shawn Pearce2006-05-291-19/+23
* | | | | | | | | Merge branch 'lt/apply'Junio C Hamano2006-05-282-0/+70
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into lt/applyJunio C Hamano2006-05-2441-1065/+1698
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | apply: force matching at the beginning.Junio C Hamano2006-05-242-6/+27
| * | | | | | | | | | Add a test-case for git-apply trying to add an ending lineCatalin Marinas2006-05-241-0/+35
| * | | | | | | | | | apply: treat EOF as proper context.Linus Torvalds2006-05-231-0/+14
* | | | | | | | | | | Merge branch 'jc/cache-tree'Junio C Hamano2006-05-2815-128/+834
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-treeJunio C Hamano2006-05-28148-2560/+7935
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | builtin-rm: squelch compiler warnings.Junio C Hamano2006-05-231-0/+1
| | * | | | | | | | | Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-2013-550/+899
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano2006-05-2013-128/+830
| | |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git-write-tree writes garbage on sparc64Dennis Stosberg2006-05-281-1/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Fix crash when reading the empty treeJohannes Schindelin2006-05-071-2/+2
| * | | | | | | | | | | fsck-objects: do not segfault on missing tree in cache-treeJunio C Hamano2006-05-031-0/+5
| * | | | | | | | | | | cache-tree: a bit more debugging support.Junio C Hamano2006-05-031-2/+6