summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutEric Sunshine2015-07-061-4/+5
* checkout: make --to unconditionally verboseEric Sunshine2015-07-061-2/+1
* checkout: prepare_linked_checkout: drop now-unused 'new' argumentEric Sunshine2015-07-061-3/+2
* checkout: relocate --to's "no branch specified" checkEric Sunshine2015-07-061-3/+4
* checkout: fix bug with --to and relative HEADEric Sunshine2015-07-061-4/+12
* worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy2015-06-293-100/+134
* checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy2015-06-131-12/+11
* prune --worktrees: fix expire vs worktree existence conditionMax Kirillov2015-03-311-3/+7
* checkout: add --ignore-other-wortreesNguyễn Thái Ngọc Duy2015-01-071-1/+5
* checkout: pass whole struct to parse_branchname_arg instead of individual flagsNguyễn Thái Ngọc Duy2015-01-071-7/+6
* checkout: do not fail if target is an empty directoryMax Kirillov2014-12-011-1/+1
* checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker2014-12-011-0/+3
* count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy2014-12-011-1/+3
* gc: support prune --worktreesNguyễn Thái Ngọc Duy2014-12-011-0/+10
* gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy2014-12-011-10/+12
* gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy2014-12-011-1/+1
* checkout: clean up half-prepared directories in --to modeNguyễn Thái Ngọc Duy2014-12-011-0/+48
* checkout: reject if the branch is already checked out elsewhereNguyễn Thái Ngọc Duy2014-12-011-2/+84
* prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy2014-12-012-2/+112
* checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy2014-12-011-2/+93
* use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-012-9/+2
* setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-011-0/+4
* commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy2014-12-011-1/+1
* reflog: avoid constructing .lock path with git_pathNguyễn Thái Ngọc Duy2014-12-011-1/+1
* git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-011-0/+7
* git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-011-5/+8
* path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-017-14/+18
* Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano2014-11-061-1/+1
|\
| * fetch: load all default config at startupJeff King2014-11-041-1/+1
* | Merge branch 'jc/push-cert'Junio C Hamano2014-10-311-2/+2
|\ \
| * | receive-pack: avoid minor leak in case start_async() failsRené Scharfe2014-10-281-2/+2
* | | Merge branch 'jk/prune-mtime'Junio C Hamano2014-10-297-199/+157
|\ \ \
| * | | pack-objects: double-check options before discarding objectsJeff King2014-10-201-0/+2
| * | | repack: pack objects mentioned by the indexJeff King2014-10-202-0/+9
| * | | pack-objects: use argv_arrayJeff King2014-10-201-10/+10
| * | | make add_object_array_with_context interface more saneJeff King2014-10-161-4/+4
| * | | pack-objects: match prune logic for discarding objectsJeff King2014-10-161-0/+39
| * | | pack-objects: refactor unpack-unreachable expiration checkJeff King2014-10-161-5/+12
| * | | prune: keep objects reachable from recent objectsJeff King2014-10-162-2/+2
| * | | count-objects: use for_each_loose_file_in_objdirJeff King2014-10-161-71/+30
| * | | count-objects: do not use xsize_t when counting object sizeJeff King2014-10-161-1/+1
| * | | prune-packed: use for_each_loose_file_in_objdirJeff King2014-10-161-46/+23
| * | | prune: factor out loose-object directory traversalJeff King2014-10-161-61/+26
* | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-251-1/+12
|\ \ \ \ | | |/ / | |/| |
| * | | push: heed user.signingkey for signed pushesMichael J Gruber2014-10-241-1/+12
* | | | Merge branch 'eb/no-pthreads'Junio C Hamano2014-10-243-7/+7
|\ \ \ \
| * | | | Handle atexit list internaly for unthreaded buildsEtienne Buira2014-10-201-5/+0
| * | | | pack-objects: set number of threads before checking and warningJunio C Hamano2014-10-131-2/+4
| * | | | index-pack: fix compilation with NO_PTHREADSEtienne Buira2014-10-131-0/+3
| | |/ / | |/| |
* | | | Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-241-9/+14
|\ \ \ \