Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 40 | -107/+60 |
* | Git 2.1v2.1.0 | Junio C Hamano | 2014-08-15 | 2 | -1/+6 |
* | tests: fix negated test_i18ngrep calls | Johannes Sixt | 2014-08-13 | 3 | -6/+6 |
* | Merge branch 'master' of git://ozlabs.org/~paulus/gitk | Junio C Hamano | 2014-08-10 | 2 | -323/+341 |
|\ | |||||
| * | gitk: Updated Bulgarian translation (302t,0f,0u) | Alexander Shopov | 2014-08-08 | 1 | -323/+329 |
| * | gitk: Add keybinding to switch to parent commit | Max Kirillov | 2014-08-08 | 1 | -0/+12 |
* | | Git 2.1-rc2v2.1.0-rc2 | Junio C Hamano | 2014-08-08 | 1 | -1/+1 |
* | | Merge branch 'mb/relnotes-2.1' | Junio C Hamano | 2014-08-07 | 1 | -61/+53 |
|\ \ | |||||
| * | | Release notes: grammatical fixesmb/relnotes-2.1 | Marc Branchaud | 2014-08-07 | 1 | -55/+53 |
| * | | RelNotes: no more check_ref_format micro-optimization | Junio C Hamano | 2014-08-05 | 1 | -6/+0 |
* | | | various contrib: Fix links in man pages | Stefan Beller | 2014-08-07 | 3 | -3/+3 |
|/ / | |||||
* | | Git 2.1.0-rc1v2.1.0-rc1 | Junio C Hamano | 2014-08-04 | 1 | -1/+1 |
* | | Merge branch 'tf/maint-doc-push' | Junio C Hamano | 2014-08-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | git-push: fix link in man pagetf/maint-doc-push | Tony Finch | 2014-07-31 | 1 | -1/+1 |
* | | | Merge branch 'ta/doc-config' | Junio C Hamano | 2014-08-04 | 1 | -1/+30 |
|\ \ \ | |||||
| * | | | add documentation for writing config filesta/doc-config | Tanay Abhra | 2014-07-30 | 1 | -1/+30 |
* | | | | Sync with 2.0.4 | Junio C Hamano | 2014-07-30 | 3 | -1/+8 |
|\ \ \ \ | |||||
| * | | | | Git 2.0.4v2.0.4 | Junio C Hamano | 2014-07-30 | 4 | -3/+9 |
| * | | | | commit --amend: test specifies authorship but forgets to check | Fabian Ruch | 2014-07-30 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Update draft release notes to 2.1 | Junio C Hamano | 2014-07-30 | 1 | -3/+5 |
* | | | | Merge branch 'jk/more-push-completion' | Junio C Hamano | 2014-07-30 | 1 | -1/+27 |
|\ \ \ \ | |||||
| * | | | | 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 |