aboutsummaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAge
* Subject: setup: officially support --work-tree without --git-dirJonathan Nieder2011-01-21
* Merge branch 'nd/setup'Junio C Hamano2010-12-28
|\
| * setup_work_tree: adjust relative $GIT_WORK_TREE after moving cwdNguyễn Thái Ngọc Duy2010-12-27
| * setup: rework setup_explicit_git_dir()Nguyễn Thái Ngọc Duy2010-12-22
| * setup: clean up setup_discovered_git_dir()Nguyễn Thái Ngọc Duy2010-12-22
| * setup: clean up setup_bare_git_dir()Nguyễn Thái Ngọc Duy2010-12-22
| * setup: limit get_git_work_tree()'s to explicit setup case onlyNguyễn Thái Ngọc Duy2010-12-22
| * Use git_config_early() instead of git_config() during repo setupNguyễn Thái Ngọc Duy2010-12-22
* | Merge branch 'nd/extended-sha1-relpath'Junio C Hamano2010-12-16
|\ \
| * | Make prefix_path() return char* without constNguyễn Thái Ngọc Duy2010-12-07
* | | Merge branch 'jn/parse-options-extra'Junio C Hamano2010-12-12
|\ \ \ | |/ /
| * | setup: save prefix (original cwd relative to toplevel) in startup_infoNguyễn Thái Ngọc Duy2010-12-07
| |/
* | prefix_filename(): safely handle the case where pfx_len=0Thomas Rast2010-10-18
|/
* Merge branch 'jn/paginate-fix'Junio C Hamano2010-08-31
|\
| * Merge branch 'jn/maint-setup-fix' (early part) into jn/paginate-fixJunio C Hamano2010-08-15
| |\
| * | setup: remember whether repository was foundNguyễn Thái Ngọc Duy2010-08-11
* | | setup: split off a function to handle ordinary .git directoriesNguyễn Thái Ngọc Duy2010-08-04
| |/ |/|
* | setup: do not forget working dir from subdir of gitdirNguyễn Thái Ngọc Duy2010-08-04
* | setup: split off get_device_or_die helperJonathan Nieder2010-07-25
* | setup: split off a function to handle hitting ceiling in repo searchJonathan Nieder2010-07-25
* | setup: split off code to handle stumbling upon a repositoryJonathan Nieder2010-07-25
* | setup: split off a function to checks working dir for .git fileJonathan Nieder2010-07-25
* | setup: split off $GIT_DIR-set case from setup_git_directory_gentlyJonathan Nieder2010-07-25
|/
* Merge branch 'maint'Junio C Hamano2010-07-20
|\
| * Check size of path buffer before writing into itGreg Brockman2010-07-20
* | Use dev_t for device id (st_dev) from stat in setup_git_directory_gently()Raja R Harinath2010-07-14
* | Merge branch 'maint'Junio C Hamano2010-06-06
|\ \ | |/
| * setup: document prefixClemens Buchacher2010-06-05
* | Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEMJunio C Hamano2010-04-04
* | GIT_ONE_FILESYSTEM: flip the default to stop at filesystem boundariesJunio C Hamano2010-04-04
* | Add support for GIT_ONE_FILESYSTEMLars R. Damerow2010-03-28
* | truncate cwd string before printing error messageLars R. Damerow2010-03-28
|/
* Merge branch 'nd/root-git'Junio C Hamano2010-03-07
|\
| * Support working directory located at rootNguyễn Thái Ngọc Duy2010-02-16
* | Merge branch 'jc/typo'Junio C Hamano2010-02-16
|\ \
| * | Typofixes outside documentation areaJunio C Hamano2010-02-03
* | | setenv(GIT_DIR) clean-upRené Scharfe2010-02-06
|/ /
* | Merge branch 'bk/fix-relative-gitdir-file'Junio C Hamano2010-01-20
|\ \
| * | Handle relative paths in submodule .git filesBrad King2010-01-09
| |/
* | Merge branch 'mm/diag-path-in-treeish'Junio C Hamano2010-01-10
|\ \ | |/ |/|
| * Detailed diagnosis when parsing an object name fails.Matthieu Moy2009-12-07
* | Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano2009-12-16
|\ \ | |/ |/|
| * worktree: don't segfault with an absolute pathspec without a work treeJunio C Hamano2009-12-16
* | check_filename(): make verify_filename() callable without dyingJunio C Hamano2009-10-18
|/
* Test for WIN32 instead of __MINGW32_Frank Li2009-09-18
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* "core.sharedrepository = 0mode" should set, not loosenJunio C Hamano2009-03-27
* Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano2009-02-10
|\
| * Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt2009-02-07