Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'rs/init-no-duplicate-real-path' | Junio C Hamano | 2014-09-02 |
|\ | |||
| * | init: avoid superfluous real_path() calls | René Scharfe | 2014-07-28 |
| * | diff-tree: avoid lookup_unknown_object | Jeff King | 2014-07-28 |
| * | move setting of object->type to alloc_* functions | Jeff King | 2014-07-28 |
* | | Merge branch 'mm/config-edit-global' | Junio C Hamano | 2014-09-02 |
|\ \ | |||
| * | | commit: advertise config --global --edit on guessed identity | Matthieu Moy | 2014-07-25 |
| * | | config --global --edit: create a template file if needed | Matthieu Moy | 2014-07-25 |
| |/ | |||
| * | Merge branch 'bg/xcalloc-nmemb-then-size' into maint | Junio C Hamano | 2014-07-22 |
| |\ | |||
* | \ | Merge branch 'jk/pack-shallow-always-without-bitmap' | Junio C Hamano | 2014-08-26 |
|\ \ \ | |||
| * | | | pack-objects: turn off bitmaps when we see --shallow lines | Jeff King | 2014-08-12 |
* | | | | Merge branch 'jk/misc-fixes-maint' | Junio C Hamano | 2014-07-28 |
|\ \ \ \ | |||
| * | | | | apply: avoid possible bogus pointer | Jeff King | 2014-07-24 |
| * | | | | free ref string returned by dwim_ref | Jeff King | 2014-07-24 |
| * | | | | receive-pack: don't copy "dir" parameter | Jeff King | 2014-07-24 |
* | | | | | Merge branch 'cc/replace-graft' | Junio C Hamano | 2014-07-27 |
|\ \ \ \ \ | |||
| * | | | | | replace: check mergetags when using --graft | Christian Couder | 2014-07-21 |
| * | | | | | replace: remove signature when using --graft | Christian Couder | 2014-07-21 |
| * | | | | | replace: add --graft option | Christian Couder | 2014-07-21 |
* | | | | | | Merge branch 'ta/string-list-init' | Junio C Hamano | 2014-07-23 |
|\ \ \ \ \ \ | |||
| * | | | | | | replace memset with string-list initializers | Tanay Abhra | 2014-07-21 |
* | | | | | | | Merge branch 'mb/local-clone-after-applying-insteadof' | Junio C Hamano | 2014-07-23 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | use local cloning if insteadOf makes a local URL | Michael Barabanov | 2014-07-17 |
* | | | | | | | | Merge branch 'jk/tag-sort' | Junio C Hamano | 2014-07-23 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | tag: support configuring --sort via .gitconfig | Jacob Keller | 2014-07-17 |
* | | | | | | | | | Merge branch 'rs/code-cleaning' | Junio C Hamano | 2014-07-22 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | use commit_list_count() to count the members of commit_lists | René Scharfe | 2014-07-17 |
| * | | | | | | | | | strbuf: use strbuf_addstr() for adding C strings | René Scharfe | 2014-07-17 |
* | | | | | | | | | | Merge branch 'jk/alloc-commit-id' | Junio C Hamano | 2014-07-22 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | diff-tree: avoid lookup_unknown_object | Jeff King | 2014-07-13 |
| * | | | | | | | | | | move setting of object->type to alloc_* functions | Jeff King | 2014-07-13 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||
* | | | | | | | | | | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-07-22 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | trace: improve trace performance | Karsten Blees | 2014-07-13 |
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-07-21 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||
| * | | | | | | | | | | use xmemdupz() to allocate copies of strings given by start and length | René Scharfe | 2014-07-21 |
| * | | | | | | | | | | use xcalloc() to allocate zero-initialized memory | René Scharfe | 2014-07-21 |
* | | | | | | | | | | | Merge branch 'rs/unify-is-branch' | Junio C Hamano | 2014-07-21 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | refs.c: add a public is_branch function | Ronnie Sahlberg | 2014-07-16 |
| |/ / / / / / / / / / | |||
* | | | | | | | | | | | Merge branch 'kb/hashmap-updates' | Junio C Hamano | 2014-07-21 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | hashmap: add simplified hashmap_get_from_hash() API | Karsten Blees | 2014-07-07 |
| * | | | | | | | | | | | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 2014-07-07 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'rs/ref-transaction-0' | Junio C Hamano | 2014-07-21 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |||
| * | | | | | | | | | | refs.c: change ref_transaction_update() to do error checking and return status | Ronnie Sahlberg | 2014-07-14 |
| * | | | | | | | | | | refs.c: remove the onerr argument to ref_transaction_commit | Ronnie Sahlberg | 2014-07-14 |
| * | | | | | | | | | | update-ref: use err argument to get error from ref_transaction_commit | Ronnie Sahlberg | 2014-07-14 |
| * | | | | | | | | | | refs.c: add an err argument to repack_without_refs | Ronnie Sahlberg | 2014-07-14 |
| * | | | | | | | | | | refs.c: add a strbuf argument to ref_transaction_commit for error logging | Ronnie Sahlberg | 2014-07-14 |
| * | | | | | | | | | | refs.c: ref_transaction_commit should not free the transaction | Ronnie Sahlberg | 2014-07-14 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||
* | | | | | | | | | | Sync with 2.0.2 | Junio C Hamano | 2014-07-16 |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||
| * | | | | | | | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maint | Junio C Hamano | 2014-07-16 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 2014-07-16 |
| |\ \ \ \ \ \ \ \ \ \ |