2011-04-27 | Automatically autoload bashcompinit for ZSH, when needed Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-10-23 | MSVC: Enable OpenSSL, and translate -lcrypto Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-09-19 | Tag GIT_VERSION when Git is built with MSVC Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-09-19 | Add scripts to generate projects for other buildsystems... Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-09-19 | Add README for MSVC build Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-09-19 | Add MSVC to Makefile Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-09-19 | Define strncasecmp and ftruncate for MSVC Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-09-19 | Make usage of windows.h lean and mean Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-09-19 | Add empty header files for MSVC port Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-09-19 | Set _O_BINARY as default fmode for both MinGW and MSVC Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-09-19 | Add include guards to compat/win32.h Signed-off-by: Marius Storm-Olsen <mstormo@gmail.com> |
diff | tree |
2009-06-01 | Add custom memory allocator to MinGW and MacOS builds Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2009-06-01 | MinGW readdir reimplementation to support d_type Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2009-02-25 | Fixup: Add bare repository indicator for __git_ps1 Signed-off-by: Marius Storm-Olsen <git@storm-olsen.com> |
diff | tree |
2009-02-23 | Add bare repository indicator for __git_ps1 Signed-off-by: Marius Storm-Olsen <git@storm-olsen.com> |
diff | tree |
2009-02-08 | Move mailmap documentation into separate file Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2009-02-08 | Change current mailmap usage to do matching on both... Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2009-02-08 | Add map_user() and clear_mailmap() to mailmap Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2009-02-08 | Add find_insert_index, insert_at_index and clear_func... Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2009-02-08 | Add mailmap.file as configurational option for mailmap... Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2008-06-26 | Windows: Add a new lstat and fstat implementation based... Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com> |
diff | tree |
2008-06-09 | Add configuration option for default untracked files... Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2008-06-09 | Add argument 'no' commit/status option -u|--untracked... Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2008-06-09 | Add an optional <mode> argument to commit/status -u... Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2008-06-09 | Add testcase for merging in a CRLF repo Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2008-05-31 | Add shortcut in refresh_cache_ent() for marked entries. Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2008-05-31 | Clearify the documentation for core.ignoreStat Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2008-03-28 | git-p4: Handle Windows EOLs properly after removal... Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2008-03-13 | git-p4: Optimize the fetching of data from perforce. Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2007-10-18 | Teach core.autocrlf to 'git blame' Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2007-10-16 | Add 'git-p4 commit' as an alias for 'git-p4 submit' Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2007-07-15 | Fix git-p4 on Windows to not use the Posix sysconf... Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2007-06-12 | Only use double quotes on Windows Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com> |
diff | tree |
2007-06-07 | Exclude the HEAD symbolic ref from the list of known... Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com> |
diff | tree |
2007-06-07 | Fix single branch import into remotes Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com> |
diff | tree |
2007-06-07 | Fix git-p4 clone (defaultDestination) Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com> |
diff | tree |
2007-06-07 | Ensure that the commit message is Windows formated... Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2007-05-24 | Replace \r\n with \n when importing from p4 on Windows Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |
2007-05-15 | Make the command call silent Signed-off-by: Marius Storm-Olsen <marius@trolltech.com> |
diff | tree |