aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | | | | | | | Make collapse_slashes() allocate memory for its resultMichael Haggerty2011-10-05
| * | | | | | | | | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-05
| * | | | | | | | | git check-ref-format: add options --allow-onelevel and --refspec-patternMichael Haggerty2011-10-05
* | | | | | | | | | Merge branch 'mz/remote-rename'Junio C Hamano2011-10-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2011-09-11
| * | | | | | | | | | remote rename: warn when refspec was not updatedMartin von Zweigbergk2011-09-11
| * | | | | | | | | | remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2011-09-11
| * | | | | | | | | | remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2011-09-11
* | | | | | | | | | | Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-12
| * | | | | | | | | | | remove prefix argument from pathspec_prefixClemens Buchacher2011-09-06
* | | | | | | | | | | | Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano2011-10-10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson2011-08-16
* | | | | | | | | | | | | Fix some "variable might be used uninitialized" warningsRamsay Jones2011-10-09
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'js/check-attr-cached'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Teach '--cached' option to check-attrJay Soffian2011-09-22
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jc/ls-remote-short-help'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ls-remote: a lone "-h" is asking for helpJunio C Hamano2011-09-16
* | | | | | | | | | | | | Merge branch 'jk/argv-array'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | checkout: use argv_array APIJeff King2011-09-14
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'mg/branch-list'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | branch: -v does not automatically imply --listMichael J Gruber2011-09-08
| * | | | | | | | | | | | | branch: allow pattern argumentsMichael J Gruber2011-08-28
| * | | | | | | | | | | | | branch: introduce --list optionMichael J Gruber2011-08-28
| * | | | | | | | | | | | | git-branch: introduce missing long forms for the optionsMichael J Gruber2011-08-28
| * | | | | | | | | | | | | git-tag: introduce long forms for the optionsMichael J Gruber2011-08-28
* | | | | | | | | | | | | | Merge branch 'jk/for-each-ref'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | for-each-ref: add split message parts to %(contents:*).Michał Górny2011-09-08
| * | | | | | | | | | | | | | for-each-ref: handle multiline subjects like --prettyJeff King2011-09-08
| * | | | | | | | | | | | | | for-each-ref: refactor subject and body placeholder parsingJeff King2011-09-08
* | | | | | | | | | | | | | | Merge branch 'jc/run-receive-hook-cleanup'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | refactor run_receive_hook()Junio C Hamano2011-09-12
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jc/receive-verify'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | receive-pack: check connectivity before concluding "git push"Junio C Hamano2011-09-09
| * | | | | | | | | | | | | | | check_everything_connected(): libifyJunio C Hamano2011-09-09
| * | | | | | | | | | | | | | | check_everything_connected(): refactor to use an iteratorJunio C Hamano2011-09-09
| * | | | | | | | | | | | | | | fetch: verify we have everything we need before updating our refJunio C Hamano2011-09-09
* | | | | | | | | | | | | | | | Merge branch 'jc/fetch-verify'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | fetch: verify we have everything we need before updating our refJunio C Hamano2011-09-01
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | rev-list --verify-objectJunio C Hamano2011-09-01
| * | | | | | | | | | | | | | list-objects: pass callback data to show_objects()Junio C Hamano2011-09-01
* | | | | | | | | | | | | | | Merge branch 'jc/fetch-pack-fsck-objects'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | transfer.fsckobjects: unify fetch/receive.fsckobjectsJunio C Hamano2011-09-04
| * | | | | | | | | | | | | | | fetch.fsckobjects: verify downloaded objectsJunio C Hamano2011-09-04
* | | | | | | | | | | | | | | | Merge branch 'jc/traverse-commit-list'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | revision.c: add show_object_with_name() helper functionJunio C Hamano2011-08-22
| * | | | | | | | | | | | | | | rev-list: fix finish_object() callJunio C Hamano2011-08-22
* | | | | | | | | | | | | | | | Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano2011-10-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | builtin/revert.c: make commit_list_append() staticJunio C Hamano2011-09-11
| * | | | | | | | | | | | | | | | revert: Propagate errors upwards from do_pick_commitRamkumar Ramachandra2011-08-08