aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'bc/attr-ignore-case' into maintJunio C Hamano2011-11-01
|\
| * attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-06
| * builtin/mv.c: plug miniscule memory leakBrandon Casey2011-10-06
| * cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-06
* | Merge branch 'cn/fetch-prune' into maintJunio C Hamano2011-11-01
|\ \
| * | fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto2011-10-15
| * | fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto2011-10-15
| * | fetch: free all the additional refspecsCarlos Martín Nieto2011-10-07
* | | clone: Quote user supplied path in a single quote pairRichard Hartmann2011-10-27
* | | Merge branch 'jk/argv-array' into maintJunio C Hamano2011-10-26
|\ \ \
| * | | checkout: use argv_array APIJeff King2011-09-14
* | | | Merge branch 'jc/run-receive-hook-cleanup' into maintJunio C Hamano2011-10-26
|\ \ \ \
| * | | | refactor run_receive_hook()Junio C Hamano2011-09-12
* | | | | Merge branch 'maint-1.7.6' into maintJunio C Hamano2011-10-26
|\ \ \ \ \
| * \ \ \ \ Merge branch 'mz/remote-rename' into maint-1.7.6Junio C Hamano2011-10-26
| |\ \ \ \ \
| | * | | | | remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2011-09-11
| | * | | | | remote rename: warn when refspec was not updatedMartin von Zweigbergk2011-09-11
| | * | | | | remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2011-09-11
| | * | | | | remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2011-09-11
| * | | | | | Merge branch 'cb/maint-ls-files-error-report' into maintJunio C Hamano2011-09-23
| |\ \ \ \ \ \
| * | | | | | | describe: Refresh the index when run with --dirtyAllan Caffee2011-09-23
| * | | | | | | Merge branch 'jc/maint-clone-alternates' into maintJunio C Hamano2011-09-23
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'nd/maint-clone-gitdir' into maintJunio C Hamano2011-09-23
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'mh/check-ref-format-print-normalize' into maintJunio C Hamano2011-09-23
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'nd/maint-autofix-tag-in-head' into maintJunio C Hamano2011-10-21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy2011-09-18
| * | | | | | | | | | | merge: remove global variable head[]Nguyễn Thái Ngọc Duy2011-09-18
| * | | | | | | | | | | merge: use return value of resolve_ref() to determine if HEAD is invalidNguyễn Thái Ngọc Duy2011-09-18
| * | | | | | | | | | | merge: keep stash[] a local variableNguyễn Thái Ngọc Duy2011-08-26
* | | | | | | | | | | | Merge branch 'jc/apply-blank-at-eof-fix' into maintJunio C Hamano2011-10-21
* | | | | | | | | | | | Merge branch 'il/archive-err-signal' into maintJunio C Hamano2011-10-21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Support ERR in remote archive like in fetch/pushIlari Liusvaara2011-10-05
* | | | | | | | | | | | | Merge branch 'jm/maint-apply-detects-corrupt-patch-header' into maintJunio C Hamano2011-10-21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix "git apply --index ..." not to deref NULLJim Meyering2011-10-12
* | | | | | | | | | | | | | Merge branch 'jc/checkout-from-tree-keep-local-changes' into maintJunio C Hamano2011-10-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | checkout $tree $path: do not clobber local changes in $path not in $treeJunio C Hamano2011-09-30
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'mm/maint-config-explicit-bool-display' into maintJunio C Hamano2011-10-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | config: display key_delim for config --bool --get-regexpMatthieu Moy2011-10-10
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'ms/patch-id-with-overlong-line' into maintJunio C Hamano2011-10-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | patch-id.c: use strbuf instead of a fixed bufferMichael Schubert2011-09-22
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jc/maint-bundle-too-quiet' into maintJunio C Hamano2011-10-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano2011-09-19
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jc/maint-fsck-fwrite-size-check' into maintJunio C Hamano2011-10-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fsck: do not abort upon finding an empty blobJunio C Hamano2011-09-11
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'nm/grep-object-sha1-lock' into maintJunio C Hamano2011-10-15
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'ci/forbid-unwanted-current-branch-update'Junio C Hamano2011-09-16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | branch --set-upstream: regression fixJunio C Hamano2011-09-16
* | | | | | | | | | | | | | Merge branch 'ph/format-patch-no-color'Junio C Hamano2011-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | format-patch: ignore ui.colorPang Yan Han2011-09-12
* | | | | | | | | | | | | | Sync with 1.7.6.3Junio C Hamano2011-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |