summaryrefslogtreecommitdiff
path: root/builtin/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/checkout-m-twoway'Junio C Hamano2011-12-191-24/+36
|\
| * checkout_merged(): squelch false warning from some gccJunio C Hamano2011-12-151-1/+1
| * checkout -m: no need to insist on having all 3 stagesJunio C Hamano2011-12-061-24/+36
* | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-191-8/+7
|\ \
| * | Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-131-8/+7
* | | Merge branch 'nd/ignore-might-be-precious'Junio C Hamano2011-12-131-3/+8
|\ \ \
| * | | checkout,merge: disallow overwriting ignored files with --no-overwrite-ignorend/ignore-might-be-preciousNguyễn Thái Ngọc Duy2011-11-281-3/+8
| * | | Merge branch 'nd/maint-ignore-exclude' into nd/ignore-might-be-preciousJunio C Hamano2011-11-281-1/+1
| |\ \ \
* | \ \ \ Merge branch 'jn/branch-move-to-self'Junio C Hamano2011-12-131-4/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Allow checkout -B <current-branch> to update the current branchjn/branch-move-to-selfJonathan Nieder2011-11-281-4/+11
| |/ / /
* | | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-091-3/+5
|\ \ \ \
| * | | | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-051-1/+3
| * | | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-131-2/+2
| |/ / /
* | | | Merge branch 'nd/maint-ignore-exclude'Junio C Hamano2011-12-051-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | checkout,merge: loosen overwriting untracked file check based on info/excludend/maint-ignore-excludeNguyễn Thái Ngọc Duy2011-11-281-1/+1
* | | Merge branch 'jc/checkout-from-tree-keep-local-changes'Junio C Hamano2011-10-171-1/+5
|\ \ \
| * | | checkout $tree $path: do not clobber local changes in $path not in $treeJunio C Hamano2011-09-301-1/+5
* | | | Merge branch 'rs/pending'Junio C Hamano2011-10-131-28/+18
|\ \ \ \
| * | | | commit: factor out clear_commit_marks_for_object_arrayrs/pendingRené Scharfe2011-10-031-7/+1
| * | | | checkout: use leak_pending flagRené Scharfe2011-10-031-13/+12
| * | | | checkout: use add_pending_{object,sha1} in orphan checkRené Scharfe2011-10-031-27/+12
* | | | | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-101-1/+1
|\ \ \ \ \
| * | | | | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-1/+1
* | | | | | Merge branch 'jk/argv-array'Junio C Hamano2011-10-051-19/+8
|\ \ \ \ \ \
| * | | | | | checkout: use argv_array APIJeff King2011-09-141-19/+8
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ci/forbid-unwanted-current-branch-update'Junio C Hamano2011-09-161-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | branch --set-upstream: regression fixJunio C Hamano2011-09-161-1/+2
* | | | | | Merge branch 'ci/forbid-unwanted-current-branch-update'Junio C Hamano2011-08-281-9/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Prevent force-updating of the current branchConrad Irwin2011-08-221-9/+3
| * | | | | Merge branch 'jc/checkout-reflog-fix' into maintJunio C Hamano2011-08-161-2/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/maint-1.7.3-checkout-describe' into maintJunio C Hamano2011-08-011-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'cb/maint-ls-files-error-report'Junio C Hamano2011-08-231-3/+3
|\ \ \ \ \ \ \
| * | | | | | | ls-files: fix pathspec display on errorClemens Buchacher2011-08-111-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'jc/checkout-reflog-fix'Junio C Hamano2011-07-221-2/+5
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge commit 'v1.7.6' into jc/checkout-reflog-fixJunio C Hamano2011-07-061-2/+5
| |/ / / / /
* | | | | | Merge branch 'jc/maint-1.7.3-checkout-describe'Junio C Hamano2011-06-291-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | checkout -b <name>: correctly detect existing branchJunio C Hamano2011-06-051-1/+1
* | | | | | Merge branch 'jc/advice-about-to-lose-commit'Junio C Hamano2011-06-291-10/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | checkout: make advice when reattaching the HEAD less loudJunio C Hamano2011-05-241-6/+9
* | | | | | Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-311-5/+2
|\ \ \ \ \ \
| * | | | | | pretty: add pp_commit_easy function for simple callersJeff King2011-05-261-2/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-05-061-1/+4
|\ \ \ \ \ \
| * | | | | | Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy2011-03-251-1/+4
| |/ / / / /
* | | | | | i18n: mark checkout plural warning for translationÆvar Arnfjörð Bjarmason2011-04-121-3/+15
* | | | | | i18n: mark checkout --detach messages for translationÆvar Arnfjörð Bjarmason2011-04-121-3/+3
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-50/+54
|\ \ \ \ \
| * | | | | i18n: git-checkout "Switched to a .. branch" messageÆvar Arnfjörð Bjarmason2011-03-091-6/+8
| * | | | | i18n: git-checkout "HEAD is now at" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | | i18n: git-checkout describe_detached_head messagesÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | | | i18n: git-checkout: our/their version messageÆvar Arnfjörð Bjarmason2011-03-091-6/+8