summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-146-5/+6
* git-archive: infer output format from filename when unspecifiedDmitry Potapov2009-09-132-3/+41
* completion: Replace config --list with --get-regexpTodd Zullinger2009-09-131-21/+9
* git-archive: add '-o' as a alias for '--output'Dmitry Potapov2009-09-133-3/+4
* test local clone by copyingClemens Buchacher2009-09-131-21/+33
* git-clone doc: typofixJohannes Gilger2009-09-131-1/+1
* git-push: Accept -n as a synonym for --dry-run.Nelson Elhage2009-09-132-3/+4
* git-commit doc: remove duplicated --dry-run descriptionJunio C Hamano2009-09-131-7/+1
* GIT 1.6.5-rc1v1.6.5-rc1Junio C Hamano2009-09-131-0/+31
* Improve --patch option documentation in git-addJari Aalto2009-09-131-3/+8
* Merge branch 'pk/fast-import-tars'Junio C Hamano2009-09-131-4/+46
|\
| * import-tars: Allow per-tar author and commit message.Peter Krefting2009-09-031-4/+46
* | Merge branch 'pk/fast-import-dirs'Junio C Hamano2009-09-131-0/+416
|\ \
| * | Add script for importing bits-and-pieces to Git.Peter Krefting2009-09-031-0/+416
* | | Merge branch 'jt/pushinsteadof'Junio C Hamano2009-09-135-32/+131
|\ \ \
| * | | Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett2009-09-085-10/+106
| * | | Wrap rewrite globals in a struct in preparation for adding another setJosh Triplett2009-09-071-25/+28
* | | | Merge branch 'jk/unwanted-advices'Junio C Hamano2009-09-138-1/+66
|\ \ \ \
| * | | | status: make "how to stage" messages optionalJeff King2009-09-114-0/+15
| * | | | push: make non-fast-forward help message configurableJeff King2009-09-117-1/+51
| |/ / /
* | | | Merge branch 'jc/merge-saner-messages'Junio C Hamano2009-09-131-4/+21
|\ \ \ \
| * | | | merge-recursive: give less scary messages when merge did not startJunio C Hamano2009-09-081-4/+21
* | | | | quiltimport documentation: --dry-run and -n are synonymsJunio C Hamano2009-09-131-1/+1
* | | | | 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