summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Update svn-fe manualJonathan Nieder2010-08-141-8/+6
| * | | | | | | | | | | SVN dump parserDavid Barr2010-08-148-2/+372
| * | | | | | | | | | | Infrastructure to write revisions in fast-export formatDavid Barr2010-08-145-2/+443
| * | | | | | | | | | | Add stream helper libraryDavid Barr2010-08-147-2/+274
| * | | | | | | | | | | Add string-specific memory poolDavid Barr2010-08-147-3/+210
| * | | | | | | | | | | Add treap implementationJason Evans2010-08-147-1/+432
| * | | | | | | | | | | Add memory pool libraryDavid Barr2010-08-145-1/+260
| * | | | | | | | | | | Introduce vcs-svn libJonathan Nieder2010-08-142-1/+33
* | | | | | | | | | | | Merge branch 'tr/maint-no-unquote-plus'Junio C Hamano2010-08-312-7/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Do not unquote + into ' ' in URLsThomas Rast2010-07-252-7/+14
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jn/paginate-fix'Junio C Hamano2010-08-3114-47/+120
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t7006 (pager): add missing TTY prerequisitesJonathan Nieder2010-08-161-2/+2
| * | | | | | | | | | | | merge-file: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-152-4/+2
| * | | | | | | | | | | | var: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-152-8/+3
| * | | | | | | | | | | | ls-remote: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-152-5/+2
| * | | | | | | | | | | | index-pack: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-152-3/+1
| * | | | | | | | | | | | Merge branch 'jn/maint-setup-fix' (early part) into jn/paginate-fixJunio C Hamano2010-08-154-264/+556
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | config: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-153-5/+12
| * | | | | | | | | | | | | bundle: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-153-5/+36
| * | | | | | | | | | | | | apply: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-153-4/+7
| * | | | | | | | | | | | | grep: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-113-5/+16
| * | | | | | | | | | | | | shortlog: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-113-3/+11
| * | | | | | | | | | | | | git wrapper: allow setup_git_directory_gently() be called earlierNguyễn Thái Ngọc Duy2010-08-111-4/+9
| * | | | | | | | | | | | | setup: remember whether repository was foundNguyễn Thái Ngọc Duy2010-08-112-1/+12
| * | | | | | | | | | | | | git wrapper: introduce startup_info structNguyễn Thái Ngọc Duy2010-08-113-0/+9
* | | | | | | | | | | | | | Merge branch 'jn/maint-setup-fix'Junio C Hamano2010-08-314-282/+581
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | setup: split off a function to handle ordinary .git directoriesNguyễn Thái Ngọc Duy2010-08-041-18/+25
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Revert "rehabilitate 'git index-pack' inside the object store"Nguyễn Thái Ngọc Duy2010-08-041-19/+5
| * | | | | | | | | | | | | setup: do not forget working dir from subdir of gitdirNguyễn Thái Ngọc Duy2010-08-042-1/+3
| * | | | | | | | | | | | | t4111 (apply): refresh index before applying patches to itJonathan Nieder2010-08-041-1/+2
| * | | | | | | | | | | | | setup: split off get_device_or_die helperJonathan Nieder2010-07-251-11/+14
| * | | | | | | | | | | | | setup: split off a function to handle hitting ceiling in repo searchJonathan Nieder2010-07-251-9/+12
| * | | | | | | | | | | | | setup: split off code to handle stumbling upon a repositoryJonathan Nieder2010-07-251-13/+21
| * | | | | | | | | | | | | setup: split off a function to checks working dir for .git fileJonathan Nieder2010-07-251-7/+13
| * | | | | | | | | | | | | setup: split off $GIT_DIR-set case from setup_git_directory_gentlyJonathan Nieder2010-07-251-32/+37
| * | | | | | | | | | | | | tests: try git apply from subdir of toplevelJonathan Nieder2010-07-251-0/+141
| * | | | | | | | | | | | | t1501 (rev-parse): clarifyJonathan Nieder2010-07-251-173/+310
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'en/fast-export-fix'Junio C Hamano2010-08-313-1/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fast-export: Add a --full-tree optionElijah Newren2010-07-193-1/+14
| * | | | | | | | | | | | | fast-export: Fix dropping of files with --import-marks and path limitingElijah Newren2010-07-192-1/+17
* | | | | | | | | | | | | | Merge branch 'hv/autosquash-config'Junio C Hamano2010-08-314-8/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | add configuration variable for --autosquash option of interactive rebaseHeiko Voigt2010-07-144-8/+47
* | | | | | | | | | | | | | | Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano2010-08-314-11/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | rerere: fix overeager gcSZEDER Gábor2010-07-143-9/+34
| * | | | | | | | | | | | | | mingw_utime(): handle NULL times parameterSZEDER Gábor2010-07-121-2/+7
* | | | | | | | | | | | | | | gitweb: Don't die_error in git_tag after already printing headersAnders Kaseorg2010-08-311-3/+3
* | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-08-291-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'maint-1.7.1' into maintJunio C Hamano2010-08-291-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | t0003: add missing && at end of linesMatthieu Moy2010-08-291-5/+5
* | | | | | | | | | | | | | | | object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina2010-08-297-6/+8