Age | Commit message (Expand) | Author | Files | Lines |
2011-05-30 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-05-30 | Merge branch 'jm/maint-misc-fix' into maint | Junio C Hamano | 1 | -1/+1 |
2011-05-26 | read_gitfile_gently: use ssize_t to hold read result | Jeff King | 1 | -1/+1 |
2011-05-23 | Merge branch 'jc/magic-pathspec' | Junio C Hamano | 1 | -4/+111 |
2011-05-17 | setup.c: Fix some "symbol not declared" sparse warnings | Ramsay Jones | 1 | -2/+2 |
2011-05-10 | rev/path disambiguation: further restrict "misspelled index entry" diag | Junio C Hamano | 1 | -2/+11 |
2011-05-10 | fix overslow :/no-such-string-ever-existed diagnostics | Junio C Hamano | 1 | -1/+1 |
2011-05-10 | pathspec: drop "lone : means no pathspec" from get_pathspec() | Junio C Hamano | 1 | -3/+0 |
2011-05-10 | Revert "magic pathspec: add ":(icase)path" to match case insensitively" | Junio C Hamano | 1 | -27/+4 |
2011-05-02 | Merge branch 'nd/maint-setup' | Junio C Hamano | 1 | -3/+4 |
2011-04-08 | magic pathspec: add ":(icase)path" to match case insensitively | Junio C Hamano | 1 | -4/+27 |
2011-04-08 | magic pathspec: futureproof shorthand form | Junio C Hamano | 1 | -1/+8 |
2011-04-06 | magic pathspec: add tentative ":/path/from/top/level" pathspec support | Junio C Hamano | 1 | -2/+96 |
2011-03-28 | setup: return correct prefix if worktree is '/' | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
2011-03-17 | Name make_*_path functions more accurately | Carlos Martín Nieto | 1 | -7/+7 |
2011-02-09 | Merge branch 'cb/setup' | Junio C Hamano | 1 | -4/+7 |
2011-01-21 | Subject: setup: officially support --work-tree without --git-dir | Jonathan Nieder | 1 | -0/+19 |
2011-01-04 | setup: translate symlinks in filename when using absolute paths | Carlo Marcelo Arenas Belon | 1 | -4/+7 |
2010-12-28 | Merge branch 'nd/setup' | Junio C Hamano | 1 | -92/+146 |
2010-12-27 | setup_work_tree: adjust relative $GIT_WORK_TREE after moving cwd | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2010-12-22 | setup: rework setup_explicit_git_dir() | Nguyễn Thái Ngọc Duy | 1 | -60/+78 |
2010-12-22 | setup: clean up setup_discovered_git_dir() | Nguyễn Thái Ngọc Duy | 1 | -36/+36 |
2010-12-22 | setup: clean up setup_bare_git_dir() | Nguyễn Thái Ngọc Duy | 1 | -10/+9 |
2010-12-22 | setup: limit get_git_work_tree()'s to explicit setup case only | Nguyễn Thái Ngọc Duy | 1 | -2/+8 |
2010-12-22 | Use git_config_early() instead of git_config() during repo setup | Nguyễn Thái Ngọc Duy | 1 | -12/+35 |
2010-12-16 | Merge branch 'nd/extended-sha1-relpath' | Junio C Hamano | 1 | -1/+1 |
2010-12-12 | Merge branch 'jn/parse-options-extra' | Junio C Hamano | 1 | -1/+3 |
2010-12-07 | Make prefix_path() return char* without const | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2010-12-07 | setup: save prefix (original cwd relative to toplevel) in startup_info | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2010-10-18 | prefix_filename(): safely handle the case where pfx_len=0 | Thomas Rast | 1 | -2/+2 |
2010-08-31 | Merge branch 'jn/paginate-fix' | Junio C Hamano | 1 | -1/+11 |
2010-08-15 | Merge branch 'jn/maint-setup-fix' (early part) into jn/paginate-fix | Junio C Hamano | 1 | -72/+99 |
2010-08-11 | setup: remember whether repository was found | Nguyễn Thái Ngọc Duy | 1 | -1/+11 |
2010-08-04 | setup: split off a function to handle ordinary .git directories | Nguyễn Thái Ngọc Duy | 1 | -18/+25 |
2010-08-04 | setup: do not forget working dir from subdir of gitdir | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2010-07-25 | setup: split off get_device_or_die helper | Jonathan Nieder | 1 | -11/+14 |
2010-07-25 | setup: split off a function to handle hitting ceiling in repo search | Jonathan Nieder | 1 | -9/+12 |
2010-07-25 | setup: split off code to handle stumbling upon a repository | Jonathan Nieder | 1 | -13/+21 |
2010-07-25 | setup: split off a function to checks working dir for .git file | Jonathan Nieder | 1 | -7/+13 |
2010-07-25 | setup: split off $GIT_DIR-set case from setup_git_directory_gently | Jonathan Nieder | 1 | -32/+37 |
2010-07-20 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+2 |
2010-07-20 | Check size of path buffer before writing into it | Greg Brockman | 1 | -0/+2 |
2010-07-14 | Use dev_t for device id (st_dev) from stat in setup_git_directory_gently() | Raja R Harinath | 1 | -1/+2 |
2010-06-06 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+6 |
2010-06-05 | setup: document prefix | Clemens Buchacher | 1 | -0/+6 |
2010-04-04 | Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEM | Junio C Hamano | 1 | -2/+2 |
2010-04-04 | GIT_ONE_FILESYSTEM: flip the default to stop at filesystem boundaries | Junio C Hamano | 1 | -2/+2 |
2010-03-28 | Add support for GIT_ONE_FILESYSTEM | Lars R. Damerow | 1 | -0/+25 |
2010-03-28 | truncate cwd string before printing error message | Lars R. Damerow | 1 | -1/+3 |
2010-03-07 | Merge branch 'nd/root-git' | Junio C Hamano | 1 | -5/+8 |