summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2012-07-28Merge branch 'jk/maint-checkout-orphan-check-fix'Junio C Hamano
2012-07-25checkout: don't confuse ref and object flagsJeff King
2012-07-24Merge branch 'jk/maint-commit-check-committer-early'Junio C Hamano
2012-07-24Merge branch 'kk/maint-commit-tree'Junio C Hamano
2012-07-24Merge branch 'tg/ce-namelen-field'Junio C Hamano
2012-07-23commit: check committer identity more strictlyJeff King
2012-07-22Merge branch 'mm/config-xdg'Junio C Hamano
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-17Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano
2012-07-17commit-tree: resurrect command line parsing updatesJunio C Hamano
2012-07-16config: fix several access(NULL) callsMatthieu Moy
2012-07-16Merge branch 'jk/index-pack-streaming-fix'Junio C Hamano
2012-07-16Merge branch 'jk/maint-commit-amend-only-no-paths'Junio C Hamano
2012-07-16Merge branch 'cw/amend-commit-without-message'Junio C Hamano
2012-07-16Merge branch 'ar/clone-honor-umask-at-top'Junio C Hamano
2012-07-16Merge branch 'jc/apply-3way'Junio C Hamano
2012-07-13Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano
2012-07-13Merge branch 'tr/maint-show-walk'Junio C Hamano
2012-07-11Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer
2012-07-10index-pack: loop while inflating objects in unpack_dataJeff King
2012-07-10add: create ADD_EDIT.patch with mode 0666Jeff King
2012-07-09rev-parse --disambiguate=<prefix>Junio C Hamano
2012-07-09rev-parse: A and B in "rev-parse A..B" refer to committishJunio C Hamano
2012-07-09reset: the command takes committishJunio C Hamano
2012-07-09commit-tree: the command wants a tree and commitsJunio C Hamano
2012-07-09apply: --build-fake-ancestor expects blobsJunio C Hamano
2012-07-09revision.c: the "log" family, except for "show", takes committishJunio C Hamano
2012-07-09revision.c: allow handle_revision_arg() to take other flagsJunio C Hamano
2012-07-09sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano
2012-07-09apply: allow rerere() to work on --3way resultsJunio C Hamano
2012-07-09apply: register conflicted stages to the indexJunio C Hamano
2012-07-09apply: --3way with add/add conflictJunio C Hamano
2012-07-09apply: move verify_index_match() higherJunio C Hamano
2012-07-09apply: plug the three-way merge logic inJunio C Hamano
2012-07-09apply: fall back on three-way mergeJunio C Hamano
2012-07-09apply: accept -3/--3way command line optionJunio C Hamano
2012-07-09apply: move "already exists" logic to check_to_create()Junio C Hamano
2012-07-09apply: move check_to_create_blob() closer to its sole callerJunio C Hamano
2012-07-09apply: further split load_preimage()Junio C Hamano
2012-07-09apply: refactor "previous patch" logicJunio C Hamano
2012-07-09apply: split load_preimage() helper function outJunio C Hamano
2012-07-09apply: factor out checkout_target() helper functionJunio C Hamano
2012-07-09apply: refactor read_file_or_gitlink()Junio C Hamano
2012-07-09apply: clear_image() clears things a bit moreJunio C Hamano
2012-07-09apply: a bit more comments on PATH_TO_BE_DELETEDJunio C Hamano
2012-07-09apply: fix an incomplete comment in check_patch()Junio C Hamano
2012-07-09Restore umasks influence on the permissions of work tree created by cloneAlex Riesen
2012-07-09Allow edit of empty message with commit --amendChris Webb
2012-07-09Merge branch 'cw/help-over-network'Junio C Hamano
2012-07-09Merge branch 'js/fast-export-paths-with-spaces'Junio C Hamano