Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote.c: introduce remote.pushdefault | Ramkumar Ramachandra | 2013-04-02 | 3 | -3/+29 |
* | remote.c: introduce a way to have different remotes for fetch/push | Ramkumar Ramachandra | 2013-04-02 | 3 | -5/+23 |
* | t5516 (fetch-push): drop implicit arguments from helper functions | Jeff King | 2013-04-02 | 1 | -137/+145 |
* | t5516 (fetch-push): update test description | Ramkumar Ramachandra | 2013-04-02 | 1 | -1/+12 |
* | remote.c: simplify a bit of code using git_config_string() | Ramkumar Ramachandra | 2013-04-02 | 1 | -3/+2 |
* | Update draft release notes to 1.8.3 | Junio C Hamano | 2013-04-01 | 1 | -2/+28 |
* | Merge branch 'maint' | Junio C Hamano | 2013-04-01 | 1 | -0/+4 |
|\ | |||||
| * | Update draft release notes to 1.8.2.1 | Junio C Hamano | 2013-04-01 | 1 | -0/+4 |
| * | Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint | Junio C Hamano | 2013-04-01 | 2 | -1/+67 |
| |\ | |||||
| * \ | Merge branch 'rr/tests-dedup-test-config' into maint | Junio C Hamano | 2013-04-01 | 2 | -10/+0 |
| |\ \ | |||||
| * \ \ | Merge branch 'yd/doc-is-in-asciidoc' into maint | Junio C Hamano | 2013-04-01 | 1 | -0/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'yd/doc-merge-annotated-tag' into maint | Junio C Hamano | 2013-04-01 | 2 | -1/+26 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'tb/document-status-u-tradeoff' into maint | Junio C Hamano | 2013-04-01 | 9 | -4/+46 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'da/downcase-u-in-usage' into maint | Junio C Hamano | 2013-04-01 | 25 | -82/+82 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'nd/index-pack-threaded-fixes' | Junio C Hamano | 2013-04-01 | 1 | -8/+26 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | index-pack: guard nr_resolved_deltas reads by lock | Thomas Rast | 2013-03-19 | 1 | -1/+3 |
| * | | | | | | | | index-pack: protect deepest_delta in multithread code | Nguyễn Thái Ngọc Duy | 2013-03-19 | 1 | -7/+23 |
* | | | | | | | | | Merge branch 'jk/index-pack-correct-depth-fix' | Junio C Hamano | 2013-04-01 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | index-pack: always zero-initialize object_entry list | Jeff King | 2013-03-20 | 1 | -0/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'jn/push-tests' | Junio C Hamano | 2013-04-01 | 1 | -91/+65 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi' | Jonathan Nieder | 2013-03-19 | 1 | -11/+4 |
| * | | | | | | | | | push test: simplify check of push result | Jonathan Nieder | 2013-03-19 | 1 | -63/+51 |
| * | | | | | | | | | push test: use test_config when appropriate | Jonathan Nieder | 2013-03-19 | 1 | -17/+10 |
* | | | | | | | | | | Merge branch 'nd/branch-show-rebase-bisect-state' | Junio C Hamano | 2013-04-01 | 7 | -91/+216 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | status, branch: fix the misleading "bisecting" message | Nguyễn Thái Ngọc Duy | 2013-03-23 | 4 | -4/+4 |
| * | | | | | | | | | | branch: show more information when HEAD is detached | Nguyễn Thái Ngọc Duy | 2013-03-16 | 3 | -5/+29 |
| * | | | | | | | | | | status: show more info than "currently not on any branch" | Nguyễn Thái Ngọc Duy | 2013-03-16 | 4 | -26/+125 |
| * | | | | | | | | | | wt-status: move wt_status_get_state() out to wt_status_print() | Nguyễn Thái Ngọc Duy | 2013-03-16 | 1 | -19/+20 |
| * | | | | | | | | | | wt-status: split wt_status_state parsing function out | Nguyễn Thái Ngọc Duy | 2013-03-16 | 2 | -18/+24 |
| * | | | | | | | | | | wt-status: move strbuf into read_and_strip_branch() | Nguyễn Thái Ngọc Duy | 2013-03-16 | 2 | -37/+32 |
| * | | | | | | | | | | Merge branch 'jc/reflog-reverse-walk' into nd/branch-show-rebase-bisect-state | Junio C Hamano | 2013-03-13 | 3 | -77/+134 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'jc/nobody-sets-src-peer-ref' | Junio C Hamano | 2013-04-01 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | match_push_refs(): nobody sets src->peer_ref anymore | Junio C Hamano | 2013-03-04 | 1 | -3/+0 |
* | | | | | | | | | | | | | Merge branch 'jc/remove-export-from-config-mak-in' | Junio C Hamano | 2013-04-01 | 1 | -6/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Fix `make install` when configured with autoconf | Kirill Smelkov | 2013-03-05 | 1 | -0/+1 |
| * | | | | | | | | | | | | | Makefile: do not export mandir/htmldir/infodir | Junio C Hamano | 2013-02-12 | 1 | -1/+1 |
| * | | | | | | | | | | | | | config.mak.in: remove unused definitions | Junio C Hamano | 2013-02-03 | 2 | -8/+1 |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'kb/name-hash' | Junio C Hamano | 2013-04-01 | 4 | -62/+166 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | name-hash.c: fix endless loop with core.ignorecase=true | Karsten Blees | 2013-02-27 | 4 | -62/+166 |
* | | | | | | | | | | | | | | Merge branch 'jk/common-make-variables-export-safety' | Junio C Hamano | 2013-04-01 | 1 | -15/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Makefile: make mandir, htmldir and infodir absolute | John Keeping | 2013-02-25 | 1 | -15/+21 |
* | | | | | | | | | | | | | | | Merge branch 'jk/pkt-line-cleanup' | Junio C Hamano | 2013-04-01 | 22 | -365/+338 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | do not use GIT_TRACE_PACKET=3 in tests | Jeff King | 2013-03-21 | 2 | -25/+27 |
| * | | | | | | | | | | | | | | | remote-curl: always parse incoming refs | Jeff King | 2013-02-24 | 1 | -9/+13 |
| * | | | | | | | | | | | | | | | remote-curl: move ref-parsing code up in file | Jeff King | 2013-02-24 | 1 | -59/+59 |
| * | | | | | | | | | | | | | | | remote-curl: pass buffer straight to get_remote_heads | Jeff King | 2013-02-24 | 1 | -24/+2 |
| * | | | | | | | | | | | | | | | teach get_remote_heads to read from a memory buffer | Jeff King | 2013-02-24 | 6 | -10/+12 |
| * | | | | | | | | | | | | | | | pkt-line: share buffer/descriptor reading implementation | Jeff King | 2013-02-24 | 6 | -59/+69 |
| * | | | | | | | | | | | | | | | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 2013-02-20 | 11 | -45/+47 |
| * | | | | | | | | | | | | | | | pkt-line: move LARGE_PACKET_MAX definition from sideband | Jeff King | 2013-02-20 | 3 | -3/+4 |