aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'rs/realloc-array'Junio C Hamano2014-09-26
|\
| * use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
| * add macro REALLOC_ARRAYRené Scharfe2014-09-18
* | Merge branch 'jk/close-stderr-of-credential-cache-deamon'Junio C Hamano2014-09-26
|\ \
| * | credential-cache: close stderr in daemon processJeff King2014-09-16
* | | Merge branch 'jc/ignore-sigpipe-while-running-hooks'Junio C Hamano2014-09-26
|\ \ \
| * | | receive-pack: allow hooks to ignore its standard input streamJunio C Hamano2014-09-16
| |/ /
* | | Merge branch 'jk/prune-packed-server-info'Junio C Hamano2014-09-26
|\ \ \
| * | | repack: call prune_packed_objects() and update_server_info() directlyRené Scharfe2014-09-15
| * | | server-info: clean up after writing info/packsJeff King2014-09-15
| * | | make update-server-info more robustJeff King2014-09-15
| * | | prune-packed: fix minor memory leakJeff King2014-09-15
| |/ /
* | | Merge branch 'jc/hash-object-fsck-tag'Junio C Hamano2014-09-26
|\ \ \
| * | | t1450: make sure fsck detects a malformed tagger lineJunio C Hamano2014-09-12
| * | | Merge branch 'js/fsck-tag-validation' into HEADJunio C Hamano2014-09-12
| |\ \ \
* | \ \ \ Merge branch 'jc/hash-object'Junio C Hamano2014-09-26
|\ \ \ \ \ | |/ / / /
| * | | | hash-object: add --literally optionJunio C Hamano2014-09-11
| * | | | hash-object: pass 'write_object' as a flagJunio C Hamano2014-09-11
| * | | | hash-object: reduce file-scope staticsJunio C Hamano2014-09-11
| | |_|/ | |/| |
* | | | Merge branch 'js/fsck-tag-validation'Junio C Hamano2014-09-26
|\ \ \ \ | | |/ / | |/| |
| * | | Make sure that index-pack --strict checks tag objectsJohannes Schindelin2014-09-12
| * | | Add regression tests for stricter tag fsck'ingJohannes Schindelin2014-09-11
| * | | fsck: check tag objects' headersJohannes Schindelin2014-09-11
| * | | Make sure fsck_commit_buffer() does not run out of the bufferJohannes Schindelin2014-09-11
| * | | fsck_object(): allow passing object data separately from the object itselfJohannes Schindelin2014-09-10
| * | | Refactor type_from_string() to allow continuing after detecting an errorJohannes Schindelin2014-09-10
* | | | Merge branch 'jk/faster-name-conflicts'Junio C Hamano2014-09-26
|\ \ \ \
| * | | | refs: speed up is_refname_availableJeff King2014-09-12
| | |_|/ | |/| |
* | | | Merge branch 'jk/write-packed-refs-via-stdio'Junio C Hamano2014-09-26
|\ \ \ \
| * | | | refs: write packed_refs file using stdioJeff King2014-09-10
| | |/ / | |/| |
* | | | Update draft release notes to 2.2Junio C Hamano2014-09-19
* | | | Sync with Git 2.1.1Junio C Hamano2014-09-19
|\ \ \ \
| * | | | Git 2.1.1v2.1.1Junio C Hamano2014-09-19
| * | | | Merge branch 'et/spell-poll-infinite-with-minus-one-only' into maintJunio C Hamano2014-09-19
| |\ \ \ \
| * \ \ \ \ Merge branch 'nd/fetch-pass-quiet-to-gc-child-process' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/prune-top-level-refs-after-packing' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/fast-import-fixes' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jn/unpack-trees-checkout-m-carry-deletion' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'sp/pack-protocol-doc-on-shallow' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/prompt-stash-could-be-packed' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/refresh-beyond-symlink' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'lf/bundle-exclusion' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/apply-ws-prefix' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/command-line-config-empty-string' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/pretty-empty-format' into maintJunio C Hamano2014-09-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'jk/fsck-exit-code-fix'Junio C Hamano2014-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | fsck: return non-zero status on missing ref tipsJeff King2014-09-12
| * | | | | | | | | | | | | | | | fsck: exit with non-zero status upon error from fsck_obj()Jeff King2014-09-10
* | | | | | | | | | | | | | | | | Merge branch 'so/rebase-doc'Junio C Hamano2014-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Documentation/git-rebase.txt: <upstream> must be given to specify <branch>Sergey Organov2014-09-16