Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packed_object_info_detail(): do not return a string | Junio C Hamano | 2011-05-16 | 3 | -5/+5 |
*---. | Merge branches 'jc/convert', 'jc/bigfile' and 'jc/replacing' into jc/streaming | Junio C Hamano | 2011-05-15 | 15 | -144/+293 |
|\ \ \ | |||||
| | | * | read_sha1_file(): allow selective bypassing of replacement mechanism | Junio C Hamano | 2011-05-15 | 2 | -5/+12 |
| | | * | inline lookup_replace_object() calls | Junio C Hamano | 2011-05-15 | 3 | -4/+14 |
| | | * | read_sha1_file(): get rid of read_sha1_file_repl() madness | Junio C Hamano | 2011-05-15 | 4 | -17/+9 |
| | | * | t6050: make sure we test not just commit replacement | Junio C Hamano | 2011-05-15 | 1 | -2/+16 |
| | | * | Declare lookup_replace_object() in cache.h, not in commit.h | Junio C Hamano | 2011-05-15 | 2 | -2/+1 |
| | * | | Bigfile: teach "git add" to send a large file straight to a pack | Junio C Hamano | 2011-05-13 | 2 | -1/+110 |
| | * | | index_fd(): split into two helper functions | Junio C Hamano | 2011-05-09 | 1 | -11/+31 |
| | * | | index_fd(): turn write_object and format_check arguments into one flag | Junio C Hamano | 2011-05-09 | 6 | -23/+27 |
| * | | | convert: make it harder to screw up adding a conversion attribute | Junio C Hamano | 2011-05-09 | 1 | -41/+38 |
| * | | | convert: make it safer to add conversion attributes | Junio C Hamano | 2011-05-09 | 1 | -26/+22 |
| * | | | convert: give saner names to crlf/eol variables, types and functions | Junio C Hamano | 2011-05-09 | 1 | -30/+31 |
| * | | | convert: rename the "eol" global variable to "core_eol" | Junio C Hamano | 2011-05-09 | 4 | -10/+10 |
| | |/ | |/| | |||||
* | | | Sync release notes for 1.7.6 to exclude what are in maintenance track | Junio C Hamano | 2011-05-15 | 1 | -12/+0 |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-05-15 | 2 | -9/+17 |
|\ \ \ | |||||
| * | | | Update draft release notes to 1.7.5.2 | Junio C Hamano | 2011-05-15 | 1 | -0/+9 |
| * | | | Merge branch 'cn/format-patch-quiet' into maint | Junio C Hamano | 2011-05-15 | 2 | -7/+14 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jm/mergetool-submodules' into maint | Junio C Hamano | 2011-05-15 | 2 | -9/+371 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jk/format-patch-quote-special-in-from' into maint | Junio C Hamano | 2011-05-15 | 2 | -1/+102 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'vh/git-svn-doc' into maint | Junio C Hamano | 2011-05-15 | 1 | -11/+11 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | git_open_noatime(): drop unused parameter | Junio C Hamano | 2011-05-15 | 1 | -8/+7 |
| * | | | | | | | sha1_file: typofix | Junio C Hamano | 2011-05-15 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2011-05-14 | 3 | -6/+6 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | add, merge, diff: do not use strcasecmp to compare config variable names | Jonathan Nieder | 2011-05-14 | 3 | -6/+6 |
* | | | | | | | | Update draft release notes to 1.7.6 | Junio C Hamano | 2011-05-13 | 1 | -30/+16 |
* | | | | | | | | Merge branch 'bf/commit-template-no-cleanup' | Junio C Hamano | 2011-05-13 | 3 | -1/+25 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Do not strip empty lines / trailing spaces from a commit message template | Boris Faure | 2011-05-11 | 3 | -1/+25 |
* | | | | | | | | | Merge branch 'jc/t1506-shell-param-expansion-gotcha' | Junio C Hamano | 2011-05-13 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t1507: avoid "${parameter<op>'word'}" inside double-quotes | Junio C Hamano | 2011-05-09 | 1 | -2/+5 |
* | | | | | | | | | | Merge branch 'rr/rerere-libify-clear-gc' | Junio C Hamano | 2011-05-13 | 3 | -75/+88 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | rerere: libify rerere_clear() and rerere_gc() | Junio C Hamano | 2011-05-08 | 3 | -75/+88 |
* | | | | | | | | | | | Merge branch 'js/maint-send-pack-stateless-rpc-deadlock-fix' | Junio C Hamano | 2011-05-13 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'js/maint-1.6.6-send-pack-stateless-rpc-deadlock-fix' into js/ma... | Junio C Hamano | 2011-05-05 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | send-pack: unbreak push over stateless rpc | Jeff King | 2011-05-05 | 1 | -1/+2 |
| * | | | | | | | | | | | | Merge branch 'js/maint-1.6.6-send-pack-stateless-rpc-deadlock-fix' into js/ma... | Junio C Hamano | 2011-04-25 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |||||
| | * | | | | | | | | | | | send-pack: avoid deadlock when pack-object dies early | Johannes Sixt | 2011-04-25 | 1 | -0/+4 |
* | | | | | | | | | | | | | Merge branch 'jh/dirstat-lines' | Junio C Hamano | 2011-05-13 | 5 | -32/+1219 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Mark dirstat error messages for translation | Johan Herland | 2011-04-29 | 2 | -15/+15 |
| * | | | | | | | | | | | | | Improve error handling when parsing dirstat parameters | Johan Herland | 2011-04-29 | 2 | -30/+78 |
| * | | | | | | | | | | | | | New --dirstat=lines mode, doing dirstat analysis based on diffstat | Johan Herland | 2011-04-29 | 5 | -2/+176 |
| * | | | | | | | | | | | | | Allow specifying --dirstat cut-off percentage as a floating point number | Johan Herland | 2011-04-29 | 3 | -11/+81 |
| * | | | | | | | | | | | | | Add config variable for specifying default --dirstat behavior | Johan Herland | 2011-04-29 | 4 | -1/+119 |
| * | | | | | | | | | | | | | Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file | Johan Herland | 2011-04-29 | 3 | -22/+214 |
| * | | | | | | | | | | | | | Make --dirstat=0 output directories that contribute < 0.1% of changes | Johan Herland | 2011-04-29 | 2 | -4/+4 |
| * | | | | | | | | | | | | | Add several testcases for --dirstat and friends | Johan Herland | 2011-04-29 | 1 | -0/+585 |
* | | | | | | | | | | | | | | Merge branch 'jc/fix-add-u-unmerged' | Junio C Hamano | 2011-05-13 | 2 | -39/+30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Fix "add -u" that sometimes fails to resolve unmerged paths | Junio C Hamano | 2011-04-23 | 2 | -39/+30 |
* | | | | | | | | | | | | | | | Merge branch 'jn/setup-revisions-glob-and-friends-passthru' | Junio C Hamano | 2011-05-13 | 2 | -65/+122 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | revisions: allow --glob and friends in parse_options-enabled commands | Jonathan Nieder | 2011-04-21 | 2 | -1/+63 |