summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use timer_settime() for new platformsjt/timer-settimeJonas 'Sortie' Termansen2014-08-292-14/+33
* autoconf: check for timer_settime()Jonas 'Sortie' Termansen2014-08-294-1/+51
* autoconf: check for struct itimerspecJonas 'Sortie' Termansen2014-08-294-0/+22
* autoconf: check for struct sigeventJonas 'Sortie' Termansen2014-08-294-0/+26
* autoconf: check for struct timespecJonas 'Sortie' Termansen2014-08-294-0/+21
* autoconf: check for timer_tJonas 'Sortie' Termansen2014-08-294-0/+20
* autoconf: check for setitimer()jt/itimer-autoconfJonas 'Sortie' Termansen2014-08-291-0/+6
* autoconf: check for struct itimervalJonas 'Sortie' Termansen2014-08-291-0/+8
* git-compat-util.h: add missing semicolon after struct itimervalJonas 'Sortie' Termansen2014-08-291-1/+1
* Git 2.1v2.1.0Junio C Hamano2014-08-152-1/+6
* tests: fix negated test_i18ngrep callsJohannes Sixt2014-08-133-6/+6
* Merge branch 'master' of git://ozlabs.org/~paulus/gitkJunio C Hamano2014-08-102-323/+341
|\
| * gitk: Updated Bulgarian translation (302t,0f,0u)Alexander Shopov2014-08-081-323/+329
| * gitk: Add keybinding to switch to parent commitMax Kirillov2014-08-081-0/+12
* | Git 2.1-rc2v2.1.0-rc2Junio C Hamano2014-08-081-1/+1
* | Merge branch 'mb/relnotes-2.1'Junio C Hamano2014-08-071-61/+53
|\ \
| * | Release notes: grammatical fixesmb/relnotes-2.1Marc Branchaud2014-08-071-55/+53
| * | RelNotes: no more check_ref_format micro-optimizationJunio C Hamano2014-08-051-6/+0
* | | various contrib: Fix links in man pagesStefan Beller2014-08-073-3/+3
|/ /
* | Git 2.1.0-rc1v2.1.0-rc1Junio C Hamano2014-08-041-1/+1
* | Merge branch 'tf/maint-doc-push'Junio C Hamano2014-08-041-1/+1
|\ \
| * | git-push: fix link in man pagetf/maint-doc-pushTony Finch2014-07-311-1/+1
* | | Merge branch 'ta/doc-config'Junio C Hamano2014-08-041-1/+30
|\ \ \
| * | | add documentation for writing config filesta/doc-configTanay Abhra2014-07-301-1/+30
* | | | Sync with 2.0.4Junio C Hamano2014-07-303-1/+8
|\ \ \ \
| * | | | Git 2.0.4v2.0.4Junio C Hamano2014-07-304-3/+9
| * | | | commit --amend: test specifies authorship but forgets to checkFabian Ruch2014-07-301-0/+1
| |/ / /
* | | | Update draft release notes to 2.1Junio C Hamano2014-07-301-3/+5
* | | | Merge branch 'jk/more-push-completion'Junio C Hamano2014-07-301-1/+27
|\ \ \ \
| * | | | completion: complete `git push --force-with-lease=`jk/more-push-completionJohn Keeping2014-07-221-1/+21
| * | | | completion: add some missing options to `git push`John Keeping2014-07-221-0/+1
| * | | | completion: complete "unstuck" `git push --recurse-submodules`John Keeping2014-07-221-0/+5
* | | | | Merge branch 'sk/mingw-tests-workaround'Junio C Hamano2014-07-308-24/+51
|\ \ \ \ \
| * | | | | t800[12]: work around MSys limitationsk/mingw-tests-workaroundKarsten Blees2014-07-211-0/+12
| * | | | | t9902: mingw-specific fix for gitfile link filesPat Thoyts2014-07-211-4/+13
| * | | | | t4210: skip command-line encoding tests on mingwPat Thoyts2014-07-211-2/+2
| * | | | | MinGW: disable legacy encoding testsKarsten Blees2014-07-213-15/+18
| * | | | | t0110/MinGW: skip tests that pass arbitrary bytes on the command lineKarsten Blees2014-07-211-2/+5
| * | | | | MinGW: Skip test redirecting to fd 4Johannes Schindelin2014-07-171-1/+1
* | | | | | Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-308-150/+184
|\ \ \ \ \ \
| * | | | | | Win32: enable color output in Windows cmd.exesk/mingw-uni-fix-moreKarsten Blees2014-07-211-0/+4
| * | | | | | Win32: patch Windows environment on startupKarsten Blees2014-07-211-13/+12
| * | | | | | Win32: keep the environment sortedKarsten Blees2014-07-211-39/+65
| * | | | | | Win32: use low-level memory allocation during initializationKarsten Blees2014-07-211-15/+28
| * | | | | | Win32: reduce environment array reallocationsKarsten Blees2014-07-211-27/+35
| * | | | | | Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-213-64/+30
| * | | | | | Win32: factor out environment block creationKarsten Blees2014-07-211-23/+32
| * | | | | | Win32: unify environment function namesKarsten Blees2014-07-211-7/+7
| * | | | | | Win32: unify environment case-sensitivityKarsten Blees2014-07-211-2/+1
| * | | | | | Win32: fix environment memory leaksKarsten Blees2014-07-213-6/+7