summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lm/squelch-bg-progress'Junio C Hamano2015-05-112-8/+22
|\
| * compat/mingw: stubs for getpgid() and tcgetpgrp()Johannes Sixt2015-04-151-2/+6
| * progress: no progress in backgroundLuke Mewburn2015-04-151-6/+16
* | Merge branch 'jk/sha1-file-reduce-useless-warnings'Junio C Hamano2015-05-112-6/+2
|\ \
| * | sha1_file: squelch "packfile cannot be accessed" warningsjk/sha1-file-reduce-useless-warningsJeff King2015-03-302-6/+2
* | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-1152-250/+1391
|\ \ \
| * | | prune --worktrees: fix expire vs worktree existence conditionMax Kirillov2015-03-312-3/+19
| * | | t1501: fix test with split indexThomas Gummerer2015-03-241-0/+1
| * | | t2026: fix broken &&-chainJunio C Hamano2015-03-201-2/+2
| * | | t2026 needs procondition SANITYTorsten Bögershausen2015-01-271-1/+1
| * | | git-checkout.txt: a note about multiple checkout support for submodulesNguyễn Thái Ngọc Duy2015-01-071-0/+3
| * | | checkout: add --ignore-other-wortreesNguyễn Thái Ngọc Duy2015-01-073-1/+18
| * | | checkout: pass whole struct to parse_branchname_arg instead of individual flagsNguyễn Thái Ngọc Duy2015-01-071-7/+6
| * | | git-common-dir: make "modules/" per-working-directory directoryMax Kirillov2014-12-013-4/+52
| * | | checkout: do not fail if target is an empty directoryMax Kirillov2014-12-012-2/+7
| * | | t2025: add a test to make sure grafts is working from a linked checkoutNguyễn Thái Ngọc Duy2014-12-011-0/+18
| * | | checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker2014-12-013-1/+19
| * | | git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy2014-12-012-1/+3
| * | | count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy2014-12-013-3/+31
| * | | gc: support prune --worktreesNguyễn Thái Ngọc Duy2014-12-013-4/+24
| * | | 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-012-0/+54
| * | | checkout: reject if the branch is already checked out elsewhereNguyễn Thái Ngọc Duy2014-12-012-7/+104
| * | | prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy2014-12-017-2/+251
| * | | checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy2014-12-016-4/+212
| * | | use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-015-31/+8
| * | | wrapper.c: wrapper to open a file, fprintf then closeNguyễn Thái Ngọc Duy2014-12-012-0/+33
| * | | setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-019-14/+115
| * | | setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()Nguyễn Thái Ngọc Duy2014-12-011-2/+4
| * | | setup.c: convert check_repository_format_gently to use strbufNguyễn Thái Ngọc Duy2014-12-011-4/+8
| * | | setup.c: detect $GIT_COMMON_DIR in is_git_directory()Nguyễn Thái Ngọc Duy2014-12-012-6/+44
| * | | setup.c: convert is_git_directory() to use strbufNguyễn Thái Ngọc Duy2014-12-011-16/+21
| * | | git-stash: avoid hardcoding $GIT_DIR/logs/....Nguyễn Thái Ngọc Duy2014-12-011-2/+2
| * | | *.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy2014-12-016-24/+22
| * | | git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objectsNguyễn Thái Ngọc Duy2014-12-011-1/+1
| * | | $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-016-19/+117
| * | | commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy2014-12-011-1/+1
| * | | fast-import: use git_path() for accessing .git dir instead of get_git_dir()Nguyễn Thái Ngọc Duy2014-12-011-4/+1
| * | | reflog: avoid constructing .lock path with git_pathNguyễn Thái Ngọc Duy2014-12-011-1/+1
| * | | *.sh: respect $GIT_INDEX_FILENguyễn Thái Ngọc Duy2014-12-012-2/+2
| * | | git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-016-7/+95
| * | | path.c: group git_path(), git_pathdup() and strbuf_git_path() togetherNguyễn Thái Ngọc Duy2014-12-011-10/+10
| * | | path.c: rename vsnpath() to do_git_path()Nguyễn Thái Ngọc Duy2014-12-011-4/+4
| * | | git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-015-26/+55
| * | | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-0115-32/+36
| * | | path.c: make get_pathname() return strbuf instead of static bufferNguyễn Thái Ngọc Duy2014-12-011-69/+51
* | | | Merge branch 'pt/credential-xdg'Junio C Hamano2015-05-113-29/+210
|\ \ \ \
| * | | | t0302: "unreadable" test needs POSIXPERMpt/credential-xdgJunio C Hamano2015-03-251-1/+1
| * | | | t0302: test credential-store support for XDG_CONFIG_HOMEPaul Tan2015-03-241-0/+114