Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge branch 'ep/avoid-test-a-o' | Junio C Hamano | 2014-07-30 | 1 | -2/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | t9814: fix misconversion from test $a -o $b to test $a || test $bep/avoid-test-a-o | Junio C Hamano | 2014-07-25 | 1 | -2/+8 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-07-28 | 1 | -0/+10 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | t4013: test diff-tree's --stdin commit formatting | Jeff King | 2014-07-28 | 1 | -0/+10 | |
| * | | | | | Merge branch 'jk/alloc-commit-id-maint' into maint | Junio C Hamano | 2014-07-28 | 11 | -89/+103 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | diff-tree: avoid lookup_unknown_objectjk/alloc-commit-id-maint | Jeff King | 2014-07-28 | 1 | -3/+1 | |
| | * | | | | | object_as_type: set commit index | Jeff King | 2014-07-28 | 1 | -0/+2 | |
| | * | | | | | alloc: factor out commit index | Jeff King | 2014-07-28 | 2 | -2/+8 | |
| | * | | | | | add object_as_type helper for casting objects | Jeff King | 2014-07-28 | 7 | -43/+25 | |
| | * | | | | | parse_object_buffer: do not set object type | Jeff King | 2014-07-28 | 1 | -2/+0 | |
| | * | | | | | move setting of object->type to alloc_* functions | Jeff King | 2014-07-28 | 8 | -12/+13 | |
| | * | | | | | alloc: write out allocator definitions | Jeff King | 2014-07-28 | 1 | -11/+27 | |
| | * | | | | | alloc.c: remove the alloc_raw_commit_node() function | Ramsay Jones | 2014-07-28 | 1 | -18/+29 | |
| |/ / / / / | ||||||
* | | | | | | Merge branch 'jk/misc-fixes-maint' | Junio C Hamano | 2014-07-28 | 7 | -13/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | apply: avoid possible bogus pointerjk/misc-fixes-maint | Jeff King | 2014-07-24 | 1 | -1/+1 | |
| * | | | | | | fix memory leak parsing core.commentchar | Jeff King | 2014-07-24 | 1 | -5/+5 | |
| * | | | | | | transport: fix leaks in refs_from_alternate_cb | Jeff King | 2014-07-24 | 1 | -2/+3 | |
| * | | | | | | free ref string returned by dwim_ref | Jeff King | 2014-07-24 | 3 | -1/+5 | |
| * | | | | | | receive-pack: don't copy "dir" parameter | Jeff King | 2014-07-24 | 1 | -2/+2 | |
* | | | | | | | t1402: check for refs ending with a dot | Jeff King | 2014-07-28 | 1 | -0/+1 | |
* | | | | | | | Revert "Merge branch 'dt/refs-check-refname-component-sse'" | Junio C Hamano | 2014-07-28 | 4 | -250/+18 | |
* | | | | | | | Revert "Merge branch 'dt/refs-check-refname-component-sse-fix'" | Junio C Hamano | 2014-07-28 | 2 | -13/+5 | |
* | | | | | | | Git 2.1.0-rc0v2.1.0-rc0 | Junio C Hamano | 2014-07-27 | 2 | -1/+23 | |
* | | | | | | | Merge branch 'jk/rebase-am-fork-point' | Junio C Hamano | 2014-07-27 | 4 | -8/+41 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | rebase: omit patch-identical commits with --fork-pointjk/rebase-am-fork-point | John Keeping | 2014-07-16 | 4 | -6/+32 | |
| * | | | | | | | rebase--am: use --cherry-pick instead of --ignore-if-in-upstream | John Keeping | 2014-07-15 | 1 | -4/+11 | |
* | | | | | | | | Merge branch 'cc/replace-graft' | Junio C Hamano | 2014-07-27 | 6 | -26/+313 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | replace: add test for --graft with a mergetagcc/replace-graft | Christian Couder | 2014-07-21 | 1 | -0/+22 | |
| * | | | | | | | | replace: check mergetags when using --graft | Christian Couder | 2014-07-21 | 1 | -0/+47 | |
| * | | | | | | | | replace: add test for --graft with signed commit | Christian Couder | 2014-07-21 | 1 | -0/+24 | |
| * | | | | | | | | replace: remove signature when using --graft | Christian Couder | 2014-07-21 | 3 | -0/+41 | |
| * | | | | | | | | contrib: add convert-grafts-to-replace-refs.sh | Christian Couder | 2014-07-21 | 2 | -1/+31 | |
| * | | | | | | | | Documentation: replace: add --graft option | Christian Couder | 2014-07-21 | 1 | -0/+8 | |
| * | | | | | | | | replace: add test for --graft | Christian Couder | 2014-07-21 | 1 | -1/+44 | |
| * | | | | | | | | replace: add --graft option | Christian Couder | 2014-07-21 | 1 | -1/+73 | |
| * | | | | | | | | replace: cleanup redirection style in tests | Christian Couder | 2014-07-07 | 1 | -24/+24 | |
* | | | | | | | | | Merge branch 'jk/stable-prio-queue' | Junio C Hamano | 2014-07-27 | 4 | -51/+60 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | t5539: update a flaky testjk/stable-prio-queue | Jeff King | 2014-07-15 | 1 | -0/+1 | |
| * | | | | | | | | | paint_down_to_common: use prio_queue | Jeff King | 2014-07-15 | 1 | -23/+19 | |
| * | | | | | | | | | prio-queue: make output stable with respect to insertion | Jeff King | 2014-07-15 | 2 | -6/+17 | |
| * | | | | | | | | | prio-queue: factor out compare and swap operations | Jeff King | 2014-07-15 | 1 | -24/+25 | |
* | | | | | | | | | | Sync with v2.0.3 | Junio C Hamano | 2014-07-23 | 3 | -2/+21 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Git 2.0.3v2.0.3 | Junio C Hamano | 2014-07-23 | 4 | -3/+21 | |
| * | | | | | | | | | .mailmap: combine Stefan Beller's emails | Stefan Beller | 2014-07-23 | 1 | -0/+1 | |
| * | | | | | | | | | git.1: switch homepage for stats | Stefan Beller | 2014-07-23 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'rs/fix-unlink-unix-socket' | Junio C Hamano | 2014-07-23 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | unix-socket: remove stale socket before calling chdir()rs/fix-unlink-unix-socket | René Scharfe | 2014-07-21 | 1 | -1/+2 | |
* | | | | | | | | | | | Merge branch 'ta/string-list-init' | Junio C Hamano | 2014-07-23 | 7 | -15/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | replace memset with string-list initializersta/string-list-init | Tanay Abhra | 2014-07-21 | 4 | -15/+6 | |
| * | | | | | | | | | | | string-list: add string_list initializer helper function | Tanay Abhra | 2014-07-21 | 3 | -0/+13 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | |