summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'jk/maint-pass-c-config-in-env'Junio C Hamano2010-09-081-1/+1
|\ \ \ | |_|/ |/| |
| * | pass "git -c foo=bar" params through environmentJeff King2010-08-241-1/+1
| |/
* | Merge branch 'jn/paginate-fix'Junio C Hamano2010-08-311-15/+23
|\ \
| * | merge-file: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-1/+1
| * | var: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-1/+1
| * | ls-remote: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-2/+2
| * | index-pack: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-1/+1
| * | config: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-2/+2
| * | bundle: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-1/+1
| * | apply: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-151-1/+1
| * | grep: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-111-1/+1
| * | shortlog: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-111-1/+1
| * | git wrapper: allow setup_git_directory_gently() be called earlierNguyễn Thái Ngọc Duy2010-08-111-4/+9
| * | git wrapper: introduce startup_info structNguyễn Thái Ngọc Duy2010-08-111-0/+3
* | | Merge branch 'maint'Junio C Hamano2010-08-261-3/+3
|\ \ \
| * | | Fix 'git log' early pager startup error caseLinus Torvalds2010-08-251-3/+3
| |/ /
* | | Merge branch 'gb/split-cmdline-errmsg'Junio C Hamano2010-08-211-1/+2
|\ \ \ | |/ / |/| |
| * | split_cmdline: Allow caller to access error stringGreg Brockman2010-08-111-1/+2
| |/
* | Fix 'git' wrapper usage stringThomas Rast2010-07-271-2/+2
|/
* Merge branch 'jn/paginate-fix'Junio C Hamano2010-07-151-1/+4
|\
| * git --paginate: paginate external commands againJonathan Nieder2010-07-141-0/+3
| * git --paginate: do not commit pager choice too earlyNguyễn Thái Ngọc Duy2010-06-281-1/+1
* | grep: Add the option '--open-files-in-pager'Johannes Schindelin2010-06-131-1/+1
|/
* Allow passing of configuration parameters in the command lineAlex Riesen2010-03-281-0/+9
* Merge branch 'jh/notes'Junio C Hamano2010-03-151-0/+1
|\
| * Builtin-ify git-notesJohan Herland2010-02-131-0/+1
* | fallback SSH_ASKPASS when GIT_ASKPASS not setFrank Li2010-03-021-0/+3
* | Merge branch 'maint'Junio C Hamano2010-02-161-1/+1
|\ \
| * \ Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-02-161-1/+1
| |\ \
| | * | Remove hyphen from "git-command" in two error messagesPete Harlan2010-02-151-1/+1
* | | | Resurrect "git grep --no-index"Junio C Hamano2010-02-131-1/+1
|/ / /
* | | Revert 30816237 and 7e62265Junio C Hamano2010-02-051-1/+1
| |/ |/|
* | make "index-pack" a built-inLinus Torvalds2010-01-221-0/+1
* | make "git pack-redundant" a built-inLinus Torvalds2010-01-221-0/+1
* | make "git unpack-file" a built-inLinus Torvalds2010-01-221-0/+1
* | make "mktag" a built-inLinus Torvalds2010-01-221-0/+1
* | make "merge-index" a built-inLinus Torvalds2010-01-221-0/+1
* | make "git patch-id" a built-inLinus Torvalds2010-01-211-0/+1
* | make "git var" a built-inLinus Torvalds2010-01-211-0/+1
* | make "git hash-object" a built-inLinus Torvalds2010-01-211-0/+1
* | make "git merge-tree" a built-inLinus Torvalds2010-01-211-0/+1
* | Merge branch 'ap/merge-backend-opts'Junio C Hamano2010-01-201-0/+2
|\ \
| * | git merge -X<option>Avery Pennarun2010-01-171-0/+2
| |/
* | grep: prepare to run outside of a work treeJunio C Hamano2010-01-151-1/+1
|/
* Merge branch 'cc/replace'Junio C Hamano2009-11-231-0/+3
|\
| * replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder2009-11-201-0/+3
* | Let 'git <command> -h' show usage without a git dirJonathan Nieder2009-11-101-9/+12
* | Retire fetch--tool helper to contrib/examplesJonathan Nieder2009-11-091-1/+0
|/
* git: add --no-replace-objects option to disable replacingChristian Couder2009-10-131-1/+3
* Merge branch 'db/vcs-helper'Junio C Hamano2009-09-131-3/+0
|\