summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-30Start 1.7.4 cycleJunio C Hamano3-2/+56
2010-09-29MinGW: avoid collisions between "tags" and "TAGS"Junio C Hamano1-6/+9
2010-09-29diff: trivial fix for --output file error messageMatthieu Moy1-1/+1
2010-09-29user-manual: fix anchor name Finding-comments-With-given-ContentMichael J Gruber1-1/+1
2010-09-29user-manual: be consistent in illustrations to 'git rebase'Kirill Smelkov1-2/+2
2010-09-29stash: simplify parsing fixesJon Seymour1-21/+7
2010-09-29Git 1.7.3.1v1.7.3.1Junio C Hamano4-3/+18
2010-09-29stash: fix git stash branch regression when branch creation failsJon Seymour2-4/+4
2010-09-29stash drops the stash even if creating the branch fails because it already ex...Tomas Carnecky1-0/+11
2010-09-28Fix missing 'does' in man-page for 'git checkout'Linus Torvalds1-8/+8
2010-09-27dir.c: squelch false uninitialized memory warningPat Notz1-1/+1
2010-09-27git-send-email.perl: ensure $domain is defined before using itBrandon Casey1-1/+1
2010-09-27wt-status.c: don't leak directory entries when processing untracked,ignoredBrandon Casey1-10/+6
2010-09-27t6050 (replace): fix bogus "fetch branch with replacement" testChristian Couder1-3/+10
2010-09-27Documentation: Refer to git-commit-tree in git-filter-branch helpWesley J. Landaker1-1/+1
2010-09-27update comment and documentation for :/foo syntaxMatthieu Moy2-1/+4
2010-09-27Improvements to `git checkout -h`Daniel Knittl-Frank1-6/+6
2010-09-27contrib/completion: --no-index option to git diffMichael J Gruber1-1/+1
2010-09-27prefer test -h over test -L in shell scriptsJeff King3-5/+5
2010-09-27CodingGuidelines: spell Arithmetic Expansion with $(($var))Junio C Hamano1-0/+4
2010-09-27t1503: Fix arithmetic expansion syntax error when using dashRamsay Jones1-2/+2
2010-09-27strbuf.h: fix comment typoPat Notz1-1/+1
2010-09-27git-stash: fix flag parsingBrian Gernhardt2-8/+15
2010-09-27t/t3903-stash: improve testing of git-stash showBrandon Casey1-4/+58
2010-09-18Git 1.7.3v1.7.3Junio C Hamano3-14/+8
2010-09-17git-rebase--interactive.sh: replace cut with ${v%% *}Chris Johnsen1-1/+1
2010-09-17t/t7300: workaround ancient touch by rearranging argumentsBrandon Casey1-1/+1
2010-09-16ls-files documentation: reword for consistencyJunio C Hamano1-4/+4
2010-09-16git-ls-files.txt: clarify -x/--exclude optionJay Soffian1-2/+3
2010-09-15Git 1.7.3 rc2v1.7.3-rc2Junio C Hamano2-3/+9
2010-09-15disallow branch names that start with a hyphenJunio C Hamano1-0/+2
2010-09-14git-gui 0.13gitgui-0.13.0Pat Thoyts1-1/+1
2010-09-14send-email: use catfile() to concatenate filesÆvar Arnfjörð Bjarmason1-1/+2
2010-09-13git-gui: avoid mis-encoding the copyright message on Windows.Pat Thoyts1-2/+2
2010-09-13git-gui: Update Swedish translation (521t).Peter Krefting1-399/+403
2010-09-13t7003: Use test_commit instead of custom functionBrian Gernhardt1-38/+41
2010-09-13log --author: take union of multiple "author" requestsJunio C Hamano3-13/+83
2010-09-13grep: move logic to compile header pattern into a separate helperJunio C Hamano1-23/+22
2010-09-12t/gitweb-lib.sh: Use tabs for indent consistentlyJakub Narebski1-2/+2
2010-09-12t/gitweb-lib.sh: Use GIT_BUILD_DIRJakub Narebski1-4/+4
2010-09-12ls-tree $di $dir: do not mistakenly recurse into directoriesJunio C Hamano2-0/+11
2010-09-12t3101: modernise styleJunio C Hamano1-62/+64
2010-09-12vcs-svn: Fix some printf format compiler warningsRamsay Jones3-5/+10
2010-09-11compat/nedmalloc: don't force NDEBUG on the rest of gitRené Scharfe1-1/+6
2010-09-10Git 1.7.3 rc1v1.7.3-rc1Junio C Hamano1-1/+1
2010-09-10Prepare for 1.7.3 rc1Junio C Hamano1-2/+10
2010-09-10userdiff.c: add builtin fortran regex patternsBrandon Casey3-1/+20
2010-09-10config.txt: fix placement of diff.noprefixMark Lodato1-2/+3
2010-09-10t/t4018: avoid two unnecessary sub-shell invocationsBrandon Casey1-4/+4
2010-09-10read-tree: deprecate syntax without tree-ish argsJan Krüger2-2/+14