summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-08-24GIT 1.6.0.1v1.6.0.1Junio C Hamano1-6/+11
2008-08-24Merge branch 'ag/maint-combine-diff-fix' into maintJunio C Hamano2-0/+28
2008-08-24Merge branch 'mv/maint-merge-fix' into maintJunio C Hamano4-8/+32
2008-08-24Documentation: clarify pager configurationJonathan Nieder2-3/+9
2008-08-24Documentation: clarify pager.<cmd> configurationJonathan Nieder1-3/+5
2008-08-24Clean up the git-p4 documentationSimon Hausmann1-31/+38
2008-08-23Respect core.autocrlf in combined diffAlexander Gavrilov2-0/+28
2008-08-23Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UXMiklos Vajna1-0/+1
2008-08-23merge: fix numerus bugs around "trivial merge" areaJunio C Hamano4-8/+32
2008-08-23unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano3-2/+6
2008-08-22git-p4: Fix one-liner in p4_write_pipe function.Tor Arvid Lund1-1/+1
2008-08-22Completion: add missing '=' for 'diff --diff-filter'Eric Raible1-1/+1
2008-08-21Fix 'git help help'Miklos Vajna1-1/+2
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey1-0/+4
2008-08-20git-svn: fix dcommit to urls with embedded usernamesEric Wong1-3/+5
2008-08-20revision.h: make show_early_output an extern which is defined in revision.cBrandon Casey1-1/+1
2008-08-20Update draft release notes for 1.6.0.1Junio C Hamano1-2/+18
2008-08-20Add hints to revert documentation about other ways to undo changesTarmigan Casebolt1-0/+9
2008-08-20Install templates with the user and group of the installing personalityJohannes Sixt1-1/+1
2008-08-20"git-merge": allow fast-forwarding in a stat-dirty treeJunio C Hamano2-1/+11
2008-08-20completion: find out supported merge strategies correctlyJunio C Hamano1-6/+8
2008-08-20decorate: allow const objects to be decoratedJeff King2-8/+9
2008-08-20for-each-ref: cope with tags with incomplete linesJunio C Hamano2-1/+13
2008-08-20diff --check: do not get confused by new blank lines in the middleJunio C Hamano2-0/+12
2008-08-19remote.c: remove useless if-before-free testJim Meyering1-2/+1
2008-08-19mailinfo: avoid violating strbuf assertionJeff King4-1/+25
2008-08-19git format-patch: avoid underrun when format.headers is empty or all NLsJim Meyering1-1/+1
2008-08-18t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'Brandon Casey1-4/+6
2008-08-18adapt git-cvsserver manpage to dash-free syntaxRobert Schiele1-4/+4
2008-08-18mailinfo: re-fix MIME multipart boundary parsingDon Zickus2-3/+4
2008-08-17Start 1.6.0.X maintenance seriesJunio C Hamano2-1/+16
2008-08-17GIT 1.6.0v1.6.0Junio C Hamano3-13/+17
2008-08-17Merge git-gui 0.11.0Junio C Hamano1-1/+1
2008-08-17Merge branch 'ak/p4'Junio C Hamano2-28/+124
2008-08-16git-p4: chdir now properly sets PWD environment variable in msysGitRobert Blum1-4/+9
2008-08-16Improve error output of git-rebaseStephan Beyer1-5/+16
2008-08-16t9300: replace '!' with test_must_failMiklos Vajna1-2/+2
2008-08-16Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-6/+8
2008-08-16Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep1-2/+7
2008-08-16Documentation: document the pager.* configuration settingMiklos Vajna1-0/+5
2008-08-16git-stash: improve synopsis in help and manual pageStephan Beyer2-4/+17
2008-08-16Makefile: building git in cygwin 1.7.0Eric Blake1-1/+1
2008-08-16git-am: ignore --binary optionStephan Beyer3-19/+9
2008-08-16bash-completion: Add non-command git help files to bash-completionMarcus Griep1-1/+5
2008-08-15Fix t3700 on filesystems which do not support question marks in namesAlex Riesen1-4/+4
2008-08-14Utilise our new p4_read_pipe and p4_write_pipe wrappersAnand Kumria1-3/+3
2008-08-14Add p4 read_pipe and write_pipe wrappersAnand Kumria1-0/+7
2008-08-14bash completion: Add '--merge' long option for 'git log'Lee Marlow1-0/+1
2008-08-14bash completion: Add completion for 'git mergetool'Lee Marlow1-0/+20
2008-08-14git format-patch documentation: clarify what --cover-letter doesMatt McCutchen1-3/+3
2008-08-14bash completion: 'git apply' should use 'fix' not 'strip'Eric Raible1-1/+1
2008-08-13Merge branch 'maint'Junio C Hamano3-5/+13
2008-08-13t5304-prune: adjust file mtime based on system time rather than file mtimeBrandon Casey1-4/+4
2008-08-13test-parse-options: use appropriate cast in length_callbackBrandon Casey1-1/+1
2008-08-13Fix escaping of glob special characters in pathspecsKevin Ballard2-1/+9
2008-08-13rebase -i -p: fix parent rewritingThomas Rast2-4/+14
2008-08-13rebase -i -p: handle index and workdir correctlyThomas Rast2-2/+18
2008-08-12GIT 1.6.0-rc3v1.6.0-rc3Junio C Hamano1-2/+2
2008-08-12Merge branch 'maint'Junio C Hamano1-0/+2
2008-08-12Do not talk about "diff" in rev-list documentation.Junio C Hamano1-0/+2
2008-08-12Merge git://git.bogomips.org/git-svnJunio C Hamano2-36/+156
2008-08-12git-svn: Reduce temp file usage when dealing with non-linksMarcus Griep1-24/+22
2008-08-12git-svn: Make it incrementally faster by minimizing temp filesMarcus Griep1-17/+18
2008-08-12Git.pm: Add faculties to allow temp files to be cachedMarcus Griep1-2/+123
2008-08-12Documentation: rev-list-options: Rewrite simplification descriptions for clarityThomas Rast1-17/+136
2008-08-12Teach git diff about BibTeX head hunk patternsGustaf Hendeby2-0/+3
2008-08-12gitattributes: Document built in hunk header patternsGustaf Hendeby1-3/+10
2008-08-12git-daemon: SysV needs the signal handler reinstated.Stephen R. van den Berg1-0/+1
2008-08-11diff --check: do not unconditionally complain about trailing empty linesJunio C Hamano2-2/+21
2008-08-11Merge branch 'maint'Junio C Hamano1-1/+2
2008-08-11Put in the two other configuration elements found in the sourceAnand Kumria1-0/+8
2008-08-11Put some documentation in about the parameters that have been addedAnand Kumria1-0/+32
2008-08-11Move git-p4.syncFromOrigin into a configuration parameters sectionAnand Kumria1-12/+16
2008-08-11Consistently use 'git-p4' for the configuration entriesAnand Kumria1-1/+1
2008-08-11If the user has configured various parameters, use them.Anand Kumria1-1/+23
2008-08-11Switch to using 'p4_build_cmd'Anand Kumria1-7/+3
2008-08-11If we are in verbose mode, output what we are about to run (or return)Anand Kumria1-0/+2
2008-08-11Add a single command that will be used to construct the 'p4' commandAnand Kumria1-0/+11
2008-08-11Utilise the new 'p4_system' function.Anand Kumria1-9/+9
2008-08-11Have a command that specifically invokes 'p4' (via system)Anand Kumria1-0/+7
2008-08-11Utilise the new 'p4_read_pipe_lines' commandAnand Kumria1-2/+2
2008-08-11Create a specific version of the read_pipe_lines command for p4 invocationsAnand Kumria1-0/+7
2008-08-11Documentation: rev-list-options: Fix a typoThomas Rast1-1/+1
2008-08-11Adjust for the new way of enabling the default post-update hookPetr Baudis4-14/+21
2008-08-11git-bisect: fix wrong usage of read(1)Francis Moreau1-1/+2
2008-08-11Fix typo in comments of longest_ancestor_length()Nguyễn Thái Ngọc Duy1-1/+1
2008-08-11Merge branch 'maint'Junio C Hamano1-2/+1
2008-08-11Re-fix rev-list-options documentationJunio C Hamano1-2/+1
2008-08-11Merge branch 'maint'Junio C Hamano4-9/+23
2008-08-10Documentation: fix invalid reference to 'mybranch' in user manualIvan Stankovic1-1/+1
2008-08-10Fix deleting reflog entries from HEAD reflogJunio C Hamano2-3/+3
2008-08-10reflog test: add more tests for 'reflog delete'Pieter de Bie1-4/+18
2008-08-10Documentation: rev-list-options: Fix -g paragraph formattingThomas Rast1-2/+2
2008-08-11gitk: Allow safely calling nukefile from a run queue handlerAlexander Gavrilov1-6/+8
2008-08-10git-gui 0.11gitgui-0.11.0Shawn O. Pearce1-1/+1
2008-08-09Update draft RelNotes for 1.6.0Junio C Hamano1-3/+3
2008-08-09Merge branch 'maint'Junio C Hamano4-14/+11
2008-08-09mailinfo: fix MIME multi-part message boundary handlingJunio C Hamano6-7/+76
2008-08-08builtin-rm: Add a --force flagPieter de Bie2-2/+3
2008-08-08git-svn: wrap long lines in a few placesEric Wong1-2/+5
2008-08-08git-svn: Allow deep branch names by supporting multi-globsMarcus Griep4-20/+246
2008-08-08Fix multi-glob assertion in git-svnMarcus Griep2-8/+33
2008-08-08filter-branch: be more helpful when an annotated tag changesThomas Rast1-3/+11
2008-08-08Documentation: filter-branch: document how to filter all refsThomas Rast1-5/+16
2008-08-08Makefile: add a target which will abort compilation with ancient shellsBrandon Casey1-1/+7
2008-08-08bash: remove redundant check for 'git stash apply' optionsSZEDER Gábor1-1/+1
2008-08-08GIT-VERSION-GEN: mark the version 'dirty' only if there are modified filesJunio C Hamano1-0/+1
2008-08-08Makefile: set SHELL to value of SHELL_PATHBrandon Casey1-0/+2
2008-08-08Documentation: user-manual: "git commit -a" doesn't motivate .gitignoreJonathan Nieder1-2/+2
2008-08-08git-svn: add ability to specify --commit-url for dcommitEric Wong2-3/+15
2008-08-08Documentation: commit-tree: remove 16 parents restrictionThomas Rast1-5/+5
2008-08-07asciidoc markup fixesJunio C Hamano3-5/+5
2008-08-07clone --mirror: avoid storing repeated tagsJohannes Schindelin2-1/+14
2008-08-07Merge branch 'lt/config-fsync' into maintJunio C Hamano5-21/+74
2008-08-07Merge branch 'jc/reflog-expire' into maintJunio C Hamano1-19/+137
2008-08-07Merge branch 'ag/rewrite_one' into maintJunio C Hamano1-6/+24
2008-08-07Fail properly when cloning from invalid HTTP URLPetr Baudis1-8/+5
2008-08-06GIT 1.6.0-rc2v1.6.0-rc2Junio C Hamano1-1/+15
2008-08-06perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER sectionBrandon Casey1-4/+4
2008-08-06Sync with 1.5.6.5Junio C Hamano9-15/+80
2008-08-06GIT 1.5.6.5v1.5.6.5Junio C Hamano3-11/+10
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano6-5/+72
2008-08-06Merge git://repo.or.cz/git-guiJunio C Hamano7-999/+1211
2008-08-06Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano3-324/+422
2008-08-06Merge branch 'rs/archive-parse-options'Junio C Hamano1-42/+68
2008-08-05fix diff-tree --stdin documentationJunio C Hamano1-3/+3
2008-08-05Optimize sha1_object_info for loose objects, not concurrent repacksSteven Grimm1-1/+8
2008-08-05Teach fsck and prune that tmp_obj_ file names may not be 14 bytes longBrandon Casey2-6/+5
2008-08-05bash completion: Add completion for 'git mv'Lee Marlow1-0/+13
2008-08-05bash completion: Add completion for 'git ls-files'Lee Marlow1-0/+21
2008-08-05bash completion: Add completion for 'git archive'Lee Marlow1-0/+24
2008-08-05bash completion: More completions for 'git stash'Lee Marlow2-2/+12
2008-08-05bash completion: Add completion for 'git revert'Lee Marlow1-0/+13
2008-08-05bash completion: Add completion for 'git init'Lee Marlow1-0/+19
2008-08-05bash completion: Add completion for 'git clean'Lee Marlow1-0/+15
2008-08-05bash completion: Add completion for 'git clone'Lee Marlow1-0/+26
2008-08-05t9119: conditionally re-enable test depending on svn(1) versionEric Wong1-29/+40
2008-08-05Fix race condition in t9119-git-svn-info.shDavid D. Kilzer1-4/+11
2008-08-05git-svn: properly set path for "info" commandEric Wong1-2/+6
2008-08-05Documentation: typos / spelling fixesMike Ralphson7-9/+9
2008-08-05Merge branch 'maint'Junio C Hamano7-11/+25
2008-08-05RelNotes 1.5.6.5 updatesJunio C Hamano1-0/+13
2008-08-05diff.renamelimit is a basic diff configurationLinus Torvalds1-4/+5
2008-08-05git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.Jim Meyering1-1/+1
2008-08-05Documentation: typos / spelling fixes in older RelNotesMike Ralphson4-6/+6
2008-08-04correct access right for git-svn-dcommit testDmitry Potapov1-0/+1
2008-08-04Fix typos in INSTALLAbhijit Menon-Sen1-2/+2
2008-08-04Fix typo in perl/Git.pmAbhijit Menon-Sen1-1/+1
2008-08-04Fix hash slice syntax errorAbhijit Menon-Sen1-4/+4
2008-08-04Git.pm: localise $? in command_close_bidi_pipe()Abhijit Menon-Sen1-0/+1
2008-08-04bash completion: Add completion for 'git grep'Lee Marlow1-0/+24
2008-08-04Add output flushing before fork()Anders Melchiorsen2-7/+7
2008-08-04git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core'Johannes Sixt1-1/+5
2008-08-03git-svn: Abort with an error if 'fetch' parameter is invalid.Avery Pennarun1-2/+6
2008-08-03Flush output in start_asyncAnders Melchiorsen2-0/+9
2008-08-04gitk: Update swedish translation.Mikael Magnusson1-232/+260
2008-08-03Modify mingw_main() workaround to avoid link errorsSteffen Prohaska1-2/+3
2008-08-03Merge branch 'maint'Junio C Hamano1-7/+5
2008-08-03clone --bare: Add ".git" suffix to the directory name to clone intoJohannes Schindelin2-2/+15
2008-08-03git-gui: add a part about format strings in po/READMEMichele Ballabio1-6/+11
2008-08-03git-gui: update po/it.poMichele Ballabio1-246/+284
2008-08-03git-gui: update Japanese translationしらいしななこ1-246/+281
2008-08-03git-name-rev: don't use printf without formatRené Scharfe1-7/+5
2008-08-03gitk: Updated German translationChristian Stimming1-41/+65
2008-08-02git-gui: Update swedish translation.Mikael Magnusson1-232/+283
2008-08-02diff: chapter and part in funcname for texGiuseppe Bilotta1-1/+1
2008-08-02Teach "git diff -p" Pascal/Delphi funcname patternAvery Pennarun1-0/+6
2008-08-02diff: add ruby funcname patternGiuseppe Bilotta1-0/+1
2008-08-02Fix reference to Everyday Git, which is an HTML document and not a man page.Jon Jensen1-1/+1
2008-08-02bash completion: Add more long options for 'git log'Lee Marlow1-0/+1
2008-08-02bash completion: remove unused function _git_diff_treeLee Marlow1-5/+0
2008-08-02clone: Add an option to set up a mirrorJohannes Schindelin4-6/+37
2008-08-02git-gui: Update git-gui.pot for 0.11 nearing releaseShawn O. Pearce1-236/+277
2008-08-02git-gui: Update German translationChristian Stimming1-32/+70
2008-08-02Merge branch 'maint'Junio C Hamano2-39/+47
2008-08-02git-name-rev: allow --name-only in combination with --stdinPieter de Bie2-4/+8
2008-08-02builtin-name-rev.c: split deeply nested part from the main functionJunio C Hamano1-37/+41
2008-08-01Merge branch 'maint'Junio C Hamano2-1/+20
2008-08-01Start 1.5.6.5 RelNotes to describe accumulated fixesJunio C Hamano2-1/+20
2008-08-01Make git-add -i accept ranges like 7-Ciaran McCreesh2-5/+6
2008-08-01Update my e-mail addressJunio C Hamano43-43/+43
2008-08-01git-diff(1): "--c" -> "--cc" typo fixJonathan Nieder1-1/+1
2008-08-01git-submodule: move ill placed shift.Pierre Habouzit1-1/+1
2008-08-01t/t4202-log.sh: add newline at end of fileBrandon Casey1-1/+2
2008-08-01sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin3-8/+65
2008-08-01Documentation: clarify diff --ccJunio C Hamano2-8/+8
2008-08-01Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2-0/+30
2008-08-01Documentation: fix diff.external exampleAnders Melchiorsen2-5/+7
2008-08-01make sure parsed wildcard refspec ends with slashJunio C Hamano2-18/+64
2008-08-01init: handle empty "template" parameterJeff King2-0/+28
2008-08-01builtin-revert.c: typofixStephan Beyer1-1/+1
2008-07-31Allow "non-option" revision options in parse_option-enabled commandsPierre Habouzit1-1/+1
2008-07-31Teach --find-copies-harder to "git blame"Junio C Hamano1-0/+4
2008-07-31Compact commit template messageJeff King2-13/+17
2008-07-31gitk: Fallback to selecting the head commit upon loadAlexander Gavrilov1-7/+18
2008-07-31gitk: Fixed automatic row selection during loadAlexander Gavrilov1-17/+24
2008-07-31gitk: Fixed broken exception handling in diffAlexander Gavrilov1-1/+2
2008-07-31gitk: On Windows, use a Cygwin-specific flag for killAlexander Gavrilov1-1/+6
2008-07-31gitk: Arrange to kill diff-files & diff-index on quitAlexander Gavrilov1-16/+23
2008-07-31gitk: Kill back-end processes on window closeAlexander Gavrilov1-10/+25