summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-27GIT 1.6.0-rc1v1.6.0-rc1Junio C Hamano1-1/+18
2008-07-27git-mv: Keep moved index entries inactPetr Baudis4-55/+80
2008-07-27git-mv: Remove dead code branchPetr Baudis1-9/+7
2008-07-27fsck: Don't require tmp_obj_ file names are 14 bytes in lengthShawn O. Pearce1-4/+2
2008-07-27Avoid chdir() in list_commands_in_dir()Johannes Schindelin1-2/+10
2008-07-27builtin-branch: fix -v for --[no-]mergedLars Hjemli1-0/+15
2008-07-27builtin-branch: factor out merge_filter matchingLars Hjemli1-5/+13
2008-07-27builtin-branch: remove duplicated codeLars Hjemli1-7/+2
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink2-0/+34
2008-07-27make sure parsed wildcard refspec ends with slashJunio C Hamano2-18/+64
2008-07-27gitweb: More about how gitweb gets 'owner' of repositoryJakub Narebski1-1/+2
2008-07-27t6030 (bisect): work around Mac OS X "ls"Jonathan Nieder1-1/+1
2008-07-27Documentation/git-submodule.txt: fix doubled wordCesar Eduardo Barros1-1/+1
2008-07-27bash completion: Add completion for 'git help'Lee Marlow1-7/+39
2008-07-27Documentation: fix diff.external exampleAnders Melchiorsen2-5/+7
2008-07-27bash completion: Add long options for 'git describe'Thomas Rast1-0/+9
2008-07-27Clarify that "git log x.c y.h" lists commits that touch either fileAbhijit Menon-Sen1-1/+1
2008-07-27Merge git://repo.or.cz/git-guiJunio C Hamano5-21/+178
2008-07-26git-gui: "Stage Line": Treat independent changes in adjacent lines betterJohannes Sixt1-3/+58
2008-07-26git-gui: Fix "Stage/Unstage Line" with one line of context.Johannes Sixt1-0/+3
2008-07-25git-reset: Let -q hush "locally modified" messagesStephan Beyer1-6/+9
2008-07-25git-svn: teach dcommit about svn auto-propsBrad King2-0/+139
2008-07-25Windows: Do not compile git-shellJohannes Sixt1-2/+2
2008-07-25Windows: Make sure argv[0] has a pathJohannes Sixt1-0/+12
2008-07-25Windows: Make $(gitexecdir) relativeJohannes Sixt1-0/+1
2008-07-25Allow add_path() to add non-existent directories to the pathJohannes Sixt3-37/+37
2008-07-25Allow the built-in exec path to be relative to the command invocation pathJohannes Sixt2-42/+26
2008-07-25Fix relative built-in paths to be relative to the command invocationJohannes Sixt2-3/+3
2008-07-25Record the command invocation path earlyJohannes Sixt6-10/+16
2008-07-25Makefile: Normalize $(bindir) and $(gitexecdir) before comparingJohannes Sixt1-10/+10
2008-07-25Makefile: Do not install a copy of 'git' in $(gitexecdir)Johannes Sixt1-0/+1
2008-07-25archive: allow --exec and --remote without equal signRene Scharfe1-3/+17
2008-07-25archive: declare struct archiver where it's neededRene Scharfe2-7/+5
2008-07-25archive: define MAX_ARGS where it's neededRene Scharfe2-4/+2
2008-07-25archive: move parameter parsing code to archive.cRene Scharfe3-145/+137
2008-07-25archive: add write_archive()Rene Scharfe4-21/+21
2008-07-25Remove references to git-fetch-pack from "git clone" documentation.Steve Haslam1-5/+4
2008-07-25git-am: Mention --abort in usage string part of OPTIONS_SPECStephan Beyer1-2/+1
2008-07-25Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2-0/+30
2008-07-25editor.c: Libify launch_editor()Stephan Beyer4-15/+23
2008-07-25Move launch_editor() from builtin-tag.c to editor.cStephan Beyer3-53/+57
2008-07-25git-gui: Correct 'Visualize Branches' on Mac OS X to start gitkShawn O. Pearce1-1/+1
2008-07-25git-gui: Look for gitk in $PATH, not $LIBEXEC/git-coreAbhijit Menon-Sen1-3/+3
2008-07-25Merge branch 'maint'Junio C Hamano4-8/+15
2008-07-25Documentation: clarify how to disable elements in core.whitespaceJunio C Hamano1-1/+2
2008-07-25Makefile: fix shell quotingJunio C Hamano2-7/+10
2008-07-25tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano2-1/+1
2008-07-25index-pack.c: correctly initialize appended objectsBjörn Steinbrink1-0/+4
2008-07-25send-email: find body-encoding correctlyPeter Valdemar Mørch1-1/+1
2008-07-25document that git-tag can tag more than headsJonathan Nieder1-1/+2
2008-07-25perl/Makefile: update NO_PERL_MAKEMAKER sectionBrandon Casey1-4/+9
2008-07-24bash: offer only paths after '--' for 'git checkout'SZEDER Gábor1-0/+2
2008-07-24checkout: mention '--' in the docsSZEDER Gábor1-1/+1
2008-07-24Merge branch 'ph/checkout'Junio C Hamano2-18/+117
2008-07-24git-checkout: improve error messages, detect ambiguities.Pierre Habouzit2-17/+115
2008-07-24update test case to protect am --skip behaviourOlivier Marin1-0/+2
2008-07-24Teach fsck and prune about the new location of temporary objectsBrandon Casey2-17/+28
2008-07-23Merge branch 'maint' into ph/checkoutJunio C Hamano1-1/+2
2008-07-23Make non-static functions, that may be static, staticStephan Beyer4-4/+4
2008-07-23ignore non-existent refs in dwim_log()Junio C Hamano1-1/+1
2008-07-23git-completion.bash: provide completion for 'show-branch'Thomas Rast1-1/+17
2008-07-23bash completion: Add long options for 'git rm'Lee Marlow1-0/+15
2008-07-23svnimport: newer libsvn wants us to ask for the root with "", not "/"P. Christeas1-1/+1
2008-07-23Documentation/git-filter-branch: teach "rm" instead of "update-index --remove"Petr Baudis1-1/+1
2008-07-23git daemon: avoid waking up too oftenJohannes Schindelin1-14/+11
2008-07-23builtin-commit: Two trivial style-cleanupsJohannes Schindelin1-4/+3
2008-07-23Documentation: clarify diff --ccJunio C Hamano2-8/+8
2008-07-23am --abort: Add to bash-completion and mention in git-rerere documentationStephan Beyer2-2/+2
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis2-14/+26
2008-07-23builtin-branch.c: optimize --merged and --no-mergedJunio C Hamano1-21/+38
2008-07-23builtin-branch.c: remove unused code in append_ref() callback functionJunio C Hamano1-7/+3
2008-07-23stash save: fix parameter handlingJunio C Hamano1-2/+2
2008-07-23git-am: Add colon before the subject that is printed out as being appliedStephan Beyer2-2/+2
2008-07-23git-checkout: fix command line parsing.Pierre Habouzit1-1/+2
2008-07-23rebase -i: When an 'edit' stops, mention the commitJohannes Sixt1-1/+1
2008-07-23sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin3-10/+8
2008-07-23Add test to show that show-branch misses out the 8th columnJohannes Schindelin1-0/+59
2008-07-23Ignore dirty submodule states in "git pull --rebase"Johannes Schindelin1-3/+3
2008-07-23t/t4202-log.sh: add newline at end of fileBrandon Casey1-1/+2
2008-07-23t7502-commit.sh: rearrange test to make more portableBrandon Casey1-3/+5
2008-07-23t3200,t7201: replace '!' with test_must_failBrandon Casey2-2/+2
2008-07-23t4116-apply-reverse.sh: use $TAR rather than tarBrandon Casey1-2/+2
2008-07-23t/: Replace diff [-u|-U0] with test_cmp to allow compilation with old diffBrandon Casey3-12/+12
2008-07-23t7601: extend the 'merge picks up the best result' testMiklos Vajna1-0/+15
2008-07-23In perforce, RCS keywords are case-sensitiveDaniel Barkalow1-1/+1
2008-07-23Allow pager of diff command be enabled/disabledAlex Riesen2-1/+3
2008-07-22Fix two leftovers from path_list->string_listJohannes Schindelin1-2/+2
2008-07-22git am --skip: clean the index while preserving local changesOlivier Marin2-5/+18
2008-07-21git-submodule: move ill placed shift.Pierre Habouzit1-1/+1
2008-07-21builtin-merge: add missing structure initializationPierre Habouzit1-0/+1
2008-07-21builtin-merge: give a proper error message for invalid strategies in configMiklos Vajna2-25/+24
2008-07-21tests: do not rely on external "patch"Junio C Hamano11-123/+190
2008-07-21Don't cut off last character of commit descriptions.Nikolaj Schumacher1-1/+1
2008-07-21parse-options: fix segmentation fault when a required value is missingOlivier Marin2-1/+8
2008-07-21mailinfo: better parse email adresses containg parenthesesPhilippe Bruhat (BooK)1-3/+3
2008-07-21git-am: remove dash from help messageOlivier Marin1-1/+1
2008-07-21Revert "make git-status use a pager"Junio C Hamano1-1/+1
2008-07-21git-diff(1): "--c" -> "--cc" typo fixJonathan Nieder1-1/+1
2008-07-21Rename path_list to string_listJohannes Schindelin28-553/+556
2008-07-21Rename .git/rebase to .git/rebase-applyJohannes Schindelin13-54/+58
2008-07-21Update my e-mail addressJunio C Hamano43-43/+43
2008-07-20Merge branch 'ap/trackinfo'v1.6.0-rc0Junio C Hamano1-16/+10
2008-07-20Merge branch 'jc/rerere-auto-more'Junio C Hamano1-2/+5
2008-07-20Merge branch 'ns/am-abort'Junio C Hamano3-5/+77
2008-07-20Merge branch 'jc/add-addremove'Junio C Hamano3-34/+104
2008-07-20"needs update" considered harmfulJunio C Hamano5-4/+9
2008-07-20Move read_in_full() and write_in_full() to wrapper.cJunio C Hamano2-38/+38
2008-07-20Link shell with compat layer functionsJunio C Hamano1-3/+7
2008-07-20Merge branch 'maint'Junio C Hamano3-2/+91
2008-07-20git-svn: fix git svn info to work without argumentsDmitry Potapov1-1/+1
2008-07-20builtin-push.c: Cleanup - use OPT_BIT() and remove some variablesMichele Ballabio1-21/+8
2008-07-20builtin-merge.c: Fix option parsingMichele Ballabio2-3/+4
2008-07-20fix usage string for git grepJonathan Nieder1-1/+1
2008-07-20Teach 'git merge' that some merge strategies no longer existMiklos Vajna1-2/+0
2008-07-20cvsserver: Add testsuite for packed refsLars Noschinski1-0/+7
2008-07-20refresh-index: fix bitmask assignmentJunio C Hamano2-1/+90
2008-07-19git-add --all: documentationJunio C Hamano1-1/+7
2008-07-19git-add --all: testsJunio C Hamano1-0/+44
2008-07-19git-add --all: add all filesJunio C Hamano1-2/+11
2008-07-19builtin-add.c: restructure the code for maintainabilityJunio C Hamano1-32/+43
2008-07-19Getting closer to 1.6.0-rc0Junio C Hamano2-5/+13
2008-07-19git am --abortNanako Shiraishi3-5/+77
2008-07-19Merge branch 'maint'Junio C Hamano6-16/+31
2008-07-19Support gitlinks in fast-import.Alexander Gavrilov5-5/+227
2008-07-19.mailmap updateJunio C Hamano1-0/+9
2008-07-19Documentation/git-merge.txt: Partial rewrite of How Merge WorksPetr Baudis1-47/+29
2008-07-19archive: remove unused headersRené Scharfe3-9/+0
2008-07-19archive: make zip compression level independent from core gitRené Scharfe3-5/+8
2008-07-19Documentation: How to ignore local changes in tracked filesPetr Baudis2-3/+18
2008-07-19Documentation/git-submodule.txt: Further clarify the descriptionPetr Baudis1-22/+47
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris3-1/+357
2008-07-19builtin-clone: rewrite guess_dir_name()Johannes Sixt1-29/+32
2008-07-19Teach lookup_prog not to select directoriesEric Raible1-1/+2
2008-07-19testsuite for cvs co -cFabian Emmes1-0/+11
2008-07-19cvsserver: Add cvs co -c supportLars Noschinski1-0/+12
2008-07-19cvsserver: Add support for packed refsLars Noschinski1-14/+8
2008-07-19Testsuite: Unset CVS_SERVERFabian Emmes1-0/+1
2008-07-19Link git-shell only to a subset of libgit.aStephan Beyer1-0/+3
2008-07-19t9001 (send-email): Do not use hardcoded /bin/sh in testJunio C Hamano1-4/+4
2008-07-19GIT 1.5.6.4v1.5.6.4Junio C Hamano1-6/+10
2008-07-19builtin-rm: fix index lock file pathOlivier Marin2-5/+17
2008-07-18Merge branch 'sp/maint-index-pack' into maintJunio C Hamano1-29/+113
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano1-0/+2
2008-07-17rev-list: honor --quiet optionJunio C Hamano1-4/+1
2008-07-17builtin-remote.c: fix earlier "skip_prefix()" conversionJunio C Hamano1-32/+19
2008-07-17api-run-command.txt: typofixStephan Beyer1-1/+1
2008-07-17Documentation/RelNotes-1.6.0.txt: Expand on the incompatible packfilesPetr Baudis1-1/+3
2008-07-16rerere.autoupdate: change the message when autoupdate is in effectJunio C Hamano1-2/+5
2008-07-16mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: lineJunio C Hamano1-4/+3
2008-07-16Add a menu item to invoke full copy detection in blame.Alexander Gavrilov1-0/+69
2008-07-16Kill the blame back-end on window close.Alexander Gavrilov2-4/+26
2008-07-16Add options to control the search for copies in blame.Alexander Gavrilov3-8/+16
2008-07-16read-cache.c: typofixJunio C Hamano1-1/+1
2008-07-16Update draft release notes for 1.6.0Junio C Hamano1-6/+13
2008-07-16Fix pre-commit hooks under MinGW/MSYSAlexander Gavrilov1-2/+2
2008-07-16Reword "your branch has diverged..." lines to reduce line lengthAvery Pennarun1-16/+10
2008-07-16Merge branch 'mv/dashless'Junio C Hamano5-18/+22
2008-07-16Merge branch 'ls/mailinfo'Junio C Hamano3-410/+431
2008-07-16Documentation/git-submodule.txt: Add Description sectionPetr Baudis1-0/+22
2008-07-16Merge branch 'sb/dashless'Junio C Hamano139-335/+350
2008-07-16Merge branch 'rs/archive'Junio C Hamano12-274/+208
2008-07-16Merge branch 'ag/blame'Junio C Hamano1-5/+28
2008-07-16Merge branch 'rs/rebase-checkout-not-so-quiet'Junio C Hamano1-2/+1
2008-07-16Merge branch 'sp/maint-index-pack'Junio C Hamano1-29/+113
2008-07-16Merge branch 'maint'Junio C Hamano13-88/+124
2008-07-16Start preparing 1.5.6.4 release notesJunio C Hamano2-1/+44
2008-07-16git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin1-1/+2
2008-07-16Merge branch 'js/maint-pretty-mailmap' into maintJunio C Hamano2-2/+27
2008-07-16Merge branch 'sp/maint-bash-completion-optim' into maintJunio C Hamano1-18/+50
2008-07-16Merge branch 'sp/maint-pack-memuse' into maintJunio C Hamano1-0/+1
2008-07-16Merge branch 'ls/maint-mailinfo-patch-label' into maintJunio C Hamano7-2/+104
2008-07-16Merge branch 'js/maint-daemon-syslog' into maintJunio C Hamano1-20/+50
2008-07-16rebase-i: keep old parents when preserving mergesStephan Beyer1-0/+2
2008-07-16t7600-merge: Use test_expect_failure to test option parsingJohannes Sixt1-30/+6
2008-07-16Fix buffer overflow in prepare_attr_stackDmitry Potapov1-6/+9
2008-07-16Fix buffer overflow in git diffDmitry Potapov5-25/+34
2008-07-16Fix buffer overflow in git-grepDmitry Potapov1-12/+15
2008-07-16t/Makefile: use specified shell when running aggregation scriptSungHyun Nam1-1/+1
2008-07-16git-cvsserver: fix call to nonexistant cleanupWorkDir()Lars Noschinski1-1/+1
2008-07-16parse-options.c: make check_typos() staticNanako Shiraishi1-1/+1
2008-07-16builtin-describe.c: make a global variable "pattern" staticNanako Shiraishi1-1/+1
2008-07-16cache-tree.c: make cache_tree_find() staticNanako Shiraishi2-3/+1
2008-07-16Documentation/git-cherry-pick.txt et al.: Fix misleading -n descriptionPetr Baudis2-13/+13
2008-07-16t/aggregate-results: whitespace fixJunio C Hamano1-5/+5
2008-07-16t/lib-git-svn: fix SVN_HTTPD tests to work with "trash directory"Eric Wong1-1/+1
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano24-219/+1916
2008-07-15Merge branch 'ag/rewrite_one'Junio C Hamano1-6/+24
2008-07-15Merge branch 'sp/win'Junio C Hamano3-1/+15
2008-07-15Merge branch 'js/more-win'Junio C Hamano7-26/+58
2008-07-15Merge branch 'js/maint-pretty-mailmap'Junio C Hamano2-2/+27
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin15-66/+66
2008-07-15Do not try to detect move/copy for entries below threshold.Alexander Gavrilov1-5/+11
2008-07-15Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov1-2/+19
2008-07-15Update draft release notes to 1.6.0Junio C Hamano1-1/+17
2008-07-15shortlog: support --pretty=format: optionJohannes Schindelin2-0/+12
2008-07-15Make git-add -i accept ranges like 7-Ciaran McCreesh2-5/+6
2008-07-15t9600: allow testing with cvsps 2.2, including beta versionsPavel Roskin1-2/+2
2008-07-15archive: remove extra arguments parsing codeRené Scharfe3-31/+17
2008-07-15archive: unify file attribute handlingRené Scharfe2-43/+23
2008-07-15archive: centralize archive entry writingRené Scharfe4-154/+133