summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2015-08-10prefer git_pathdup to git_path in some possibly-dangerous casesJeff King
2015-08-03Merge branch 'jx/do-not-crash-receive-pack-wo-head'Junio C Hamano
2015-08-03Merge branch 'db/send-pack-user-signingkey'Junio C Hamano
2015-08-03Merge branch 'dt/refs-backend-preamble'Junio C Hamano
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-08-03Merge branch 'ib/scripted-parse-opt-better-hint-string'Junio C Hamano
2015-08-03Merge branch 'dt/log-follow-config'Junio C Hamano
2015-08-03Merge branch 'jk/cat-file-batch-all'Junio C Hamano
2015-08-03Merge branch 'js/fsck-opt'Junio C Hamano
2015-08-03Merge branch 'mh/init-delete-refs-api'Junio C Hamano
2015-08-03Merge branch 'pt/pull-builtin'Junio C Hamano
2015-08-03Merge branch 'ee/clean-remove-dirs'Junio C Hamano
2015-08-03Merge branch 'cb/parse-magnitude'Junio C Hamano
2015-08-03Merge branch 'bc/gpg-verify-raw'Junio C Hamano
2015-08-03Merge branch 'kn/for-each-ref'Junio C Hamano
2015-08-03Merge branch 'mh/replace-refs'Junio C Hamano
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak
2015-08-03ref-filter: move code from 'for-each-ref'Karthik Nayak
2015-07-22receive-pack: crash when checking with non-exist HEADJiang Xin
2015-07-21builtin/send-pack.c: respect user.signingkeyJunio C Hamano
2015-07-21update-ref and tag: add --create-reflog argDavid Turner
2015-07-21git-reflog: add exists commandDavid Turner
2015-07-21refs: new public ref function: safe_create_reflogDavid Turner
2015-07-21refs.c: add err arguments to reflog functionsDavid Turner
2015-07-15Merge branch 'mh/fsck-reflog-entries' into maintJunio C Hamano
2015-07-15Merge branch 'jc/do-not-feed-tags-to-clear-commit-marks' into maintJunio C Hamano
2015-07-15rev-parse --parseopt: allow [*=?!] in argument hintsIlya Bobyr
2015-07-13Merge branch 'es/worktree-add'Junio C Hamano
2015-07-13Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-07-13Merge branch 'ss/clone-guess-dir-name-simplify'Junio C Hamano
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano
2015-07-10Merge branch 'ls/hint-rev-list-count'Junio C Hamano
2015-07-10Merge branch 'jk/rev-list-no-bitmap-while-pruning'Junio C Hamano
2015-07-09Merge branch 'jc/fix-alloc-sortbuf-in-index-pack'Junio C Hamano
2015-07-09clone: simplify string handling in guess_dir_name()Sebastian Schuberth
2015-07-09log: add "log.follow" configuration variableDavid Turner
2015-07-07checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine
2015-07-06worktree: extract basename computation to new functionEric Sunshine
2015-07-06checkout: require worktree unconditionallyEric Sunshine
2015-07-06checkout: retire --to optionEric Sunshine
2015-07-06worktree: add -b/-B optionsEric Sunshine
2015-07-06worktree: add --detach optionEric Sunshine
2015-07-06worktree: add --force optionEric Sunshine
2015-07-06worktree: introduce "add" commandEric Sunshine
2015-07-06checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutEric Sunshine
2015-07-06checkout: make --to unconditionally verboseEric Sunshine
2015-07-06checkout: prepare_linked_checkout: drop now-unused 'new' argumentEric Sunshine
2015-07-06checkout: relocate --to's "no branch specified" checkEric Sunshine