summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts2010-10-022-5/+37
* MinGW: Add missing file mode bit definesSebastian Schuberth2010-10-021-1/+13
* MinGW: Use pid_t more consequently, introduce uid_t for greater compatibilitySebastian Schuberth2010-10-021-5/+6
* Merge branch 'maint'Junio C Hamano2010-09-304-45/+25
|\
| * Fix typo in pack-objects' usageJohannes Schindelin2010-09-301-1/+1
| * Make sure that git_getpass() never returns NULLJohannes Schindelin2010-09-301-2/+6
| * t0004 (unwritable files): simplify error handlingJonathan Nieder2010-09-301-38/+14
| * rev-list-options: clarify --parents and --childrenMichael J Gruber2010-09-301-4/+4
* | Start 1.7.4 cycleJunio C Hamano2010-09-303-2/+56
* | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter'Junio C Hamano2010-09-302-0/+49
|\ \
| * | send-email: Refuse to send cover-letter template subjectThomas Rast2010-09-082-0/+49
* | | Merge branch 'ab/send-email-catfile'Junio C Hamano2010-09-291-1/+2
|\ \ \
| * | | send-email: use catfile() to concatenate filesÆvar Arnfjörð Bjarmason2010-09-141-1/+2
* | | | Merge branch 'jc/grep-header-all-match-fix'Junio C Hamano2010-09-293-32/+101
|\ \ \ \
| * | | | log --author: take union of multiple "author" requestsJunio C Hamano2010-09-133-13/+83
| * | | | grep: move logic to compile header pattern into a separate helperJunio C Hamano2010-09-131-23/+22
* | | | | Merge branch 'jc/no-branch-name-with-dash-at-front'Junio C Hamano2010-09-291-0/+2
|\ \ \ \ \
| * | | | | disallow branch names that start with a hyphenJunio C Hamano2010-09-151-0/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'jn/gitweb-test-lib'Junio C Hamano2010-09-291-6/+6
|\ \ \ \ \
| * | | | | t/gitweb-lib.sh: Use tabs for indent consistentlyJakub Narebski2010-09-121-2/+2
| * | | | | t/gitweb-lib.sh: Use GIT_BUILD_DIRJakub Narebski2010-09-121-4/+4
* | | | | | Merge branch 'bc/fortran-userdiff'Junio C Hamano2010-09-293-1/+20
|\ \ \ \ \ \
| * | | | | | userdiff.c: add builtin fortran regex patternsBrandon Casey2010-09-103-1/+20
* | | | | | | Merge branch 'jk/read-tree-empty'Junio C Hamano2010-09-292-2/+14
|\ \ \ \ \ \ \
| * | | | | | | read-tree: deprecate syntax without tree-ish argsJan Krüger2010-09-102-2/+14
* | | | | | | | Merge branch 'rr/format-patch-count-without-merges'Junio C Hamano2010-09-293-7/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | format-patch: Don't go over merge commitsRamkumar Ramachandra2010-08-283-7/+18
| * | | | | | | | t4014-format-patch: Call test_tick before committingRamkumar Ramachandra2010-08-281-0/+5
* | | | | | | | | Merge branch 'jc/pickaxe-grep'Junio C Hamano2010-09-2910-9/+226
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff/log -G<pattern>: testsJunio C Hamano2010-08-314-0/+55
| * | | | | | | | | git log/diff: add -G<regexp> that greps in the patch textJunio C Hamano2010-08-314-4/+164
| * | | | | | | | | diff: pass the entire diff-options to diffcore_pickaxe()Junio C Hamano2010-08-313-3/+5
| * | | | | | | | | gitdiffcore doc: update pickaxe descriptionJunio C Hamano2010-08-311-3/+3
* | | | | | | | | | Merge branch 'gb/shell-ext'Junio C Hamano2010-09-295-21/+186
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | shell: Display errors from improperly-formatted command linesGreg Brockman2010-08-271-3/+13
| * | | | | | | | | | Merge branch 'gb/split-cmdline-errmsg' into gb/shell-extJunio C Hamano2010-08-274-4/+18
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | shell: Rewrite documentation and improve error messageRamkumar Ramachandra2010-08-242-13/+22
| * | | | | | | | | | | Add sample commands for git-shellGreg Brockman2010-08-133-0/+46
| * | | | | | | | | | | Add interactive mode to git-shell for user-friendlinessGreg Brockman2010-08-131-8/+68
| * | | | | | | | | | | Allow creation of arbitrary git-shell commandsGreg Brockman2010-08-131-2/+42
* | | | | | | | | | | | Merge branch 'rr/fmt-merge-msg'Junio C Hamano2010-09-297-55/+163
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t6200-fmt-merge-msg: Exercise '--log' to configure shortlog lengthRamkumar Ramachandra2010-09-091-0/+43
| * | | | | | | | | | | | t6200-fmt-merge-msg: Exercise 'merge.log' to configure shortlog lengthRamkumar Ramachandra2010-09-091-0/+48
| * | | | | | | | | | | | merge: Make 'merge.log' an integer or boolean optionRamkumar Ramachandra2010-09-094-14/+21
| * | | | | | | | | | | | merge: Make '--log' an integer option for number of shortlog entriesRamkumar Ramachandra2010-09-094-24/+37
| * | | | | | | | | | | | fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_lenRamkumar Ramachandra2010-09-093-27/+24
* | | | | | | | | | | | | Merge branch 'po/etc-gitattributes'Junio C Hamano2010-09-296-5/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add global and system-wide gitattributesPetr Onderka2010-09-016-5/+95
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | MinGW: avoid collisions between "tags" and "TAGS"Junio C Hamano2010-09-291-6/+9
* | | | | | | | | | | | diff: trivial fix for --output file error messageMatthieu Moy2010-09-291-1/+1