summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/argv-array'Junio C Hamano2011-10-051-19/+8
|\
| * checkout: use argv_array APIJeff King2011-09-141-19/+8
* | Merge branch 'mg/branch-list'Junio C Hamano2011-10-052-19/+42
|\ \
| * | branch: -v does not automatically imply --listMichael J Gruber2011-09-081-2/+1
| * | branch: allow pattern argumentsMichael J Gruber2011-08-281-3/+21
| * | branch: introduce --list optionMichael J Gruber2011-08-281-3/+9
| * | git-branch: introduce missing long forms for the optionsMichael J Gruber2011-08-281-5/+5
| * | git-tag: introduce long forms for the optionsMichael J Gruber2011-08-281-8/+8
* | | Merge branch 'jk/for-each-ref'Junio C Hamano2011-10-051-25/+68
|\ \ \
| * | | for-each-ref: add split message parts to %(contents:*).Michał Górny2011-09-081-6/+26
| * | | for-each-ref: handle multiline subjects like --prettyJeff King2011-09-081-5/+24
| * | | for-each-ref: refactor subject and body placeholder parsingJeff King2011-09-081-25/+29
* | | | Merge branch 'jc/run-receive-hook-cleanup'Junio C Hamano2011-10-051-19/+52
|\ \ \ \
| * | | | refactor run_receive_hook()Junio C Hamano2011-09-121-19/+52
* | | | | Merge branch 'jc/receive-verify'Junio C Hamano2011-10-052-56/+57
|\ \ \ \ \
| * | | | | receive-pack: check connectivity before concluding "git push"Junio C Hamano2011-09-091-0/+43
| * | | | | check_everything_connected(): libifyJunio C Hamano2011-09-091-65/+1
| * | | | | check_everything_connected(): refactor to use an iteratorJunio C Hamano2011-09-091-14/+36
| * | | | | fetch: verify we have everything we need before updating our refJunio C Hamano2011-09-091-56/+63
* | | | | | Merge branch 'jc/fetch-verify'Junio C Hamano2011-10-053-60/+77
|\ \ \ \ \ \
| * | | | | | fetch: verify we have everything we need before updating our refJunio C Hamano2011-09-011-56/+63
| |/ / / / /
| * | | | | rev-list --verify-objectJunio C Hamano2011-09-011-0/+4
| * | | | | list-objects: pass callback data to show_objects()Junio C Hamano2011-09-012-4/+10
* | | | | | Merge branch 'jc/fetch-pack-fsck-objects'Junio C Hamano2011-10-052-4/+33
|\ \ \ \ \ \
| * | | | | | transfer.fsckobjects: unify fetch/receive.fsckobjectsJunio C Hamano2011-09-042-5/+26
| * | | | | | fetch.fsckobjects: verify downloaded objectsJunio C Hamano2011-09-041-0/+8
* | | | | | | Merge branch 'jc/traverse-commit-list'Junio C Hamano2011-10-051-15/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | revision.c: add show_object_with_name() helper functionJunio C Hamano2011-08-221-14/+1
| * | | | | | rev-list: fix finish_object() callJunio C Hamano2011-08-221-1/+1
* | | | | | | Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano2011-10-051-154/+583
|\ \ \ \ \ \ \
| * | | | | | | builtin/revert.c: make commit_list_append() staticJunio C Hamano2011-09-111-2/+2
| * | | | | | | revert: Propagate errors upwards from do_pick_commitRamkumar Ramachandra2011-08-081-46/+40
| * | | | | | | revert: Introduce --continue to continue the operationRamkumar Ramachandra2011-08-081-4/+184
| * | | | | | | revert: Don't implicitly stomp pending sequencer operationRamkumar Ramachandra2011-08-081-5/+25
| * | | | | | | revert: Remove sequencer state when no commits are pendingRamkumar Ramachandra2011-08-081-1/+11
| * | | | | | | revert: Introduce --reset to remove sequencer stateRamkumar Ramachandra2011-08-041-19/+43
| * | | | | | | revert: Make pick_commits functionally act on a commit listRamkumar Ramachandra2011-08-041-15/+28
| * | | | | | | revert: Save command-line options for continuing operationRamkumar Ramachandra2011-08-041-0/+33
| * | | | | | | revert: Save data for continuing after conflict resolutionRamkumar Ramachandra2011-08-041-4/+130
| * | | | | | | revert: Don't create invalid replay_opts in parse_argsRamkumar Ramachandra2011-08-041-11/+27
| * | | | | | | revert: Separate cmdline parsing from functional codeRamkumar Ramachandra2011-08-041-7/+7
| * | | | | | | revert: Introduce struct to keep command-line optionsRamkumar Ramachandra2011-08-041-88/+113
| * | | | | | | revert: Eliminate global "commit" variableRamkumar Ramachandra2011-08-041-11/+11
| * | | | | | | revert: Rename no_replay to record_originRamkumar Ramachandra2011-08-041-4/+4
| * | | | | | | revert: Don't check lone argument in get_encodingRamkumar Ramachandra2011-08-041-3/+0
| * | | | | | | revert: Simplify and inline add_message_to_msgRamkumar Ramachandra2011-08-041-14/+14
| * | | | | | | advice: Introduce error_resolve_conflictRamkumar Ramachandra2011-08-041-9/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ms/patch-id-with-overlong-line'Junio C Hamano2011-10-051-4/+6
|\ \ \ \ \ \ \
| * | | | | | | patch-id.c: use strbuf instead of a fixed bufferMichael Schubert2011-09-221-4/+6
| |/ / / / / /
* | | | | | | Merge branch 'jc/maint-bundle-too-quiet'Junio C Hamano2011-10-051-1/+1
|\ \ \ \ \ \ \