Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/argv-array' | Junio C Hamano | 2011-10-05 | 1 | -19/+8 |
|\ | |||||
| * | checkout: use argv_array API | Jeff King | 2011-09-14 | 1 | -19/+8 |
* | | Merge branch 'mg/branch-list' | Junio C Hamano | 2011-10-05 | 2 | -19/+42 |
|\ \ | |||||
| * | | branch: -v does not automatically imply --list | Michael J Gruber | 2011-09-08 | 1 | -2/+1 |
| * | | branch: allow pattern arguments | Michael J Gruber | 2011-08-28 | 1 | -3/+21 |
| * | | branch: introduce --list option | Michael J Gruber | 2011-08-28 | 1 | -3/+9 |
| * | | git-branch: introduce missing long forms for the options | Michael J Gruber | 2011-08-28 | 1 | -5/+5 |
| * | | git-tag: introduce long forms for the options | Michael J Gruber | 2011-08-28 | 1 | -8/+8 |
* | | | Merge branch 'jk/for-each-ref' | Junio C Hamano | 2011-10-05 | 1 | -25/+68 |
|\ \ \ | |||||
| * | | | for-each-ref: add split message parts to %(contents:*). | Michał Górny | 2011-09-08 | 1 | -6/+26 |
| * | | | for-each-ref: handle multiline subjects like --pretty | Jeff King | 2011-09-08 | 1 | -5/+24 |
| * | | | for-each-ref: refactor subject and body placeholder parsing | Jeff King | 2011-09-08 | 1 | -25/+29 |
* | | | | Merge branch 'jc/run-receive-hook-cleanup' | Junio C Hamano | 2011-10-05 | 1 | -19/+52 |
|\ \ \ \ | |||||
| * | | | | refactor run_receive_hook() | Junio C Hamano | 2011-09-12 | 1 | -19/+52 |
* | | | | | Merge branch 'jc/receive-verify' | Junio C Hamano | 2011-10-05 | 2 | -56/+57 |
|\ \ \ \ \ | |||||
| * | | | | | receive-pack: check connectivity before concluding "git push" | Junio C Hamano | 2011-09-09 | 1 | -0/+43 |
| * | | | | | check_everything_connected(): libify | Junio C Hamano | 2011-09-09 | 1 | -65/+1 |
| * | | | | | check_everything_connected(): refactor to use an iterator | Junio C Hamano | 2011-09-09 | 1 | -14/+36 |
| * | | | | | fetch: verify we have everything we need before updating our ref | Junio C Hamano | 2011-09-09 | 1 | -56/+63 |
* | | | | | | Merge branch 'jc/fetch-verify' | Junio C Hamano | 2011-10-05 | 3 | -60/+77 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fetch: verify we have everything we need before updating our ref | Junio C Hamano | 2011-09-01 | 1 | -56/+63 |
| |/ / / / / | |||||
| * | | | | | rev-list --verify-object | Junio C Hamano | 2011-09-01 | 1 | -0/+4 |
| * | | | | | list-objects: pass callback data to show_objects() | Junio C Hamano | 2011-09-01 | 2 | -4/+10 |
* | | | | | | Merge branch 'jc/fetch-pack-fsck-objects' | Junio C Hamano | 2011-10-05 | 2 | -4/+33 |
|\ \ \ \ \ \ | |||||
| * | | | | | | transfer.fsckobjects: unify fetch/receive.fsckobjects | Junio C Hamano | 2011-09-04 | 2 | -5/+26 |
| * | | | | | | fetch.fsckobjects: verify downloaded objects | Junio C Hamano | 2011-09-04 | 1 | -0/+8 |
* | | | | | | | Merge branch 'jc/traverse-commit-list' | Junio C Hamano | 2011-10-05 | 1 | -15/+2 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | revision.c: add show_object_with_name() helper function | Junio C Hamano | 2011-08-22 | 1 | -14/+1 |
| * | | | | | | rev-list: fix finish_object() call | Junio C Hamano | 2011-08-22 | 1 | -1/+1 |
* | | | | | | | Merge branch 'rr/revert-cherry-pick-continue' | Junio C Hamano | 2011-10-05 | 1 | -154/+583 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | builtin/revert.c: make commit_list_append() static | Junio C Hamano | 2011-09-11 | 1 | -2/+2 |
| * | | | | | | | revert: Propagate errors upwards from do_pick_commit | Ramkumar Ramachandra | 2011-08-08 | 1 | -46/+40 |
| * | | | | | | | revert: Introduce --continue to continue the operation | Ramkumar Ramachandra | 2011-08-08 | 1 | -4/+184 |
| * | | | | | | | revert: Don't implicitly stomp pending sequencer operation | Ramkumar Ramachandra | 2011-08-08 | 1 | -5/+25 |
| * | | | | | | | revert: Remove sequencer state when no commits are pending | Ramkumar Ramachandra | 2011-08-08 | 1 | -1/+11 |
| * | | | | | | | revert: Introduce --reset to remove sequencer state | Ramkumar Ramachandra | 2011-08-04 | 1 | -19/+43 |
| * | | | | | | | revert: Make pick_commits functionally act on a commit list | Ramkumar Ramachandra | 2011-08-04 | 1 | -15/+28 |
| * | | | | | | | revert: Save command-line options for continuing operation | Ramkumar Ramachandra | 2011-08-04 | 1 | -0/+33 |
| * | | | | | | | revert: Save data for continuing after conflict resolution | Ramkumar Ramachandra | 2011-08-04 | 1 | -4/+130 |
| * | | | | | | | revert: Don't create invalid replay_opts in parse_args | Ramkumar Ramachandra | 2011-08-04 | 1 | -11/+27 |
| * | | | | | | | revert: Separate cmdline parsing from functional code | Ramkumar Ramachandra | 2011-08-04 | 1 | -7/+7 |
| * | | | | | | | revert: Introduce struct to keep command-line options | Ramkumar Ramachandra | 2011-08-04 | 1 | -88/+113 |
| * | | | | | | | revert: Eliminate global "commit" variable | Ramkumar Ramachandra | 2011-08-04 | 1 | -11/+11 |
| * | | | | | | | revert: Rename no_replay to record_origin | Ramkumar Ramachandra | 2011-08-04 | 1 | -4/+4 |
| * | | | | | | | revert: Don't check lone argument in get_encoding | Ramkumar Ramachandra | 2011-08-04 | 1 | -3/+0 |
| * | | | | | | | revert: Simplify and inline add_message_to_msg | Ramkumar Ramachandra | 2011-08-04 | 1 | -14/+14 |
| * | | | | | | | advice: Introduce error_resolve_conflict | Ramkumar Ramachandra | 2011-08-04 | 1 | -9/+0 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'ms/patch-id-with-overlong-line' | Junio C Hamano | 2011-10-05 | 1 | -4/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | patch-id.c: use strbuf instead of a fixed buffer | Michael Schubert | 2011-09-22 | 1 | -4/+6 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'jc/maint-bundle-too-quiet' | Junio C Hamano | 2011-10-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |