Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/fetch-ignore-symref' | Junio C Hamano | 2013-01-05 | 2 | -1/+54 |
|\ | |||||
| * | fetch: ignore wildcarded refspecs that update local symbolic refs | Junio C Hamano | 2012-12-11 | 2 | -1/+54 |
* | | Merge branch 'cr/push-force-tag-update' | Junio C Hamano | 2013-01-05 | 13 | -60/+188 |
|\ \ | |||||
| * | | push: allow already-exists advice to be disabled | Chris Rorvick | 2012-12-03 | 4 | -2/+11 |
| * | | push: rename config variable for more general use | Chris Rorvick | 2012-12-03 | 4 | -7/+10 |
| * | | push: cleanup push rules comment | Chris Rorvick | 2012-12-03 | 1 | -15/+17 |
| * | | push: clarify rejection of update to non-commit-ish | Chris Rorvick | 2012-12-02 | 1 | -0/+5 |
| * | | push: require force for annotated tags | Chris Rorvick | 2012-12-02 | 3 | -7/+35 |
| * | | push: require force for refs under refs/tags/ | Chris Rorvick | 2012-12-02 | 9 | -13/+62 |
| * | | push: flag updates that require force | Chris Rorvick | 2012-12-02 | 3 | -5/+12 |
| * | | push: keep track of "update" state separately | Chris Rorvick | 2012-12-02 | 2 | -7/+12 |
| * | | push: add advice for rejected tag reference | Chris Rorvick | 2012-12-02 | 5 | -0/+25 |
| * | | push: return reject reasons as a bitset | Chris Rorvick | 2012-12-02 | 4 | -24/+19 |
* | | | Merge branch 'fc/fast-export-fixes' | Junio C Hamano | 2013-01-05 | 10 | -23/+352 |
|\ \ \ | |||||
| * | | | fast-export: make sure updated refs get updated | Felipe Contreras | 2012-12-03 | 3 | -15/+30 |
| * | | | fast-export: don't handle uninteresting refs | Felipe Contreras | 2012-12-03 | 3 | -4/+45 |
| * | | | fast-export: fix comparison in tests | Felipe Contreras | 2012-11-29 | 1 | -3/+3 |
| * | | | fast-export: trivial cleanup | Felipe Contreras | 2012-11-29 | 1 | -1/+1 |
| * | | | remote-testgit: implement the "done" feature manually | Felipe Contreras | 2012-11-29 | 1 | -1/+3 |
| * | | | remote-testgit: report success after an import | Felipe Contreras | 2012-11-29 | 1 | -0/+13 |
| * | | | remote-testgit: exercise more features | Felipe Contreras | 2012-11-29 | 2 | -12/+78 |
| * | | | remote-testgit: cleanup tests | Felipe Contreras | 2012-11-29 | 1 | -34/+29 |
| * | | | remote-testgit: remove irrelevant test | Felipe Contreras | 2012-11-29 | 1 | -13/+0 |
| * | | | remote-testgit: remove non-local functionality | Felipe Contreras | 2012-11-29 | 2 | -32/+21 |
| * | | | Add new simplified git-remote-testgit | Felipe Contreras | 2012-11-29 | 3 | -1/+204 |
| * | | | Rename git-remote-testgit to git-remote-testpy | Felipe Contreras | 2012-11-29 | 4 | -9/+9 |
| * | | | remote-helpers: fix failure message | Felipe Contreras | 2012-11-26 | 1 | -2/+2 |
| * | | | remote-testgit: fix direction of marks | Felipe Contreras | 2012-11-26 | 2 | -2/+2 |
| * | | | fast-export: avoid importing blob marks | Felipe Contreras | 2012-11-26 | 2 | -0/+18 |
* | | | | Merge branch 'mh/unify-xml-in-imap-send-and-http-push' | Junio C Hamano | 2013-01-05 | 4 | -108/+104 |
|\ \ \ \ | |||||
| * | | | | wrap_in_html(): process message in bulk rather than line-by-line | Michael Haggerty | 2012-12-02 | 1 | -20/+13 |
| * | | | | wrap_in_html(): use strbuf_addstr_xml_quoted() | Michael Haggerty | 2012-11-29 | 1 | -19/+4 |
| * | | | | imap-send: change msg_data from storing (ptr, len) to storing strbuf | Michael Haggerty | 2012-11-29 | 1 | -45/+47 |
| * | | | | imap-send: correctly report errors reading from stdin | Michael Haggerty | 2012-11-26 | 1 | -2/+7 |
| * | | | | imap-send: store all_msgs as a strbuf | Michael Haggerty | 2012-11-26 | 1 | -14/+9 |
| * | | | | lf_to_crlf(): NUL-terminate msg_data::data | Michael Haggerty | 2012-11-26 | 1 | -1/+6 |
| * | | | | xml_entities(): use function strbuf_addstr_xml_quoted() | Michael Haggerty | 2012-11-26 | 1 | -22/+1 |
| * | | | | Add new function strbuf_add_xml_quoted() | Michael Haggerty | 2012-11-26 | 2 | -0/+32 |
* | | | | | Merge branch 'nd/pathspec-wildcard' | Junio C Hamano | 2013-01-05 | 6 | -11/+120 |
|\ \ \ \ \ | |||||
| * | | | | | tree_entry_interesting: do basedir compare on wildcard patterns when possible | Nguyễn Thái Ngọc Duy | 2012-11-26 | 1 | -1/+64 |
| * | | | | | pathspec: apply "*.c" optimization from exclude | Nguyễn Thái Ngọc Duy | 2012-11-26 | 4 | -4/+24 |
| * | | | | | pathspec: do exact comparison on the leading non-wildcard part | Nguyễn Thái Ngọc Duy | 2012-11-26 | 3 | -3/+29 |
| * | | | | | pathspec: save the non-wildcard length part | Nguyễn Thái Ngọc Duy | 2012-11-19 | 5 | -8/+8 |
* | | | | | | Merge branch 'jk/fsck-dot-in-trees' | Junio C Hamano | 2013-01-05 | 2 | -0/+46 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fsck: warn about ".git" in trees | Jeff King | 2012-11-28 | 2 | -0/+20 |
| * | | | | | | fsck: warn about '.' and '..' in trees | Jeff King | 2012-11-28 | 2 | -0/+26 |
* | | | | | | | Merge branch 'pf/editor-ignore-sigint' | Junio C Hamano | 2013-01-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fix compilation with NO_PTHREADS | Jeff King | 2013-01-05 | 1 | -1/+1 |
* | | | | | | | | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-01-03 | 1 | -1/+10 |
* | | | | | | | | Merge branch 'da/p4merge-mktemp' | Junio C Hamano | 2013-01-03 | 1 | -14/+13 |
|\ \ \ \ \ \ \ \ |