summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ff/svnimport'Junio C Hamano2006-06-031-2/+9
|\
| * git-svnimport: Improved detection of merges.Florian Forster2006-05-311-2/+9
* | read-tree --reset: update working tree file for conflicted paths.Junio C Hamano2006-06-031-10/+14
* | Merge branch 'jc/fmt-patch'Junio C Hamano2006-06-034-39/+113
|\ \
| * \ Merge branch 'ds/doc' into jc/fmt-patchJunio C Hamano2006-06-027-101/+152
| |\ \
| | * | Update documentation for git-format-patchDennis Stosberg2006-06-021-34/+35
| * | | format-patch: resurrect extra headers from configJohannes Schindelin2006-06-023-3/+26
| * | | format-patch --signoffJunio C Hamano2006-05-313-2/+52
| | |/ | |/|
* | | Documentation: Spelling fixesHorst H. von Brand2006-06-0328-47/+47
* | | Builtin git-rev-parse.Christian Couder2006-06-034-6/+8
* | | fetch: do not report "same" unless -verbose.Junio C Hamano2006-06-031-1/+4
| |/ |/|
* | sha1_file: avoid re-preparing duplicate packsJeff King2006-06-021-0/+6
* | handle concurrent pruning of packed objectsJeff King2006-06-021-6/+18
* | 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
|\ \ \ \