aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'maint-1.7.7' into maintJunio C Hamano2012-01-12
|\
| * Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2012-01-12
| |\
| | * thin-pack: try harder to use preferred base objects as baseJeff King2012-01-12
* | | Merge branch 'jv/maint-config-set' into maintJunio C Hamano2011-12-28
|\ \ \
| * | | Fix an incorrect reference to --set-all.Jelmer Vernooij2011-12-27
* | | | Merge branch 'jc/checkout-m-twoway' into maintJunio C Hamano2011-12-28
|\ \ \ \
| * | | | checkout_merged(): squelch false warning from some gccJunio C Hamano2011-12-15
| * | | | checkout -m: no need to insist on having all 3 stagesJunio C Hamano2011-12-06
* | | | | Merge branch 'jk/maint-strbuf-missing-init' into maintJunio C Hamano2011-12-28
|\ \ \ \ \
| * | | | | Update jk/maint-strbuf-missing-init to builtin/ renameJunio C Hamano2011-12-18
* | | | | | Merge branch 'jn/maint-sequencer-fixes' into maintJunio C Hamano2011-12-28
|\ \ \ \ \ \
| * | | | | | revert: stop creating and removing sequencer-old directoryJonathan Nieder2011-12-12
| * | | | | | revert: do not remove state until sequence is finishedJonathan Nieder2011-12-12
| * | | | | | revert: allow single-pick in the middle of cherry-pick sequenceJonathan Nieder2011-12-12
| * | | | | | revert: pass around rev-list args in already-parsed formJonathan Nieder2011-12-12
| * | | | | | revert: allow cherry-pick --continue to commit before resumingJonathan Nieder2011-12-12
| * | | | | | revert: give --continue handling its own functionJonathan Nieder2011-12-12
* | | | | | | Merge branch 'jk/maint-mv' into maintJunio C Hamano2011-12-28
|\ \ \ \ \ \ \
| * | | | | | | mv: be quiet about overwritingJeff King2011-12-12
| * | | | | | | mv: improve overwrite warningJeff King2011-12-12
| * | | | | | | mv: make non-directory destination error more clearJeff King2011-12-12
| * | | | | | | mv: honor --verbose flagJeff King2011-12-12
* | | | | | | | Merge branch 'jk/fetch-no-tail-match-refs' into maintJunio C Hamano2011-12-28
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch-pack: match refs exactlyJeff King2011-12-13
| * | | | | | | | drop "match" parameter from get_remote_headsJeff King2011-12-13
* | | | | | | | | Merge branch 'ci/stripspace-docs' into maintJunio C Hamano2011-12-28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update documentation for stripspaceConrad Irwin2011-12-12
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jn/branch-move-to-self' into maintJunio C Hamano2011-12-28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow checkout -B <current-branch> to update the current branchJonathan Nieder2011-11-28
| * | | | | | | | | branch: allow a no-op "branch -M <current-branch> HEAD"Jonathan Nieder2011-11-28
* | | | | | | | | | Merge branch 'bc/maint-apply-check-no-patch' into maintJunio C Hamano2011-12-21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/apply.c: report error on failure to recognize inputBrandon Casey2011-12-05
* | | | | | | | | | | clone: the -o option has nothing to do with <branch>Carlos Martín Nieto2011-12-21
* | | | | | | | | | | builtin/log: remove redundant initializationMichael Schubert2011-12-21
* | | | | | | | | | | Merge branch 'ms/commit-cc-option-helpstring' into maintJunio C Hamano2011-12-21
* | | | | | | | | | | builtin/init-db.c: eliminate -Wformat warning on SolarisÆvar Arnfjörð Bjarmason2011-12-20
* | | | | | | | | | | Merge branch 'jc/maint-pack-object-cycle' into maintJunio C Hamano2011-12-13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | pack-object: tolerate broken packs that have duplicated objectsJunio C Hamano2011-11-16
* | | | | | | | | | | | Merge branch 'jc/index-pack-reject-dups' into maintJunio C Hamano2011-12-13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | receive-pack, fetch-pack: reject bogus pack that records objects twiceJunio C Hamano2011-11-16
* | | | | | | | | | | | | Merge branch 'nd/misc-cleanups' into maintJunio C Hamano2011-12-13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-27
| * | | | | | | | | | | | | tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-27
* | | | | | | | | | | | | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'ab/clang-lints' into maint-1.7.7Junio C Hamano2011-12-13
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | cast variable in call to free() in builtin/diff.c and submodule.cÆvar Arnfjörð Bjarmason2011-11-06
| | * | | | | | | | | | | | apply: get rid of useless x < 0 comparison on a size_t typeÆvar Arnfjörð Bjarmason2011-11-06
| * | | | | | | | | | | | | Merge branch 'nd/maint-ignore-exclude' into maint-1.7.7Junio C Hamano2011-12-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | checkout,merge: loosen overwriting untracked file check based on info/excludeNguyễn Thái Ngọc Duy2011-11-28
| * | | | | | | | | | | | | | Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2011-12-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |