Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/maint-avoid-streaming-filtered-contents' | Junio C Hamano | 2012-02-26 | 4 | -9/+125 |
|\ | |||||
| * | do not stream large files to pack when filters are in usejk/maint-avoid-streaming-filtered-contents | Jeff King | 2012-02-24 | 2 | -5/+95 |
| * | teach dry-run convert_to_git not to require a src buffer | Jeff King | 2012-02-24 | 1 | -2/+10 |
| * | teach convert_to_git a "dry run" mode | Jeff King | 2012-02-24 | 2 | -2/+20 |
* | | Merge branch 'jb/filter-ignore-sigpipe' | Junio C Hamano | 2012-02-26 | 1 | -0/+5 |
|\ \ | |||||
| * | | Ignore SIGPIPE when running a filter driverjb/filter-ignore-sigpipe | Jehan Bing | 2012-02-21 | 1 | -0/+5 |
| |/ | |||||
* | | pack-objects: Fix compilation with NO_PTHREDS | Michał Kiedrowicz | 2012-02-26 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2012-02-26 | 12 | -72/+291 |
|\ \ | |||||
| * | | Document accumulated fixes since 1.7.9.2 | Junio C Hamano | 2012-02-26 | 2 | -1/+18 |
| * | | Merge branch 'jc/add-refresh-unmerged' into maint | Junio C Hamano | 2012-02-26 | 2 | -2/+24 |
| |\ \ | |||||
| * \ \ | Merge branch 'js/configure-libintl' into maint | Junio C Hamano | 2012-02-26 | 1 | -8/+12 |
| |\ \ \ | |||||
| * \ \ \ | Sync with 1.7.8.5 | Junio C Hamano | 2012-02-26 | 6 | -6/+39 |
| |\ \ \ \ | |||||
| | * | | | | Git 1.7.8.5v1.7.8.5 | Junio C Hamano | 2012-02-26 | 3 | -2/+21 |
| | * | | | | grep -P: Fix matching ^ and $ | Michał Kiedrowicz | 2012-02-26 | 1 | -1/+1 |
| | * | | | | am: don't infloop for an empty input file | Jim Meyering | 2012-02-26 | 2 | -1/+11 |
| | * | | | | rebase -m: only call "notes copy" when rewritten exists and is non-empty | Andrew Wong | 2012-02-26 | 1 | -4/+7 |
| | * | | | | Makefile: add thread-utils.h to LIB_H | Dmitry V. Levin | 2012-02-26 | 1 | -0/+1 |
| | | |_|/ | | |/| | | |||||
| * | | | | git-p4: remove bash-ism in t9800 | Pete Wyckoff | 2012-02-26 | 1 | -9/+15 |
| * | | | | git-p4: remove bash-ism in t9809 | Pete Wyckoff | 2012-02-26 | 1 | -1/+1 |
| * | | | | git-p4: fix submit regression with clientSpec and subdir clone | Pete Wyckoff | 2012-02-26 | 2 | -43/+185 |
| * | | | | git-p4: set useClientSpec variable on initial clone | Pete Wyckoff | 2012-02-26 | 3 | -4/+34 |
* | | | | | Update draft release notes to 1.7.10 | Junio C Hamano | 2012-02-23 | 1 | -1/+24 |
* | | | | | Merge branch 'ld/git-p4-expanded-keywords' | Junio C Hamano | 2012-02-23 | 3 | -10/+501 |
|\ \ \ \ \ | |||||
| * | | | | | git-p4: add initial support for RCS keywordsld/git-p4-expanded-keywords | Luke Diamand | 2012-02-23 | 3 | -10/+501 |
* | | | | | | Merge branch 'jk/config-include' | Junio C Hamano | 2012-02-23 | 8 | -60/+495 |
|\ \ \ \ \ \ | |||||
| * | | | | | | config: add include directive | Jeff King | 2012-02-17 | 7 | -14/+292 |
| * | | | | | | config: eliminate config_exclusive_filename | Jeff King | 2012-02-17 | 2 | -9/+3 |
| * | | | | | | config: stop using config_exclusive_filename | Jeff King | 2012-02-17 | 2 | -24/+60 |
| * | | | | | | config: provide a version of git_config with more options | Jeff King | 2012-02-17 | 3 | -4/+27 |
| * | | | | | | config: teach git_config_rename_section a file argument | Jeff King | 2012-02-17 | 2 | -7/+14 |
| * | | | | | | config: teach git_config_set_multivar_in_file a default path | Jeff King | 2012-02-17 | 1 | -13/+7 |
| * | | | | | | config: copy the return value of prefix_filename | Jeff King | 2012-02-17 | 1 | -3/+4 |
| * | | | | | | t1300: add missing &&-chaining | Jeff King | 2012-02-17 | 1 | -1/+1 |
| * | | | | | | docs/api-config: minor clarifications | Jeff King | 2012-02-17 | 1 | -7/+8 |
| * | | | | | | docs: add a basic description of the config API | Jeff King | 2012-02-06 | 1 | -0/+101 |
* | | | | | | | Merge branch 'jc/add-refresh-unmerged' | Junio C Hamano | 2012-02-23 | 2 | -2/+24 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | refresh_index: do not show unmerged path that is outside pathspecjc/add-refresh-unmerged | Junio C Hamano | 2012-02-17 | 2 | -2/+24 |
* | | | | | | | Merge branch 'js/configure-libintl' | Junio C Hamano | 2012-02-23 | 1 | -8/+12 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | configure: don't use -lintl when there is no gettext supportjs/configure-libintl | John Szakmeister | 2012-02-20 | 1 | -8/+12 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'pj/remote-set-branches-usage-fix' | Junio C Hamano | 2012-02-23 | 2 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | remote: fix set-branches usage and documentationpj/remote-set-branches-usage-fix | Philip Jägenstedt | 2012-02-19 | 2 | -2/+2 |
* | | | | | | | Merge branch 'tr/perftest' | Junio C Hamano | 2012-02-23 | 14 | -552/+1363 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add a performance test for git-greptr/perftest | Thomas Rast | 2012-02-17 | 1 | -0/+23 |
| * | | | | | | | Introduce a performance testing framework | Thomas Rast | 2012-02-17 | 12 | -5/+774 |
| * | | | | | | | Move the user-facing test library to test-lib-functions.sh | Thomas Rast | 2012-02-17 | 2 | -549/+568 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2012-02-23 | 2 | -4/+11 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | README: point to Documentation/SubmittingPatches | Matthieu Moy | 2012-02-23 | 1 | -4/+6 |
| * | | | | | | | Document merge.branchdesc configuration variable | Junio C Hamano | 2012-02-23 | 1 | -0/+5 |
* | | | | | | | | merge: do not trust fstat(2) too much when checking interactiveness | Junio C Hamano | 2012-02-23 | 1 | -1/+1 |
* | | | | | | | | Sync with 1.7.9.2 | Junio C Hamano | 2012-02-22 | 2 | -17/+6 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |