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