aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | Generalize the inclusion of strings.hDavid Michael2012-12-15
| * | | | | | | | | | Detect when the passwd struct is missing pw_gecosDavid Michael2012-12-15
| * | | | | | | | | | Support builds when sys/param.h is missingDavid Michael2012-12-15
* | | | | | | | | | | Merge branch 'ss/nedmalloc-compilation'Junio C Hamano2013-01-03
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2Sebastian Schuberth2012-12-11
* | | | | | | | | | | | Merge branch 'jc/maint-fnmatch-old-style-definition'Junio C Hamano2013-01-03
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | compat/fnmatch: update old-style definition to ANSIJunio C Hamano2012-12-19
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Start 1.8.2 cycleJunio C Hamano2013-01-02
* | | | | | | | | | | | Merge branch 'jc/test-portability'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t9020: use configured Python to run the test helperJunio C Hamano2012-12-19
| * | | | | | | | | | | | t3600: Avoid "cp -a", which is a GNUismJunio C Hamano2012-12-19
| * | | | | | | | | | | | Merge branch 'jc/maint-test-portability' into 'jc/test-portability'Junio C Hamano2012-12-19
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-fbsd-sh-ifs-workaround'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | sh-setup: work around "unset IFS" bug in some shellsJunio C Hamano2012-12-10
* | | | | | | | | | | | | | | Merge branch 'sp/shortlog-missing-lf'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | strbuf_add_wrapped*(): Remove unused return valueSteffen Prohaska2012-12-11
| * | | | | | | | | | | | | | | shortlog: fix wrapping lines of wraplenSteffen Prohaska2012-12-11
* | | | | | | | | | | | | | | | Merge branch 'md/gitweb-sort-by-age'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | gitweb: Sort projects with undefined ages lastMatthew Daley2012-12-11
* | | | | | | | | | | | | | | | | Merge branch 'nd/invalidate-i-t-a-cache-tree'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | cache-tree: invalidate i-t-a paths after generating treesNguyễn Thái Ngọc Duy2012-12-15
| * | | | | | | | | | | | | | | | | cache-tree: fix writing cache-tree when CE_REMOVE is presentNguyễn Thái Ngọc Duy2012-12-15
| * | | | | | | | | | | | | | | | | cache-tree: replace "for" loops in update_one with "while" loopsNguyễn Thái Ngọc Duy2012-12-15
| * | | | | | | | | | | | | | | | | cache-tree: remove dead i-t-a code in verify_cache()Nguyễn Thái Ngọc Duy2012-12-15
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'jk/repack-ref-racefix'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | refs: do not use cached refs in repack_without_refJeff King2012-12-21
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch 'rb/http-cert-cred-no-username-prompt'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | http.c: Avoid username prompt for certifcate credentialsRene Bredlau2012-12-21
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'mk/maint-graph-infinity-loop'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz2012-09-25
* | | | | | | | | | | | | | | | | | Merge branch 'ss/svn-prompt'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | git-svn, perl/Git.pm: extend and use Git->prompt method for querying usersSven Strickroth2012-12-17
| * | | | | | | | | | | | | | | | | | perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not setSven Strickroth2012-12-17
| * | | | | | | | | | | | | | | | | | git-svn, perl/Git.pm: add central method for prompting passwordsSven Strickroth2012-12-17
| | |_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jc/mkstemp-more-careful-error-reporting'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | xmkstemp(): avoid showing truncated template more carefullyJunio C Hamano2012-12-18
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jc/test-cvs-no-init-in-existing-dir'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | t9200: let "cvs init" create the test repositoryJunio C Hamano2012-12-24
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-test-portability'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | t4014: fix arguments to grepJunio C Hamano2012-12-19
| * | | | | | | | | | | | | | | | | | t9502: do not assume GNU tarJunio C Hamano2012-12-19
| * | | | | | | | | | | | | | | | | | t0200: "locale" may not existJunio C Hamano2012-12-19
| | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'mh/ceiling'Junio C Hamano2013-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | string_list_longest_prefix(): remove functionMichael Haggerty2012-10-29
| * | | | | | | | | | | | | | | | | | setup_git_directory_gently_1(): resolve symlinks in ceiling pathsMichael Haggerty2012-10-29
| * | | | | | | | | | | | | | | | | | longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty2012-10-29
| * | | | | | | | | | | | | | | | | | longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty2012-10-29
| * | | | | | | | | | | | | | | | | | longest_ancestor_length(): use string_list_split()Michael Haggerty2012-10-29
| * | | | | | | | | | | | | | | | | | Introduce new function real_path_if_valid()Michael Haggerty2012-10-29
| * | | | | | | | | | | | | | | | | | real_path_internal(): add comment explaining use of cwdMichael Haggerty2012-10-29