summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Merge branch 'maint'Junio C Hamano2010-08-264-11/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | for-each-ref: fix objectname:short bugJay Soffian2010-08-261-1/+2
| * | | | | | tree-walk: Correct bitrotted comment about tree_entry()Elijah Newren2010-08-251-1/+4
| * | | | | | Fix 'git log' early pager startup error caseLinus Torvalds2010-08-252-9/+4
* | | | | | | Merge branch 'maint'Junio C Hamano2010-08-242-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | parse-options: clarify PARSE_OPT_NOARG descriptionJonathan Nieder2010-08-241-1/+1
| * | | | | | t3302 (notes): Port to SolarisJonathan Nieder2010-08-241-1/+1
* | | | | | | t7610: cd inside subshell instead of aroundBrian Gernhardt2010-08-241-23/+26
* | | | | | | Merge branch 'maint'Junio C Hamano2010-08-2217-26/+26
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Typos in code comments, an error message, documentationRalf Wildenhues2010-08-2217-26/+26
* | | | | | | Typos in code comments, an error message, documentationRalf Wildenhues2010-08-222-2/+2
* | | | | | | Merge branch 'mm/rebase-i-exec'Junio C Hamano2010-08-217-11/+174
|\ \ \ \ \ \ \
| * | | | | | | git-rebase--interactive.sh: use printf instead of echo to print commit messageBrandon Casey2010-08-131-2/+2
| * | | | | | | git-rebase--interactive.sh: rework skip_unnecessary_picksBrandon Casey2010-08-131-9/+14
| * | | | | | | test-lib: user-friendly alternatives to test [-d|-f|-e]Matthieu Moy2010-08-114-12/+51
| * | | | | | | rebase -i: add exec command to launch a shell commandMatthieu Moy2010-08-114-3/+122
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'gb/split-cmdline-errmsg'Junio C Hamano2010-08-214-4/+18
|\ \ \ \ \ \ \
| * | | | | | | split_cmdline: Allow caller to access error stringGreg Brockman2010-08-114-4/+18
| |/ / / / / /
* | | | | | | Merge branch 'so/http-user-agent'Junio C Hamano2010-08-213-2/+18
|\ \ \ \ \ \ \
| * | | | | | | Allow HTTP user agent string to be modified.Spencer E. Olson2010-08-113-2/+18
| |/ / / / / /
* | | | | | | Merge branch 'mm/shortopt-detached'Junio C Hamano2010-08-217-80/+212
|\ \ \ \ \ \ \
| * | | | | | | log: parse separate option for --globMatthieu Moy2010-08-062-2/+11
| * | | | | | | log: parse separate options like git log --grep fooMatthieu Moy2010-08-062-28/+53
| * | | | | | | diff: parse separate options --stat-width n, --stat-name-width nMatthieu Moy2010-08-061-5/+23
| * | | | | | | diff: split off a function for --stat-* option parsingJonathan Nieder2010-08-061-27/+35