Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | completion: complete `git push --force-with-lease=`jk/more-push-completion | John Keeping | 2014-07-22 | 1 | -1/+21 | |
| * | | | | | | | | | | completion: add some missing options to `git push` | John Keeping | 2014-07-22 | 1 | -0/+1 | |
| * | | | | | | | | | | completion: complete "unstuck" `git push --recurse-submodules` | John Keeping | 2014-07-22 | 1 | -0/+5 | |
* | | | | | | | | | | | Merge branch 'sk/mingw-tests-workaround' | Junio C Hamano | 2014-07-30 | 8 | -24/+51 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | t800[12]: work around MSys limitationsk/mingw-tests-workaround | Karsten Blees | 2014-07-21 | 1 | -0/+12 | |
| * | | | | | | | | | | | t9902: mingw-specific fix for gitfile link files | Pat Thoyts | 2014-07-21 | 1 | -4/+13 | |
| * | | | | | | | | | | | t4210: skip command-line encoding tests on mingw | Pat Thoyts | 2014-07-21 | 1 | -2/+2 | |
| * | | | | | | | | | | | MinGW: disable legacy encoding tests | Karsten Blees | 2014-07-21 | 3 | -15/+18 | |
| * | | | | | | | | | | | t0110/MinGW: skip tests that pass arbitrary bytes on the command line | Karsten Blees | 2014-07-21 | 1 | -2/+5 | |
| * | | | | | | | | | | | MinGW: Skip test redirecting to fd 4 | Johannes Schindelin | 2014-07-17 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'sk/mingw-uni-fix-more' | Junio C Hamano | 2014-07-30 | 8 | -150/+184 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Win32: enable color output in Windows cmd.exesk/mingw-uni-fix-more | Karsten Blees | 2014-07-21 | 1 | -0/+4 | |
| * | | | | | | | | | | | Win32: patch Windows environment on startup | Karsten Blees | 2014-07-21 | 1 | -13/+12 | |
| * | | | | | | | | | | | Win32: keep the environment sorted | Karsten Blees | 2014-07-21 | 1 | -39/+65 | |
| * | | | | | | | | | | | Win32: use low-level memory allocation during initialization | Karsten Blees | 2014-07-21 | 1 | -15/+28 | |
| * | | | | | | | | | | | Win32: reduce environment array reallocations | Karsten Blees | 2014-07-21 | 1 | -27/+35 | |
| * | | | | | | | | | | | Win32: don't copy the environment twice when spawning child processes | Karsten Blees | 2014-07-21 | 3 | -64/+30 | |
| * | | | | | | | | | | | Win32: factor out environment block creation | Karsten Blees | 2014-07-21 | 1 | -23/+32 | |
| * | | | | | | | | | | | Win32: unify environment function names | Karsten Blees | 2014-07-21 | 1 | -7/+7 | |
| * | | | | | | | | | | | Win32: unify environment case-sensitivity | Karsten Blees | 2014-07-21 | 1 | -2/+1 | |
| * | | | | | | | | | | | Win32: fix environment memory leaks | Karsten Blees | 2014-07-21 | 3 | -6/+7 | |
| * | | | | | | | | | | | Win32: Unicode environment (incoming) | Karsten Blees | 2014-07-21 | 2 | -0/+17 | |
| * | | | | | | | | | | | Win32: Unicode environment (outgoing) | Karsten Blees | 2014-07-21 | 1 | -11/+14 | |
| * | | | | | | | | | | | Revert "Windows: teach getenv to do a case-sensitive search" | Karsten Blees | 2014-07-17 | 1 | -20/+3 | |
| * | | | | | | | | | | | tests: do not pass iso8859-1 encoded parameter | Pat Thoyts | 2014-07-15 | 4 | -7/+13 | |
* | | | | | | | | | | | | Merge branch 'ep/avoid-test-a-o' | Junio C Hamano | 2014-07-30 | 1 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | t9814: fix misconversion from test $a -o $b to test $a || test $bep/avoid-test-a-o | Junio C Hamano | 2014-07-25 | 1 | -2/+8 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-07-28 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | t4013: test diff-tree's --stdin commit formatting | Jeff King | 2014-07-28 | 1 | -0/+10 | |
| * | | | | | | | | | | | | Merge branch 'jk/alloc-commit-id-maint' into maint | Junio C Hamano | 2014-07-28 | 11 | -89/+103 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | diff-tree: avoid lookup_unknown_objectjk/alloc-commit-id-maint | Jeff King | 2014-07-28 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | object_as_type: set commit index | Jeff King | 2014-07-28 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | alloc: factor out commit index | Jeff King | 2014-07-28 | 2 | -2/+8 | |
| | * | | | | | | | | | | | | add object_as_type helper for casting objects | Jeff King | 2014-07-28 | 7 | -43/+25 | |
| | * | | | | | | | | | | | | parse_object_buffer: do not set object type | Jeff King | 2014-07-28 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | move setting of object->type to alloc_* functions | Jeff King | 2014-07-28 | 8 | -12/+13 | |
| | * | | | | | | | | | | | | alloc: write out allocator definitions | Jeff King | 2014-07-28 | 1 | -11/+27 | |
| | * | | | | | | | | | | | | alloc.c: remove the alloc_raw_commit_node() function | Ramsay Jones | 2014-07-28 | 1 | -18/+29 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'jk/misc-fixes-maint' | Junio C Hamano | 2014-07-28 | 7 | -13/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | apply: avoid possible bogus pointerjk/misc-fixes-maint | Jeff King | 2014-07-24 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | fix memory leak parsing core.commentchar | Jeff King | 2014-07-24 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | transport: fix leaks in refs_from_alternate_cb | Jeff King | 2014-07-24 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | free ref string returned by dwim_ref | Jeff King | 2014-07-24 | 3 | -1/+5 | |
| * | | | | | | | | | | | | | receive-pack: don't copy "dir" parameter | Jeff King | 2014-07-24 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | t1402: check for refs ending with a dot | Jeff King | 2014-07-28 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Revert "Merge branch 'dt/refs-check-refname-component-sse'" | Junio C Hamano | 2014-07-28 | 4 | -250/+18 | |
* | | | | | | | | | | | | | | Revert "Merge branch 'dt/refs-check-refname-component-sse-fix'" | Junio C Hamano | 2014-07-28 | 2 | -13/+5 | |
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Git 2.1.0-rc0v2.1.0-rc0 | Junio C Hamano | 2014-07-27 | 2 | -1/+23 | |
* | | | | | | | | | | | | | Merge branch 'jk/rebase-am-fork-point' | Junio C Hamano | 2014-07-27 | 4 | -8/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | rebase: omit patch-identical commits with --fork-pointjk/rebase-am-fork-point | John Keeping | 2014-07-16 | 4 | -6/+32 |