Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pf/editor-ignore-sigint' | Junio C Hamano | 2013-01-03 | 2 | -6/+24 |
|\ | |||||
| * | launch_editor: propagate signals from editor to git | Jeff King | 2012-12-02 | 1 | -1/+4 |
| * | run-command: do not warn about child death from terminal | Jeff King | 2012-12-02 | 1 | -1/+2 |
| * | launch_editor: ignore terminal signals while editor has control | Paul Fox | 2012-12-02 | 1 | -1/+8 |
| * | launch_editor: refactor to use start/finish_command | Jeff King | 2012-12-02 | 1 | -1/+9 |
| * | run-command: drop silent_exec_failure arg from wait_or_whine | Jeff King | 2012-12-02 | 1 | -4/+3 |
* | | Merge branch 'mh/pthreads-autoconf' | Junio C Hamano | 2013-01-03 | 1 | -1/+11 |
|\ \ | |||||
| * | | configure.ac: fix pthreads detection on Mac OS X | Max Horn | 2012-11-27 | 1 | -1/+11 |
* | | | Merge branch 'mk/qnx' | Junio C Hamano | 2013-01-03 | 3 | -3/+27 |
|\ \ \ | |||||
| * | | | Port to QNX | Matt Kraai | 2012-12-19 | 2 | -1/+26 |
| * | | | Make lock local to fetch_pack | Matt Kraai | 2012-12-19 | 1 | -2/+1 |
* | | | | Merge branch 'dm/port' | Junio C Hamano | 2013-01-03 | 3 | -1/+34 |
|\ \ \ \ | |/ / / | |||||
| * | | | git-compat-util.h: do not #include <sys/param.h> by default | Junio C Hamano | 2012-12-19 | 3 | -10/+6 |
| * | | | Generalize the inclusion of strings.h | David Michael | 2012-12-15 | 3 | -1/+14 |
| * | | | Detect when the passwd struct is missing pw_gecos | David Michael | 2012-12-15 | 2 | -0/+11 |
| * | | | Support builds when sys/param.h is missing | David Michael | 2012-12-15 | 3 | -0/+13 |
* | | | | Merge branch 'ss/nedmalloc-compilation' | Junio C Hamano | 2013-01-03 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2 | Sebastian Schuberth | 2012-12-11 | 1 | -1/+4 |
* | | | | | Merge branch 'jc/maint-fnmatch-old-style-definition' | Junio C Hamano | 2013-01-03 | 1 | -12/+12 |
|\ \ \ \ \ | |||||
| * | | | | | compat/fnmatch: update old-style definition to ANSI | Junio C Hamano | 2012-12-19 | 1 | -12/+12 |
* | | | | | | Start 1.8.2 cycle | Junio C Hamano | 2013-01-02 | 3 | -2/+99 |
* | | | | | | Merge branch 'jc/test-portability' | Junio C Hamano | 2013-01-02 | 2 | -6/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t9020: use configured Python to run the test helper | Junio C Hamano | 2012-12-19 | 1 | -3/+7 |
| * | | | | | | t3600: Avoid "cp -a", which is a GNUism | Junio C Hamano | 2012-12-19 | 1 | -3/+3 |
| * | | | | | | Merge branch 'jc/maint-test-portability' into 'jc/test-portability' | Junio C Hamano | 2012-12-19 | 3 | -6/+8 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'jc/maint-fbsd-sh-ifs-workaround' | Junio C Hamano | 2013-01-02 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sh-setup: work around "unset IFS" bug in some shells | Junio C Hamano | 2012-12-10 | 1 | -2/+5 |
* | | | | | | | | | Merge branch 'sp/shortlog-missing-lf' | Junio C Hamano | 2013-01-02 | 4 | -12/+34 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | strbuf_add_wrapped*(): Remove unused return value | Steffen Prohaska | 2012-12-11 | 2 | -9/+8 |
| * | | | | | | | | | shortlog: fix wrapping lines of wraplen | Steffen Prohaska | 2012-12-11 | 2 | -3/+26 |
* | | | | | | | | | | Merge branch 'md/gitweb-sort-by-age' | Junio C Hamano | 2013-01-02 | 1 | -14/+21 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | gitweb: Sort projects with undefined ages last | Matthew Daley | 2012-12-11 | 1 | -14/+21 |
* | | | | | | | | | | | Merge branch 'nd/invalidate-i-t-a-cache-tree' | Junio C Hamano | 2013-01-02 | 3 | -17/+65 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | cache-tree: invalidate i-t-a paths after generating trees | Nguyễn Thái Ngọc Duy | 2012-12-15 | 2 | -2/+32 |
| * | | | | | | | | | | | cache-tree: fix writing cache-tree when CE_REMOVE is present | Nguyễn Thái Ngọc Duy | 2012-12-15 | 2 | -7/+24 |
| * | | | | | | | | | | | cache-tree: replace "for" loops in update_one with "while" loops | Nguyễn Thái Ngọc Duy | 2012-12-15 | 1 | -5/+10 |
| * | | | | | | | | | | | cache-tree: remove dead i-t-a code in verify_cache() | Nguyễn Thái Ngọc Duy | 2012-12-15 | 1 | -6/+2 |
* | | | | | | | | | | | | Merge branch 'jk/repack-ref-racefix' | Junio C Hamano | 2013-01-02 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | refs: do not use cached refs in repack_without_ref | Jeff King | 2012-12-21 | 1 | -1/+4 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'rb/http-cert-cred-no-username-prompt' | Junio C Hamano | 2013-01-02 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | http.c: Avoid username prompt for certifcate credentials | Rene Bredlau | 2012-12-21 | 1 | -0/+1 |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'mk/maint-graph-infinity-loop' | Junio C Hamano | 2013-01-02 | 3 | -6/+16 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | graph.c: infinite loop in git whatchanged --graph -m | Michał Kiedrowicz | 2012-09-25 | 3 | -6/+16 |
* | | | | | | | | | | | | | Merge branch 'ss/svn-prompt' | Junio C Hamano | 2013-01-02 | 2 | -28/+60 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | git-svn, perl/Git.pm: extend and use Git->prompt method for querying users | Sven Strickroth | 2012-12-17 | 2 | -20/+24 |
| * | | | | | | | | | | | | | perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not set | Sven Strickroth | 2012-12-17 | 1 | -2/+5 |
| * | | | | | | | | | | | | | git-svn, perl/Git.pm: add central method for prompting passwords | Sven Strickroth | 2012-12-17 | 2 | -20/+45 |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'jc/mkstemp-more-careful-error-reporting' | Junio C Hamano | 2013-01-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | xmkstemp(): avoid showing truncated template more carefully | Junio C Hamano | 2012-12-18 | 1 | -1/+1 |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'jc/test-cvs-no-init-in-existing-dir' | Junio C Hamano | 2013-01-02 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |