summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* submodules: always use a relative path to gitdirJens Lehmann2012-03-052-7/+6
* submodule add: fix breakage when re-adding a deep submoduleJens Lehmann2012-01-242-0/+9
* Merge branch 'tc/submodule-clone-name-detection'Junio C Hamano2011-10-271-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-275-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-271-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-273-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-271-1/+1
|\ \ \ \ \
| * | | | | gitweb: fix regression when filtering out forksJulien Muchembled2011-10-211-1/+1
* | | | | | Merge branch 'cn/fetch-prune'Junio C Hamano2011-10-275-55/+137
|\ \ \ \ \ \
| * | | | | | fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto2011-10-162-4/+23
| * | | | | | fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto2011-10-165-20/+36
| * | | | | | remote: separate out the remote_find_tracking logic into query_refspecsCarlos Martín Nieto2011-10-161-36/+33
| * | | | | | t5510: add tests for fetch --pruneCarlos Martín Nieto2011-10-081-0/+50
| * | | | | | fetch: free all the additional refspecsCarlos Martín Nieto2011-10-081-1/+1
* | | | | | | Merge branch 'maint'Junio C Hamano2011-10-241-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'maint-1.7.3' into maintJunio C Hamano2011-10-241-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Reindent closing bracket using tab instead of spacesNguyễn Thái Ngọc Duy2011-10-241-1/+1
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-10-242-3/+5
|\| | | | | | | |
| * | | | | | | | Git 1.7.7.1v1.7.7.1Junio C Hamano2011-10-242-2/+3
| * | | | | | | | RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile se...Jonathan Nieder2011-10-241-2/+3
* | | | | | | | | Update draft release notes to 1.7.8Junio C Hamano2011-10-221-2/+21
* | | | | | | | | Merge branch 'po/insn-editor'Junio C Hamano2011-10-222-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-223-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-222-28/+39
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clear_ref_cache(): inline functionMichael Haggerty2011-10-171-7/+3
| * | | | | | | | | | | write_ref_sha1(): only invalidate the loose ref cacheMichael Haggerty2011-10-171-1/+1
| * | | | | | | | | | | clear_ref_cache(): extract two new functionsMichael Haggerty2011-10-171-4/+15
| * | | | | | | | | | | clear_ref_cache(): rename parameterMichael Haggerty2011-10-171-6/+6
| * | | | | | | | | | | invalidate_ref_cache(): expose this function in the refs APIMichael Haggerty2011-10-172-1/+9
| * | | | | | | | | | | invalidate_ref_cache(): take the submodule as parameterMichael Haggerty2011-10-171-8/+4
| * | | | | | | | | | | invalidate_ref_cache(): rename function from invalidate_cached_refs()Michael Haggerty2011-10-171-20/+20
* | | | | | | | | | | | Merge branch 'jc/match-refs-clarify'Junio C Hamano2011-10-226-15/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rename "match_refs()" to "match_push_refs()"Junio C Hamano2011-09-136-14/+17
| * | | | | | | | | | | | send-pack: typofix error messageJunio C Hamano2011-09-131-1/+1
* | | | | | | | | | | | | Merge branch 'jc/make-tags'Junio C Hamano2011-10-221-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Makefile: ask "ls-files" to list source files if availableJunio C Hamano2011-10-181-3/+7
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'ss/inet-ntop'Junio C Hamano2011-10-221-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | inet_ntop.c: Work around GCC 4.6's detection of uninitialized variablesSebastian Schuberth2011-10-181-0/+2
* | | | | | | | | | | | | | Merge branch 'jc/maint-remove-renamed-ref'Junio C Hamano2011-10-221-8/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | branch -m/-M: remove undocumented RENAMED-REFJunio C Hamano2011-10-121-8/+0