Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/maint-add-path-stat-pwd' | Junio C Hamano | 2011-07-22 | 1 | -1/+2 |
|\ | |||||
| * | get_pwd_cwd(): Do not trust st_dev/st_ino blindly | Johannes Schindelin | 2011-07-11 | 1 | -1/+2 |
* | | Merge branch 'ms/help-unknown' | Junio C Hamano | 2011-07-22 | 1 | -0/+12 |
|\ \ | |||||
| * | | help_unknown_cmd: do not propose an "unknown" cmd | Michael Schubert | 2011-07-08 | 1 | -0/+12 |
* | | | Merge branch 'mz/doc-synopsis-verse' | Junio C Hamano | 2011-07-22 | 93 | -6/+92 |
|\ \ \ | |||||
| * | | | Documentation: use [verse] for SYNOPSIS sections | Martin von Zweigbergk | 2011-07-06 | 93 | -6/+92 |
* | | | | Merge branch 'jc/checkout-reflog-fix' | Junio C Hamano | 2011-07-22 | 1 | -2/+5 |
|\ \ \ \ | |||||
| * \ \ \ | Merge commit 'v1.7.6' into jc/checkout-reflog-fix | Junio C Hamano | 2011-07-06 | 1277 | -27194/+94555 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Merge commit 'v1.7.0' into jc/checkout-reflog-fix | Junio C Hamano | 2011-07-06 | 1295 | -32474/+132143 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge commit 'v1.6.0' into jc/checkout-reflog-fix | Junio C Hamano | 2011-07-06 | 926 | -20440/+66638 |
| |\ \ \ \ \ | |||||
| * | | | | | | checkout: do not write bogus reflog entry out | Junio C Hamano | 2011-07-06 | 1 | -3/+5 |
* | | | | | | | Merge branch 'jc/maint-mergetool-read-fix' | Junio C Hamano | 2011-07-22 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | mergetool: check return value from read | Junio C Hamano | 2011-07-01 | 1 | -4/+4 |
* | | | | | | | | Merge branch 'jn/gitweb-search' | Junio C Hamano | 2011-07-22 | 1 | -199/+241 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | gitweb: Make git_search_* subroutines render whole pages | Jakub Narebski | 2011-06-22 | 1 | -12/+26 |
| * | | | | | | | | gitweb: Clean up code in git_search_* subroutines | Jakub Narebski | 2011-06-22 | 1 | -13/+16 |
| * | | | | | | | | gitweb: Split body of git_search into subroutines | Jakub Narebski | 2011-06-22 | 1 | -182/+199 |
| * | | | | | | | | gitweb: Check permissions first in git_search | Jakub Narebski | 2011-06-22 | 1 | -13/+21 |
* | | | | | | | | | Merge branch 'jl/submodule-add-relurl-wo-upstream' | Junio C Hamano | 2011-07-22 | 3 | -11/+15 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | submodule add: clean up duplicated code | Jens Lehmann | 2011-06-06 | 1 | -9/+1 |
| * | | | | | | | | | submodule add: allow relative repository path even when no url is set | Jens Lehmann | 2011-06-06 | 3 | -4/+9 |
| * | | | | | | | | | submodule add: test failure when url is not configured in superproject | Jens Lehmann | 2011-06-06 | 1 | -0/+7 |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-07-22 | 5 | -8/+16 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | doc/fast-import: clarify notemodify command | Dmitry Ivankov | 2011-07-22 | 1 | -3/+8 |
| * | | | | | | | | | | Documentation: minor grammatical fix in rev-list-options.txt | Jack Nagel | 2011-07-22 | 1 | -1/+1 |
| * | | | | | | | | | | Documentation: git-filter-branch honors replacement refs | Peter Collingbourne | 2011-07-21 | 1 | -2/+3 |
| * | | | | | | | | | | remote-curl: Add a format check to parsing of info/refs | Julian Phillips | 2011-07-20 | 1 | -0/+2 |
| * | | | | | | | | | | git-config: Remove extra whitespaces | Pavan Kumar Sunkara | 2011-07-19 | 1 | -2/+2 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
* | | | | | | | | | | Update draft release notes to 1.7.7 | Junio C Hamano | 2011-07-19 | 1 | -2/+49 |
* | | | | | | | | | | Merge branch 'jc/index-pack' | Junio C Hamano | 2011-07-19 | 11 | -249/+395 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | verify-pack: use index-pack --verify | Junio C Hamano | 2011-06-05 | 4 | -166/+27 |
| * | | | | | | | | | | index-pack: show histogram when emulating "verify-pack -v" | Junio C Hamano | 2011-06-05 | 1 | -3/+23 |
| * | | | | | | | | | | index-pack: start learning to emulate "verify-pack -v" | Junio C Hamano | 2011-06-05 | 1 | -3/+40 |
| * | | | | | | | | | | index-pack: a miniscule refactor | Junio C Hamano | 2011-06-05 | 1 | -3/+8 |
| * | | | | | | | | | | index-pack --verify: read anomalous offsets from v2 idx file | Junio C Hamano | 2011-02-27 | 4 | -2/+74 |
| * | | | | | | | | | | write_idx_file: need_large_offset() helper function | Junio C Hamano | 2011-02-27 | 1 | -10/+19 |
| * | | | | | | | | | | index-pack: --verify | Junio C Hamano | 2011-02-27 | 6 | -17/+125 |
| * | | | | | | | | | | write_idx_file: introduce a struct to hold idx customization options | Junio C Hamano | 2011-02-27 | 5 | -33/+48 |
| * | | | | | | | | | | index-pack: group the delta-base array entries also by type | Junio C Hamano | 2011-02-27 | 1 | -21/+40 |
* | | | | | | | | | | | Merge branch 'jn/mime-type-with-params' | Junio C Hamano | 2011-07-19 | 1 | -1/+10 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | gitweb: Serve */*+xml 'blob_plain' as text/plain with $prevent_xss | Jakub Narebski | 2011-06-30 | 1 | -1/+2 |
| * | | | | | | | | | | | gitweb: Serve text/* 'blob_plain' as text/plain with $prevent_xss | Jakub Narebski | 2011-06-30 | 1 | -1/+9 |
* | | | | | | | | | | | | Merge branch 'jc/submodule-sync-no-auto-vivify' | Junio C Hamano | 2011-07-19 | 3 | -30/+47 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | submodule add: always initialize .git/config entry | Jens Lehmann | 2011-06-26 | 1 | -17/+18 |
| * | | | | | | | | | | | | submodule sync: do not auto-vivify uninteresting submodule | Junio C Hamano | 2011-06-26 | 3 | -13/+29 |
* | | | | | | | | | | | | | Merge branch 'jk/archive-tar-filter' | Junio C Hamano | 2011-07-19 | 8 | -73/+375 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | upload-archive: allow user to turn off filters | Jeff King | 2011-06-22 | 8 | -13/+49 |
| * | | | | | | | | | | | | | archive: provide builtin .tar.gz filter | Jeff King | 2011-06-22 | 3 | -0/+51 |
| * | | | | | | | | | | | | | archive: implement configurable tar filters | Jeff King | 2011-06-22 | 3 | -1/+165 |
| * | | | | | | | | | | | | | archive: refactor file extension format-guessing | Jeff King | 2011-06-22 | 1 | -6/+19 |