summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* submodules: fix ambiguous absolute paths under Windowsjl/maint-submodule-relativeJohannes Sixt2012-03-041-0/+3
* submodules: refactor computation of relative gitdir pathJens Lehmann2012-03-042-24/+23
* submodules: always use a relative path from gitdir to work treeJens Lehmann2012-03-042-0/+38
* submodules: always use a relative path to gitdirJens Lehmann2012-03-042-7/+6
* submodule add: fix breakage when re-adding a deep submodulejl/submodule-re-addJens Lehmann2012-01-242-0/+9
* Merge branch 'tc/submodule-clone-name-detection'Junio C Hamano2011-10-261-4/+4
|\
| * submodule::module_clone(): silence die() message from module_name()Tay Ray Chuan2011-10-211-1/+1
| * submodule: whitespace fixTay Ray Chuan2011-10-211-3/+3
* | Merge branch 'lh/gitweb-site-html-head'Junio C Hamano2011-10-265-0/+17
|\ \
| * | gitweb: provide a way to customize html headersLénaïc Huard2011-10-215-0/+17
* | | Merge branch 'mm/mediawiki-author-fix'Junio C Hamano2011-10-261-0/+4
|\ \ \
| * | | git-remote-mediawiki: don't include HTTP login/password in authorMatthieu Moy2011-10-201-0/+4
* | | | Merge branch 'jn/libperl-git-config'Junio C Hamano2011-10-263-65/+33
|\ \ \ \
| * | | | Add simple test for Git::config_path() in t/t9700-perl-git.shJakub Narebski2011-10-212-1/+9
| * | | | libperl-git: refactor Git::config_*Junio C Hamano2011-10-181-64/+24
* | | | | Merge branch 'jm/maint-gitweb-filter-forks-fix'Junio C Hamano2011-10-261-1/+1
|\ \ \ \ \
| * | | | | gitweb: fix regression when filtering out forksJulien Muchembled2011-10-211-1/+1
* | | | | | Merge branch 'cn/fetch-prune'Junio C Hamano2011-10-265-55/+137
|\ \ \ \ \ \
| * | | | | | fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto2011-10-152-4/+23
| * | | | | | fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto2011-10-155-20/+36
| * | | | | | remote: separate out the remote_find_tracking logic into query_refspecsCarlos Martín Nieto2011-10-151-36/+33
| * | | | | | t5510: add tests for fetch --pruneCarlos Martín Nieto2011-10-071-0/+50
| * | | | | | fetch: free all the additional refspecsCarlos Martín Nieto2011-10-071-1/+1
* | | | | | | Merge branch 'maint'Junio C Hamano2011-10-231-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'maint-1.7.3' into maintJunio C Hamano2011-10-231-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Reindent closing bracket using tab instead of spacesNguyễn Thái Ngọc Duy2011-10-231-1/+1
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-10-232-3/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Git 1.7.7.1v1.7.7.1Junio C Hamano2011-10-232-2/+3
| * | | | | | | | RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile se...Jonathan Nieder2011-10-231-2/+3
* | | | | | | | | Update draft release notes to 1.7.8Junio C Hamano2011-10-211-2/+21
* | | | | | | | | Merge branch 'po/insn-editor'Junio C Hamano2011-10-212-1/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | "rebase -i": support special-purpose editor to edit insn sheetPeter Oberndorfer2011-10-172-1/+20
* | | | | | | | | | Merge branch 'jc/broken-ref-dwim-fix'Junio C Hamano2011-10-213-100/+104
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | resolve_ref(): report breakage to the caller without warningJunio C Hamano2011-10-191-7/+11
| * | | | | | | | | | resolve_ref(): expose REF_ISBROKEN flagJunio C Hamano2011-10-192-9/+9
| * | | | | | | | | | refs.c: move dwim_ref()/dwim_log() from sha1_name.cJunio C Hamano2011-10-122-85/+85
* | | | | | | | | | | Merge branch 'mh/ref-api'Junio C Hamano2011-10-212-28/+39
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clear_ref_cache(): inline functionMichael Haggerty2011-10-161-7/+3
| * | | | | | | | | | | write_ref_sha1(): only invalidate the loose ref cacheMichael Haggerty2011-10-161-1/+1
| * | | | | | | | | | | clear_ref_cache(): extract two new functionsMichael Haggerty2011-10-161-4/+15
| * | | | | | | | | | | clear_ref_cache(): rename parameterMichael Haggerty2011-10-161-6/+6
| * | | | | | | | | | | invalidate_ref_cache(): expose this function in the refs APIMichael Haggerty2011-10-162-1/+9
| * | | | | | | | | | | invalidate_ref_cache(): take the submodule as parameterMichael Haggerty2011-10-161-8/+4
| * | | | | | | | | | | invalidate_ref_cache(): rename function from invalidate_cached_refs()Michael Haggerty2011-10-161-20/+20
* | | | | | | | | | | | Merge branch 'jc/match-refs-clarify'Junio C Hamano2011-10-216-15/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rename "match_refs()" to "match_push_refs()"jc/match-refs-clarifyJunio C Hamano2011-09-126-14/+17
| * | | | | | | | | | | | send-pack: typofix error messageJunio C Hamano2011-09-121-1/+1
* | | | | | | | | | | | | Merge branch 'jc/make-tags'Junio C Hamano2011-10-211-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Makefile: ask "ls-files" to list source files if availablejc/make-tagsJunio C Hamano2011-10-181-3/+7
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'ss/inet-ntop'Junio C Hamano2011-10-211-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \