aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'jk/git-path'Junio C Hamano2015-08-19
|\
| * memoize common git-path "constant" filesJeff King2015-08-10
| * get_repo_path: refactor path-allocationJeff King2015-08-10
| * remote.c: drop extraneous local variable from migrate_fileJeff King2015-08-10
| * prefer mkpathdup to mkpath in assignmentsJeff King2015-08-10
| * prefer git_pathdup to git_path in some possibly-dangerous casesJeff King2015-08-10
* | Merge branch 'jc/finalize-temp-file'Junio C Hamano2015-08-19
|\ \
| * | sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano2015-08-10
* | | Merge branch 'ps/guess-repo-name-at-root'Junio C Hamano2015-08-19
|\ \ \
| * | | clone: abort if no dir name could be guessedPatrick Steinhardt2015-08-10
| * | | clone: do not use port number as dir namePatrick Steinhardt2015-08-10
| * | | clone: do not include authentication data in guessed dirPatrick Steinhardt2015-08-10
* | | | Merge branch 'jk/guess-repo-name-regression-fix'Junio C Hamano2015-08-19
|\ \ \ \ | |/ / /
| * | | clone: use computed length in guess_dir_nameJeff King2015-08-10
* | | | Merge branch 'mh/get-remote-group-fix'Junio C Hamano2015-08-17
|\ \ \ \
| * | | | get_remote_group(): use skip_prefix()Michael Haggerty2015-07-28
| * | | | get_remote_group(): eliminate superfluous call to strcspn()Michael Haggerty2015-07-28
| * | | | get_remote_group(): rename local variable "space" to "wordlen"Michael Haggerty2015-07-28
| * | | | get_remote_group(): handle remotes with single-character namesMichael Haggerty2015-07-28
* | | | | Merge branch 'kd/pull-rebase-autostash'Junio C Hamano2015-08-17
|\ \ \ \ \
| * | | | | pull: allow dirty tree when rebase.autostash enabledKevin Daudt2015-07-22
* | | | | | Merge branch 'sb/remove-unused-var-from-builtin-add'Junio C Hamano2015-08-12
|\ \ \ \ \ \
| * | | | | | add: remove dead codeStefan Beller2015-07-31
* | | | | | | Merge branch 'es/worktree-add-cleanup'Junio C Hamano2015-08-12
|\ \ \ \ \ \ \
| * | | | | | | checkout: drop intimate knowledge of newly created worktreeEric Sunshine2015-07-20
| * | | | | | | worktree: populate via "git reset --hard" rather than "git checkout"Eric Sunshine2015-07-20
| * | | | | | | worktree: avoid resolving HEAD unnecessarilyEric Sunshine2015-07-20
| * | | | | | | worktree: make setup of new HEAD distinct from worktree populationEric Sunshine2015-07-20
| * | | | | | | worktree: detect branch-name/detached and error conditions locallyEric Sunshine2015-07-20
| * | | | | | | worktree: add_worktree: construct worktree-population command locallyEric Sunshine2015-07-20
| * | | | | | | worktree: elucidate environment variables intended for child processesEric Sunshine2015-07-20
| * | | | | | | worktree: make branch creation distinct from worktree populationEric Sunshine2015-07-20
| * | | | | | | worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine2015-07-20
| * | | | | | | worktree: make --detach mutually exclusive with -b/-BEric Sunshine2015-07-20
| * | | | | | | worktree: introduce options containerEric Sunshine2015-07-20
| * | | | | | | worktree: simplify new branch (-b/-B) option checkingEric Sunshine2015-07-20
| * | | | | | | worktree: improve worktree setup messageEric Sunshine2015-07-20
| * | | | | | | branch: publish die_if_checked_out()Eric Sunshine2015-07-20
| * | | | | | | checkout: teach check_linked_checkout() about symbolic link HEADEric Sunshine2015-07-20
| * | | | | | | checkout: check_linked_checkout: simplify symref parsingEric Sunshine2015-07-20
| * | | | | | | checkout: check_linked_checkout: improve "already checked out" aestheticEric Sunshine2015-07-20
| * | | | | | | checkout: generalize die_if_checked_out() branch name argumentEric Sunshine2015-07-20
| * | | | | | | checkout: die_if_checked_out: simplify strbuf managementEric Sunshine2015-07-20
| * | | | | | | checkout: improve die_if_checked_out() robustnessEric Sunshine2015-07-20
| * | | | | | | checkout: name check_linked_checkouts() more meaningfullyEric Sunshine2015-07-20
| * | | | | | | checkout: avoid resolving HEAD unnecessarilyEric Sunshine2015-07-20
* | | | | | | | Merge branch 'pt/am-builtin'Junio C Hamano2015-08-12
|\ \ \ \ \ \ \ \
| * | | | | | | | git-am: add am.threeWay config variableRemi Lespinet2015-08-04
| * | | | | | | | builtin-am: remove redirection to git-am.shPaul Tan2015-08-04
| * | | | | | | | builtin-am: check for valid committer identPaul Tan2015-08-04