Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jn/paginate-fix' | Junio C Hamano | 2010-08-31 | 1 | -15/+23 |
|\ | |||||
| * | merge-file: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 | 1 | -1/+1 |
| * | var: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 | 1 | -1/+1 |
| * | ls-remote: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 | 1 | -2/+2 |
| * | index-pack: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 | 1 | -1/+1 |
| * | config: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 | 1 | -2/+2 |
| * | bundle: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 | 1 | -1/+1 |
| * | apply: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-15 | 1 | -1/+1 |
| * | grep: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-11 | 1 | -1/+1 |
| * | shortlog: run setup_git_directory_gently() sooner | Nguyễn Thái Ngọc Duy | 2010-08-11 | 1 | -1/+1 |
| * | git wrapper: allow setup_git_directory_gently() be called earlier | Nguyễn Thái Ngọc Duy | 2010-08-11 | 1 | -4/+9 |
| * | git wrapper: introduce startup_info struct | Nguyễn Thái Ngọc Duy | 2010-08-11 | 1 | -0/+3 |
* | | Merge branch 'maint' | Junio C Hamano | 2010-08-26 | 1 | -3/+3 |
|\ \ | |||||
| * | | Fix 'git log' early pager startup error case | Linus Torvalds | 2010-08-25 | 1 | -3/+3 |
| |/ | |||||
* | | Merge branch 'gb/split-cmdline-errmsg' | Junio C Hamano | 2010-08-21 | 1 | -1/+2 |
|\ \ | |/ |/| | |||||
| * | split_cmdline: Allow caller to access error string | Greg Brockman | 2010-08-11 | 1 | -1/+2 |
* | | Fix 'git' wrapper usage string | Thomas Rast | 2010-07-27 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'jn/paginate-fix' | Junio C Hamano | 2010-07-15 | 1 | -1/+4 |
|\ | |||||
| * | git --paginate: paginate external commands again | Jonathan Nieder | 2010-07-14 | 1 | -0/+3 |
| * | git --paginate: do not commit pager choice too early | Nguyễn Thái Ngọc Duy | 2010-06-28 | 1 | -1/+1 |
* | | grep: Add the option '--open-files-in-pager' | Johannes Schindelin | 2010-06-13 | 1 | -1/+1 |
|/ | |||||
* | Allow passing of configuration parameters in the command line | Alex Riesen | 2010-03-28 | 1 | -0/+9 |
* | Merge branch 'jh/notes' | Junio C Hamano | 2010-03-15 | 1 | -0/+1 |
|\ | |||||
| * | Builtin-ify git-notes | Johan Herland | 2010-02-13 | 1 | -0/+1 |
* | | fallback SSH_ASKPASS when GIT_ASKPASS not set | Frank Li | 2010-03-02 | 1 | -0/+3 |
* | | Merge branch 'maint' | Junio C Hamano | 2010-02-16 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 2010-02-16 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Remove hyphen from "git-command" in two error messages | Pete Harlan | 2010-02-15 | 1 | -1/+1 |
* | | | | Resurrect "git grep --no-index" | Junio C Hamano | 2010-02-13 | 1 | -1/+1 |
|/ / / | |||||
* | | | Revert 30816237 and 7e62265 | Junio C Hamano | 2010-02-05 | 1 | -1/+1 |
| |/ |/| | |||||
* | | make "index-pack" a built-in | Linus Torvalds | 2010-01-22 | 1 | -0/+1 |
* | | make "git pack-redundant" a built-in | Linus Torvalds | 2010-01-22 | 1 | -0/+1 |
* | | make "git unpack-file" a built-in | Linus Torvalds | 2010-01-22 | 1 | -0/+1 |
* | | make "mktag" a built-in | Linus Torvalds | 2010-01-22 | 1 | -0/+1 |
* | | make "merge-index" a built-in | Linus Torvalds | 2010-01-22 | 1 | -0/+1 |
* | | make "git patch-id" a built-in | Linus Torvalds | 2010-01-21 | 1 | -0/+1 |
* | | make "git var" a built-in | Linus Torvalds | 2010-01-21 | 1 | -0/+1 |
* | | make "git hash-object" a built-in | Linus Torvalds | 2010-01-21 | 1 | -0/+1 |
* | | make "git merge-tree" a built-in | Linus Torvalds | 2010-01-21 | 1 | -0/+1 |
* | | Merge branch 'ap/merge-backend-opts' | Junio C Hamano | 2010-01-20 | 1 | -0/+2 |
|\ \ | |||||
| * | | git merge -X<option> | Avery Pennarun | 2010-01-17 | 1 | -0/+2 |
| |/ | |||||
* | | grep: prepare to run outside of a work tree | Junio C Hamano | 2010-01-15 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'cc/replace' | Junio C Hamano | 2009-11-23 | 1 | -0/+3 |
|\ | |||||
| * | replace: use a GIT_NO_REPLACE_OBJECTS env variable | Christian Couder | 2009-11-20 | 1 | -0/+3 |
* | | Let 'git <command> -h' show usage without a git dir | Jonathan Nieder | 2009-11-10 | 1 | -9/+12 |
* | | Retire fetch--tool helper to contrib/examples | Jonathan Nieder | 2009-11-09 | 1 | -1/+0 |
|/ | |||||
* | git: add --no-replace-objects option to disable replacing | Christian Couder | 2009-10-13 | 1 | -1/+3 |
* | Merge branch 'db/vcs-helper' | Junio C Hamano | 2009-09-13 | 1 | -3/+0 |
|\ | |||||
| * | git-http-fetch: not a builtin | Linus Torvalds | 2009-08-05 | 1 | -3/+0 |
* | | wrap git's main usage string. | Matthieu Moy | 2009-09-13 | 1 | -1/+4 |