summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* preserve mtime of local cloneClemens Buchacher2009-09-133-1/+23
* don't dereference NULL upon fdopen failureJim Meyering2009-09-135-8/+8
* use write_str_in_full helper to avoid literal string lengthsJim Meyering2009-09-131-7/+3
* Merge branch 'db/vcs-helper'Junio C Hamano2009-09-139-144/+406
|\
| * Makefile: remove remnant of separate http/https/ftp helpersJunio C Hamano2009-09-112-4/+2
| * Use a clearer style to issue commands to remote helpersDaniel Barkalow2009-09-031-7/+14
| * Make the "traditionally-supported" URLs a special caseDaniel Barkalow2009-09-034-22/+6
| * Makefile: install hardlinks for git-remote-<scheme> supported by libcurl if p...Junio C Hamano2009-08-071-2/+9
| * Makefile: do not link three copies of git-remote-* programsJunio C Hamano2009-08-071-2/+10
| * Makefile: git-http-fetch does not need expatJeff King2009-08-071-1/+1
| * http-fetch: Fix Makefile dependanciesMike Ralphson2009-08-061-1/+1
| * Add transport native helper executables to .gitignoreMike Ralphson2009-08-061-0/+3
| * git-http-fetch: not a builtinLinus Torvalds2009-08-054-9/+11
| * Use an external program to implement fetching with curlDaniel Barkalow2009-08-053-135/+145
| * Add support for external programs for handling native fetchesDaniel Barkalow2009-08-054-0/+243
* | use write_str_in_full helper to avoid literal string lengthsJim Meyering2009-09-137-9/+14
* | wrap git's main usage string.Matthieu Moy2009-09-131-1/+4
* | Merge branch 'maint'Junio C Hamano2009-09-138-39/+76
|\ \
| * | GIT 1.6.4.3v1.6.4.3Junio C Hamano2009-09-134-3/+33
| * | svn: properly escape arguments for authors-progMark Lodato2009-09-132-0/+15
| * | Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano2009-09-133-27/+30
| |\ \
| | * | grep: accept relative paths outside current working directoryClemens Buchacher2009-09-073-27/+29
| | * | grep: fix exit status if external_grep() puntsClemens Buchacher2009-09-071-0/+1
| * | | http.c: remove verification of remote packsTay Ray Chuan2009-09-111-11/+0
* | | | rebase: use plumbing to show dirty stateJeff King2009-09-111-1/+1
* | | | pager: set LESS=FRSX also on WindowsJohannes Sixt2009-09-111-2/+4
* | | | start_command: do not clobber cmd->env on Windows code pathJohannes Sixt2009-09-113-9/+17
* | | | add documentation for mailinfo.scissors and '--no-scissors'Nicolas Sebrecht2009-09-113-2/+10
* | | | mailinfo: add '--scissors' to usage messageNicolas Sebrecht2009-09-111-1/+1
* | | | INSTALL: Describe dependency knobs from MakefileBrian Gernhardt2009-09-101-14/+24
* | | | INSTALL: Reorder dependencies, split shell and PerlBrian Gernhardt2009-09-101-5/+9
* | | | git-p4: Avoid modules deprecated in Python 2.6.Reilly Grant2009-09-101-7/+5
* | | | Makefile: Add NEEDS_CRYPTO_WITH_SSLBrian Gernhardt2009-09-101-1/+7
* | | | git.el: Use git-add-file for unmerged files, remove git-resolve-fileMartin Nordholts2009-09-091-12/+1
* | | | INSTALL: Update description of our SHA-1 codeBrian Gernhardt2009-09-081-2/+2
* | | | GIT 1.6.5-rc0v1.6.5-rc0Junio C Hamano2009-09-071-6/+27
* | | | Merge branch 'maint'Junio C Hamano2009-09-072-15/+20
|\ \ \ \ | |/ / /
| * | | git-pull: do not mention --quiet and --verbose twiceEmmanuel Trillaud2009-09-071-0/+2
| * | | githooks.txt: put hooks into subsectionsBert Wesarg2009-09-071-15/+18
* | | | Merge branch 'jc/mailinfo-scissors'Junio C Hamano2009-09-0712-27/+395
|\ \ \ \
| * | | | mailinfo.scissors: new configurationJunio C Hamano2009-08-261-1/+13
| * | | | am/mailinfo: Disable scissors processing by defaultJunio C Hamano2009-08-2610-29/+149
| * | | | Documentation: describe the scissors mark support of "git am"Nanako Shiraishi2009-08-261-4/+12
| * | | | Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano2009-08-266-2/+233
| * | | | builtin-mailinfo.c: fix confusing internal API to mailinfo()Junio C Hamano2009-08-261-5/+2
* | | | | Merge branch 'jk/clone-b'Junio C Hamano2009-09-073-28/+122
|\ \ \ \ \
| * | | | | clone: add --branch option to select a different HEADJeff King2009-08-263-28/+122
* | | | | | Merge branch 'jc/upload-pack-hook'Junio C Hamano2009-09-074-2/+172
|\ \ \ \ \ \
| * | | | | | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano2009-08-283-2/+30
| * | | | | | upload-pack: add a trigger for post-upload-pack hookJunio C Hamano2009-08-284-2/+144
| |/ / / / /