Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'hj/pretty-naked-decoration' | Junio C Hamano | 2014-09-29 | 5 | -11/+35 |
|\ | |||||
| * | pretty: add %D format specifier | Harry Jeffery | 2014-09-19 | 5 | -11/+35 |
* | | Merge branch 'maint' | Junio C Hamano | 2014-09-28 | 2 | -50/+51 |
|\ \ | |||||
| * \ | Merge branch 'maint' of git://github.com/git-l10n/git-po into maint | Junio C Hamano | 2014-09-28 | 2 | -50/+51 |
| |\ \ | |||||
| | * | | l10n: de.po: use comma before "um" | Phillip Sz | 2014-09-25 | 1 | -43/+43 |
| | * | | l10n: de.po: change Email to E-Mail | Phillip Sz | 2014-09-25 | 1 | -7/+7 |
| | * | | po/TEAMS: add new member to German translation team | Ralf Thielow | 2014-09-25 | 1 | -0/+1 |
| | |/ | |||||
* | | | Update draft release notes to 2.2 | Junio C Hamano | 2014-09-26 | 1 | -0/+21 |
* | | | Merge branch 'sb/help-unknown-command-sort-fix' | Junio C Hamano | 2014-09-26 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | help: fix the size passed to qsort | Stefan Beller | 2014-09-18 | 1 | -1/+1 |
* | | | | Merge branch 'jk/branch-verbose-merged' | Junio C Hamano | 2014-09-26 | 2 | -14/+48 |
|\ \ \ \ | |||||
| * | | | | branch: clean up commit flags after merge-filter walk | Jeff King | 2014-09-18 | 2 | -14/+48 |
* | | | | | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 | 28 | -70/+45 |
|\ \ \ \ \ | |||||
| * | | | | | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 2014-09-18 | 26 | -70/+40 |
| * | | | | | add macro REALLOC_ARRAY | René Scharfe | 2014-09-18 | 2 | -0/+5 |
* | | | | | | Merge branch 'jk/close-stderr-of-credential-cache-deamon' | Junio C Hamano | 2014-09-26 | 2 | -5/+26 |
|\ \ \ \ \ \ | |||||
| * | | | | | | credential-cache: close stderr in daemon process | Jeff King | 2014-09-16 | 2 | -5/+26 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'jc/ignore-sigpipe-while-running-hooks' | Junio C Hamano | 2014-09-26 | 2 | -0/+19 |
|\ \ \ \ \ \ | |||||
| * | | | | | | receive-pack: allow hooks to ignore its standard input stream | Junio C Hamano | 2014-09-17 | 2 | -0/+19 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jk/prune-packed-server-info' | Junio C Hamano | 2014-09-26 | 3 | -61/+86 |
|\ \ \ \ \ \ | |||||
| * | | | | | | repack: call prune_packed_objects() and update_server_info() directly | René Scharfe | 2014-09-15 | 1 | -17/+6 |
| * | | | | | | server-info: clean up after writing info/packs | Jeff King | 2014-09-15 | 1 | -0/+9 |
| * | | | | | | make update-server-info more robust | Jeff King | 2014-09-15 | 1 | -45/+71 |
| * | | | | | | prune-packed: fix minor memory leak | Jeff King | 2014-09-15 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jc/hash-object-fsck-tag' | Junio C Hamano | 2014-09-26 | 1 | -0/+19 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t1450: make sure fsck detects a malformed tagger line | Junio C Hamano | 2014-09-12 | 1 | -0/+19 |
| * | | | | | | Merge branch 'js/fsck-tag-validation' into HEAD | Junio C Hamano | 2014-09-12 | 9 | -20/+188 |
| |\ \ \ \ \ \ | |||||
* | | | | | | | | Merge branch 'jc/hash-object' | Junio C Hamano | 2014-09-26 | 1 | -42/+61 |
|\| | | | | | | | |||||
| * | | | | | | | hash-object: add --literally option | Junio C Hamano | 2014-09-11 | 1 | -9/+36 |
| * | | | | | | | hash-object: pass 'write_object' as a flag | Junio C Hamano | 2014-09-11 | 1 | -17/+15 |
| * | | | | | | | hash-object: reduce file-scope statics | Junio C Hamano | 2014-09-11 | 1 | -29/+23 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'js/fsck-tag-validation' | Junio C Hamano | 2014-09-26 | 9 | -20/+188 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Make sure that index-pack --strict checks tag objects | Johannes Schindelin | 2014-09-12 | 1 | -0/+19 |
| * | | | | | | Add regression tests for stricter tag fsck'ing | Johannes Schindelin | 2014-09-11 | 1 | -0/+19 |
| * | | | | | | fsck: check tag objects' headers | Johannes Schindelin | 2014-09-11 | 1 | -1/+85 |
| * | | | | | | Make sure fsck_commit_buffer() does not run out of the buffer | Johannes Schindelin | 2014-09-11 | 1 | -0/+23 |
| * | | | | | | fsck_object(): allow passing object data separately from the object itself | Johannes Schindelin | 2014-09-10 | 5 | -16/+31 |
| * | | | | | | Refactor type_from_string() to allow continuing after detecting an error | Johannes Schindelin | 2014-09-10 | 2 | -3/+11 |
* | | | | | | | Merge branch 'jk/faster-name-conflicts' | Junio C Hamano | 2014-09-26 | 2 | -33/+120 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | refs: speed up is_refname_available | Jeff King | 2014-09-12 | 2 | -33/+120 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/write-packed-refs-via-stdio' | Junio C Hamano | 2014-09-26 | 3 | -23/+33 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | refs: write packed_refs file using stdio | Jeff King | 2014-09-10 | 3 | -23/+33 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Update draft release notes to 2.2 | Junio C Hamano | 2014-09-19 | 1 | -12/+51 |
* | | | | | | | Sync with Git 2.1.1 | Junio C Hamano | 2014-09-19 | 2 | -1/+46 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Git 2.1.1v2.1.1 | Junio C Hamano | 2014-09-19 | 4 | -3/+48 |
| * | | | | | | Merge branch 'et/spell-poll-infinite-with-minus-one-only' into maint | Junio C Hamano | 2014-09-19 | 1 | -1/+3 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'nd/fetch-pass-quiet-to-gc-child-process' into maint | Junio C Hamano | 2014-09-19 | 1 | -4/+6 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/prune-top-level-refs-after-packing' into maint | Junio C Hamano | 2014-09-19 | 2 | -1/+9 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'jk/fast-import-fixes' into maint | Junio C Hamano | 2014-09-19 | 1 | -8/+13 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jn/unpack-trees-checkout-m-carry-deletion' into maint | Junio C Hamano | 2014-09-19 | 2 | -21/+27 |
| |\ \ \ \ \ \ \ \ \ \ |