aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'jk/git-dir-lookup'Junio C Hamano2012-02-14
|\
| * standardize and improve lookup rules for external local reposJeff King2012-02-02
* | Merge branch 'jk/grep-binary-attribute'Junio C Hamano2012-02-14
|\ \
| * | grep: pre-load userdiff drivers when threadedJeff King2012-02-02
| * | convert git-grep to use grep_source interfaceJeff King2012-02-02
| * | grep: move sha1-reading mutex into low-level codeJeff King2012-02-02
| * | grep: make locking flag globalJeff King2012-02-02
* | | Merge branch 'nd/pack-objects-parseopt'Junio C Hamano2012-02-14
|\ \ \
| * | | pack-objects: convert to use parse_options()Nguyễn Thái Ngọc Duy2012-02-01
| * | | pack-objects: remove bogus commentNguyễn Thái Ngọc Duy2012-02-01
| * | | pack-objects: do not accept "--index-version=version,"Nguyễn Thái Ngọc Duy2012-02-01
| |/ /
* | | Merge branch 'mh/war-on-extra-refs'Junio C Hamano2012-02-14
|\ \ \
| * | | clone: do not add alternate references to extra_refsMichael Haggerty2012-02-12
| * | | everything_local(): mark alternate refs as completeMichael Haggerty2012-02-12
| * | | fetch-pack.c: inline insert_alternate_refs()Michael Haggerty2012-02-12
| * | | fetch-pack.c: rename some parameters from "path" to "refname"Michael Haggerty2012-02-12
| * | | clone.c: move more code into the "if (refs)" conditionalMichael Haggerty2012-02-12
* | | | Merge branch 'jk/userdiff-config-simplify'Junio C Hamano2012-02-14
|\ \ \ \
| * | | | drop odd return value semantics from userdiff_configJeff King2012-02-07
* | | | | Merge branch 'jc/checkout-out-of-unborn'Junio C Hamano2012-02-12
|\ \ \ \ \
| * | | | | git checkout -b: allow switching out of an unborn branchJunio C Hamano2012-02-06
* | | | | | Merge branch 'nd/diffstat-gramnum'Junio C Hamano2012-02-12
|\ \ \ \ \ \
| * | | | | | Use correct grammar in diffstat summary lineNguyễn Thái Ngọc Duy2012-02-03
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'nd/cache-tree-api-refactor'Junio C Hamano2012-02-12
|\ \ \ \ \ \
| * | | | | | cache-tree: update API to take abitrary flagsNguyễn Thái Ngọc Duy2012-02-07
| |/ / / / /
* | | | | | Merge branch 'jk/maint-tag-show-fixes'Junio C Hamano2012-02-12
|\ \ \ \ \ \
| * | | | | | tag: do not show non-tag contents with "-n"Junio C Hamano2012-02-08
| * | | | | | tag: die when listing missing or corrupt objectsJeff King2012-02-06
| * | | | | | tag: fix output of "tag -n" when errors occurJeff King2012-02-06
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jn/merge-no-edit-fix'Junio C Hamano2012-02-12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | merge: do not launch an editor on "--no-edit $tag"Junio C Hamano2012-02-09
* | | | | | Merge branch 'js/add-e-submodule-fix'Junio C Hamano2012-02-10
|\ \ \ \ \ \
| * | | | | | add -e: do not show difference in a submodule that is merely dirtyJohannes Schindelin2012-02-07
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jc/parse-date-raw'Junio C Hamano2012-02-10
|\ \ \ \ \ \
| * | | | | | parse_date(): '@' prefix forces git-timestampJunio C Hamano2012-02-03
* | | | | | | Merge branch 'jc/merge-ff-only-stronger-than-signed-merge'Junio C Hamano2012-02-10
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | merge: do not create a signed tag merge under --ff-only optionJunio C Hamano2012-02-05
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/branch-desc-typoavoidance'Junio C Hamano2012-02-10
|\ \ \ \ \ \
| * | | | | | branch --edit-description: protect against mistyped branch nameJunio C Hamano2012-02-05
| |/ / / / /
* | | | | | Merge branch 'jx/i18n-more-marking'Junio C Hamano2012-02-07
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | i18n: git-commit whence_s "merge/cherry-pick" messageJiang Xin2012-02-01
| |/ / / /
* | | | | Merge branch 'tr/merge-edit-guidance'Junio C Hamano2012-01-31
|\ \ \ \ \
| * | | | | merge: add instructions to the commit message when editingThomas Rast2012-01-31
| |/ / / /
* | | | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2012-01-31
|\ \ \ \ \
| * | | | | merge: use editor by default in interactive sessionsJunio C Hamano2012-01-23
* | | | | | Merge branch 'nd/clone-detached'Junio C Hamano2012-01-31
|\ \ \ \ \ \
| * | | | | | clone: fix up delay cloning conditionsNguyễn Thái Ngọc Duy2012-01-24
| * | | | | | push: do not let configured foreign-vcs permanently clobberedJunio C Hamano2012-01-23
| * | | | | | clone: print advice on checking out detached HEADNguyễn Thái Ngọc Duy2012-01-16
| * | | | | | clone: allow --branch to take a tagNguyễn Thái Ngọc Duy2012-01-16