summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sp/reflog'Junio C Hamano2006-06-0326-242/+755
|\
| * fetch.c: do not pass uninitialized lock to unlock_ref().Junio C Hamano2006-05-311-4/+7
| * Test that git-branch -l works.Shawn Pearce2006-05-242-3/+32
| * Verify git-commit provides a reflog message.Shawn Pearce2006-05-241-12/+26
| * Merge branch 'master' into sp/reflogJunio C Hamano2006-05-2476-1583/+3457
| |\
| * \ Merge part of 'js/fmt-patch' for RFC2822 dates into 'sp/reflog'Junio C Hamano2006-05-198-19/+121
| |\ \
| * | | Enable ref log creation in git checkout -b.Shawn Pearce2006-05-192-5/+21
| * | | Create/delete branch ref logs.Shawn Pearce2006-05-192-3/+19
| * | | Include ref log detail in commit, reset, etc.Shawn Pearce2006-05-195-5/+6
| * | | Change order of -m option to update-ref.Shawn Pearce2006-05-191-1/+1
| * | | Correct force_write bug in refs.cShawn Pearce2006-05-191-1/+1
| * | | Change 'master@noon' syntax to 'master@{noon}'.Shawn Pearce2006-05-193-31/+62
| * | | Log ref updates made by fetch.Shawn Pearce2006-05-196-4/+27
| * | | Force writing ref if it doesn't exist.Shawn Pearce2006-05-192-1/+4
| * | | Added logs/ directory to repository layout.Shawn Pearce2006-05-191-0/+11
| * | | General ref log reading improvements.Shawn Pearce2006-05-192-14/+104
| * | | Fix ref log parsing so it works properly.Shawn Pearce2006-05-172-1/+2
| * | | Support 'master@2 hours ago' syntaxShawn Pearce2006-05-174-17/+104
| * | | Log ref updates to logs/refs/<ref>Shawn Pearce2006-05-178-0/+210
| * | | Convert update-ref to use ref_lock API.Shawn Pearce2006-05-172-67/+38
| * | | Improve abstraction of ref lock/write.Shawn Pearce2006-05-173-148/+144
* | | | 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