Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge branch 'sp/msysgit' | Junio C Hamano | 2009-06-13 | 13 | -9/+7194 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | compat/ has subdirectories: do not omit them in 'make clean' | Johannes Sixt | 2009-06-11 | 1 | -1/+1 | |
| * | | | | | | | | | Fix typo in nedmalloc warning fix | Johannes Sixt | 2009-06-11 | 1 | -1/+1 | |
| * | | | | | | | | | MinGW: Teach Makefile to detect msysgit and apply specific settings | Steffen Prohaska | 2009-06-08 | 1 | -2/+12 | |
| * | | | | | | | | | Fix warnings in nedmalloc when compiling with GCC 4.4.0 | Johannes Schindelin | 2009-06-08 | 2 | -2/+4 | |
| * | | | | | | | | | Add custom memory allocator to MinGW and MacOS builds | Marius Storm-Olsen | 2009-06-01 | 6 | -0/+7064 | |
| * | | | | | | | | | MinGW readdir reimplementation to support d_type | Marius Storm-Olsen | 2009-06-01 | 2 | -0/+88 | |
| * | | | | | | | | | connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows | Edward Z. Yang | 2009-06-01 | 1 | -2/+6 | |
| * | | | | | | | | | git: browsing paths with spaces when using the start command | Pat Thoyts | 2009-06-01 | 1 | -1/+4 | |
| * | | | | | | | | | MinGW: fix warning about implicit declaration of _getch() | Johannes Schindelin | 2009-06-01 | 1 | -0/+1 | |
| * | | | | | | | | | test-chmtime: work around Windows limitation | Johannes Schindelin | 2009-06-01 | 1 | -0/+9 | |
| * | | | | | | | | | Work around a regression in Windows 7, causing erase_in_line() to crash somet... | Johannes Schindelin | 2009-06-01 | 1 | -1/+2 | |
| * | | | | | | | | | Quiet make: do not leave Windows behind | Johannes Schindelin | 2009-06-01 | 1 | -1/+1 | |
| * | | | | | | | | | MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore | Johannes Schindelin | 2009-06-01 | 2 | -1/+4 | |
* | | | | | | | | | | Merge branch 'cb/maint-no-double-merge' | Junio C Hamano | 2009-06-13 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | refuse to merge during a merge | Clemens Buchacher | 2009-06-01 | 2 | -1/+7 | |
* | | | | | | | | | | | Merge branch 'ph/submodule-rebase' (early part) | Junio C Hamano | 2009-06-13 | 4 | -6/+192 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Rename submodule.<name>.rebase to submodule.<name>.update | Johan Herland | 2009-06-03 | 4 | -27/+35 | |
| * | | | | | | | | | | | git-submodule: add support for --rebase. | Peter Hutterer | 2009-04-24 | 4 | -6/+184 | |
* | | | | | | | | | | | | Merge branch 'bc/solaris' | Junio C Hamano | 2009-06-13 | 6 | -8/+90 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | configure: test whether -lresolv is needed | Ralf Wildenhues | 2009-06-10 | 2 | -0/+10 | |
| * | | | | | | | | | | | | Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/bin | Junio C Hamano | 2009-06-10 | 2 | -4/+31 | |
| * | | | | | | | | | | | | git-compat-util.h: avoid using c99 flex array feature with Sun compiler 5.8 | Brandon Casey | 2009-06-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Makefile: add section for SunOS 5.7 | Brandon Casey | 2009-06-06 | 1 | -0/+10 | |
| * | | | | | | | | | | | | Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATH | Junio C Hamano | 2009-06-06 | 2 | -0/+16 | |
| * | | | | | | | | | | | | Makefile: define __sun__ on SunOS | Brandon Casey | 2009-06-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | git-compat-util.h: tweak the way _XOPEN_SOURCE is set on Solaris | Brandon Casey | 2009-06-06 | 1 | -1/+14 | |
| * | | | | | | | | | | | | On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec | Brandon Casey | 2009-06-06 | 2 | -2/+2 | |
| * | | | | | | | | | | | | Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile arguments | Brandon Casey | 2009-06-06 | 1 | -1/+10 | |
| * | | | | | | | | | | | | Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall | Brandon Casey | 2009-05-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge branch 'cb/match_refs_internal_tail' | Junio C Hamano | 2009-06-13 | 6 | -29/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | match_refs: search ref list tail internally | Clemens Buchacher | 2009-06-01 | 6 | -29/+23 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'nw/maint-cvsexportcommit' | Junio C Hamano | 2009-06-13 | 2 | -14/+53 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | git-cvsexportcommit can't commit files which have been removed from CVS | Nick Woolley | 2009-05-28 | 2 | -14/+53 | |
* | | | | | | | | | | | | | | Merge branch 'da/araxis-mergetool' | Junio C Hamano | 2009-06-13 | 5 | -6/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | mergetool--lib: add support for araxis merge | David Aguilar | 2009-05-24 | 5 | -6/+27 | |
* | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-06-11 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Documentation: git-send-mail can take rev-list arg to drive format-patch | Paolo Bonzini | 2009-06-11 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maint | Junio C Hamano | 2009-06-11 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | rebase--interactive: remote stray closing parenthesis | Uwe Kleine-König | 2009-06-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | parse-options: add parse_options_check to validate option specs. | Pierre Habouzit | 2009-06-10 | 1 | -0/+24 | |
* | | | | | | | | | | | | | | | git-repack.txt: Clarify implications of -a for dumb protocols | Michael J Gruber | 2009-06-09 | 1 | -2/+5 | |
* | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-06-09 | 3 | -4/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | diff.c: plug a memory leak in an error path | Johannes Sixt | 2009-06-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | fetch-pack: close output channel after sideband demultiplexer terminates | Johannes Sixt | 2009-06-08 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | builtin-remote: Make "remote show" display all urls | Michael J Gruber | 2009-06-08 | 1 | -3/+6 | |
* | | | | | | | | | | | | | | | bash: add support for 'git stash pop --index' option | SZEDER Gábor | 2009-06-09 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | Documentation: mention 'git stash pop --index' option explicitly | SZEDER Gábor | 2009-06-09 | 2 | -10/+10 | |
* | | | | | | | | | | | | | | | Simplify some 'fprintf(stderr); return -1;' by using 'return error()' | Johannes Sixt | 2009-06-09 | 1 | -10/+6 | |
* | | | | | | | | | | | | | | | Simplify some instances of run_command() by using run_command_v_opt(). | Johannes Sixt | 2009-06-09 | 3 | -45/+18 |