summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-07GIT 1.5.5.4v1.5.5.4Junio C Hamano4-3/+11
2008-06-06git-for-each-ref.txt: minor improvementsLea Wiemann1-8/+9
2008-06-05name-rev: Fix segmentation fault when using --allBjörn Steinbrink1-2/+6
2008-06-04describe: match pattern for lightweight tags tooMichael Dressel2-4/+27
2008-05-27GIT 1.5.5.3v1.5.5.3Junio C Hamano4-3/+17
2008-05-27commit --interactive: properly update the index before commitingGerrit Pape1-0/+2
2008-05-27gitweb: only display "next" links in logs if there is a next pageLea Wiemann1-4/+4
2008-05-27Revert "filter-branch: subdirectory filter needs --full-history"Johannes Sixt2-12/+3
2008-05-27Documentation/git-bundle.txt: fix synopsisGerrit Pape1-1/+1
2008-05-26Merge branch 'gp/bisect-fix' into maintJunio C Hamano3-10/+55
2008-05-26Documentation: fix graph in git-rev-parse.txtMichele Ballabio1-10/+12
2008-05-26show-branch --current: do not barf on detached HEADJunio C Hamano1-2/+2
2008-05-25Merge branch 'jk/maint-send-email-compose' into maintJunio C Hamano2-2/+100
2008-05-25Merge branch 'hb/maint-send-email-quote-recipients' into maintJunio C Hamano1-1/+1
2008-05-25Merge branch 'maint-1.5.4' into maintJunio C Hamano1-5/+1
2008-05-25builtin-fast-export: Only output a single parent per linePieter de Bie1-5/+1
2008-05-25Release Notes for 1.5.5.2Junio C Hamano2-1/+28
2008-05-23Merge branch 'maint-1.5.4' into maintv1.5.5.2Junio C Hamano1-6/+12
2008-05-23rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a refJohannes Sixt1-6/+12
2008-05-22Add missing "short" alternative to --date in rev-list-options.txtHeikki Orsila1-1/+1
2008-05-22git-show.txt: Not very stubby these days.Jon Loeliger1-2/+0
2008-05-22Clarify repack -n documentationShawn O. Pearce1-2/+5
2008-05-21Merge branch 'maint-1.5.4' into maintJunio C Hamano2-3/+3
2008-05-21Fix recipient santitizationHorst H. von Brand1-1/+1
2008-05-21send-email: rfc2047-quote subject lines with non-ascii charactersJeff King2-2/+32
2008-05-21send-email: specify content-type of --compose bodyJeff King2-0/+68
2008-05-19git-am: fix typo in usage messageJeff King1-1/+1
2008-05-19doc/git-daemon: s/uploadarchive/uploadarch/Jeff King1-2/+2
2008-05-16git-filter-branch: Clarify file removal example.Jon Loeliger1-0/+4
2008-05-14Merge branch 'maint-1.5.4' into maintJunio C Hamano1-3/+4
2008-05-14Documentation/git-describe.txt: make description more readableIan Hilt1-3/+4
2008-05-11Merge branch 'maint-1.5.4' into maintJunio C Hamano3-3/+4
2008-05-11wt-status.h: declare global variables as externJohannes Sixt1-2/+2
2008-05-11builtin-commit.c: add -u as short name for --untracked-filesSitaram Chamarty1-1/+1
2008-05-11git-repack: re-enable parsing of -n command line optionA Large Angry SCM1-0/+1
2008-05-08Merge branch 'maint-1.5.4' into maintJunio C Hamano2-2/+5
2008-05-08bisect: print an error message when "git rev-list --bisect-vars" failsChristian Couder2-2/+24
2008-05-08Documentation/config.txt: Mention branch.<name>.rebase applies to "git pull"Dustin Sallings1-1/+2
2008-05-08doc: clarify definition of "update" for git-add -uJeff King1-1/+3
2008-05-05git-bisect.sh: don't accidentally override existing branch "bisect"Gerrit Pape3-8/+31
2008-05-03Merge branch 'maint-1.5.4' into maintJunio C Hamano1-2/+2
2008-05-03checkout: don't rfc2047-encode oneline on detached HEADJeff King1-1/+1
2008-05-03filter-branch: Documentation fix.Florian Ragwitz1-2/+2
2008-04-30fetch-pack: brown paper bag fixJunio C Hamano1-1/+1
2008-04-29Merge branch 'maint-1.5.4' into maintJunio C Hamano2-3/+6
2008-04-29cvsimport: always pass user data to "system" as a listJeff King1-1/+1
2008-04-29fix reflog approxidate parsing bugJeff King1-2/+5
2008-04-28Fix use after free() in builtin-fetchAlex Riesen1-3/+5
2008-04-28fetch-pack: do not stop traversing an already parsed commitLinus Torvalds1-4/+4
2008-04-28Use "=" instead of "==" in condition as it is more portableAlex Riesen1-1/+1
2008-04-27clone: detect and fail on excess parametersJunio C Hamano2-0/+27
2008-04-27Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-27Remove 'header' from --signoff option descriptionDan McGee1-1/+1
2008-04-24remote: create fetch config lines with '+'Jeff King2-0/+11
2008-04-24push: allow unqualified dest refspecs to DWIMJeff King2-3/+69
2008-04-24Merge branch 'maint-1.5.4' into maintJunio C Hamano4-16/+75
2008-04-24doc/git-gc: add a note about what is collectedJeff King1-0/+15
2008-04-23t5516: remove ambiguity test (1)Jeff King1-13/+1
2008-04-23Linked glossary from cvs-migration pageMatt Graham1-1/+2
2008-04-23write-tree: properly detect failure to write tree objectsJunio C Hamano2-2/+72
2008-04-22Merge branch 'maint-1.5.4' into maintJunio C Hamano6-10/+24
2008-04-22Amend git-push refspec documentationSam Vilain1-10/+13
2008-04-22git-gc --prune is deprecatedDmitry Potapov2-20/+3
2008-04-22svn-git: Use binmode for reading/writing binary rev mapsMichael Weber1-0/+4
2008-04-22diff options documentation: refer to --diff-filter in --name-statusMiklos Vajna1-1/+2
2008-04-22Don't force imap.host to be set when imap.tunnel is setJeff King1-2/+5
2008-04-22git-clone.txt: Adjust note to --shared for new pruning behavior of git-gcBrandon Casey1-4/+9
2008-04-22git-svn bug with blank commits and author fileThomas Guyot-Sionnest1-2/+1
2008-04-22archive.c: format_subst - fixed bogus argument to memchrAriel Badichi1-2/+2
2008-04-22copy.c: copy_fd - correctly report write errorsAriel Badichi1-4/+4
2008-04-22gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie2-1/+11
2008-04-21post-receive-email: fix accidental removal of a trailing space in signature lineAndy Parkins1-1/+2
2008-04-21Escape project names before creating pathinfo URLsmartin f. krafft1-2/+2
2008-04-21Escape project name in regexpmartin f. krafft1-1/+1
2008-04-21bash: Add completion for git diff --base --ours --theirsTeemu Likonen1-0/+1
2008-04-21diff-options.txt: document the new "--dirstat" optionGerrit Pape1-0/+8
2008-04-20GIT 1.5.5.1v1.5.5.1Junio C Hamano3-1/+48
2008-04-19Merge branch 'jc/maint-rebase-am' into maintJunio C Hamano2-5/+55
2008-04-18gitweb: Fix 'history' view for deleted files with historyJakub Narebski2-3/+31
2008-04-18Document that WebDAV doesn't need git on the server, and works over SSLMatthieu Moy1-12/+33
2008-04-18Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-18git-remote: reject adding remotes with invalid namesJonas Fonseca4-6/+32
2008-04-18am: POSIX portability fixJunio C Hamano1-1/+1
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano2-22/+33
2008-04-16git-am: minor cleanupJunio C Hamano1-2/+1
2008-04-16Clarify and fix English in "git-rm" documentationJon Loeliger1-20/+32
2008-04-16rebase: do not munge commit log messageJunio C Hamano2-5/+55
2008-04-16Merge branch 'maint-1.5.4' into maintJunio C Hamano6-33/+54
2008-04-16git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder2-5/+16
2008-04-16git-am: cope better with an empty Subject: lineLinus Torvalds1-14/+10
2008-04-15Ignore leading empty lines while summarizing mergesLinus Torvalds1-1/+9
2008-04-15bisect: squelch "fatal: ref HEAD not a symref" misleading messageChristian Couder1-1/+1
2008-04-15builtin-apply: Show a more descriptive error on failure when opening a patchAlberto Bertogli1-1/+1
2008-04-15Clarify documentation of git-cvsserver, particularly in relation to git-shellScott Collins1-11/+17
2008-04-14git clean: Add test to verify directories aren't removed with a prefixShawn Bohrer1-2/+3
2008-04-14git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2-7/+8
2008-04-14git-submodule - possibly use branch name to describe a moduleMark Levedahl1-1/+2
2008-04-12t7401: squelch garbage outputJunio C Hamano1-1/+1
2008-04-12Documentation/git-submodule: typofixJunio C Hamano1-1/+1
2008-04-12Fix config key miscount in url.*.insteadOfDaniel Barkalow2-5/+5
2008-04-12Merge branch 'maint-1.5.4' into maintJunio C Hamano4-5/+16
2008-04-12Docs gitk: Explicitly mention the files that gitk uses (~/.gitk)Clifford Caoile1-0/+5
2008-04-12Document -w option to shortlogJunio C Hamano2-3/+9
2008-04-12bisect: report bad rev betterChristian Couder1-2/+2
2008-04-11Merge branch 'maint-1.5.4' into maintJunio C Hamano7-13/+34
2008-04-11bisect: fix bad rev checking in "git bisect good"Christian Couder2-9/+18
2008-04-11revision.c: make --date-order overriddableMichele Ballabio1-0/+1
2008-04-11git-submodule: Avoid 'fatal: cannot describe' messagePing Yin1-1/+1
2008-04-11Force the medium pretty format on calls to git logPedro Melo1-1/+1
2008-04-11Fix section about backdating tags in the git-tag docsBjörn Steinbrink1-2/+2
2008-04-11Document option --only of git commitJohannes Sixt2-1/+12
2008-04-11Documentation/git-request-pull: Fixed a typo ("send" -> "end")Dirk Suesserott1-1/+1
2008-04-10git-fetch: fix status output when not storing tracking refJeff King1-15/+13
2008-04-10Merge branch 'maint-1.5.4' into maintJunio C Hamano7-15/+32
2008-04-10core-tutorial.txt: Fix showing the current behaviour.Carlos Rica1-6/+6
2008-04-10git-archive: ignore prefix when checking file attributeRené Scharfe3-5/+22
2008-04-10Fix documentation syntax of optional arguments in short options.Carlos Rica3-4/+4
2008-04-07GIT 1.5.5v1.5.5Junio C Hamano3-8/+7
2008-04-07Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-3/+3
2008-04-07git-svn: fix following renamed paths when tracking a single pathEric Wong3-2/+113
2008-04-06Merge branch 'jc/maint-apply-match-beginning'Junio C Hamano2-13/+29
2008-04-06Add prefix oriented completions for diff and format-patch commands.Pascal Obry1-1/+4
2008-04-06test suite: remove useless TERM cruft in "t7005-editor.sh"Christian Couder1-4/+0
2008-04-06Add interactive option in rebase command completion list.Pascal Obry1-1/+1
2008-04-06Fix "git apply" to correctly enforce "match at the beginning"Junio C Hamano2-13/+29
2008-04-06Add description of OFS_DELTA to the pack format descriptionPeter Eriksen1-1/+15
2008-04-06gitk: Fix changing colors through Edit->PreferencesGerrit Pape1-3/+3
2008-04-05git-pack-objects.txt: Make wording slightly less ambiguousPeter Eriksen1-2/+3
2008-04-05git-fetch: Don't trigger a bus error when given the refspec "tag"Kevin Ballard1-0/+2
2008-04-05Revert "gitweb: Add 'status_str' to parse_difftree_raw_line output"Jakub Narebski1-3/+2
2008-04-04Merge git://repo.or.cz/git-guiJunio C Hamano2-51/+45
2008-04-05git-gui: use +/- instead of ]/[ to show more/less context in diffgitgui-0.10.1Michele Ballabio1-6/+12
2008-04-04git-gui: Update french translationChristian Couder1-45/+33
2008-04-03git-gui: Switch keybindings for [ and ] to bracketleft and bracketrightShawn O. Pearce1-4/+4
2008-04-02GIT 1.5.5-rc3v1.5.5-rc3Junio C Hamano2-5/+5
2008-04-02Merge branch 'js/filter-branch'Junio C Hamano2-3/+19
2008-04-02Describe the bug in handling filenames with funny characters in 'git add -i'Teemu Likonen1-0/+6
2008-04-02Merge git://repo.or.cz/git-guiJunio C Hamano2-9/+33
2008-04-02Merge branch 'bc/mktag'Junio C Hamano2-15/+232
2008-04-02Merge branch 'pb/cvsserver'Junio C Hamano1-1/+1
2008-04-02Merge branch 'dd/cvsserver'Junio C Hamano2-19/+109
2008-04-02Merge branch 'je/cvsserver'Junio C Hamano4-31/+107
2008-04-02t7004-tag: Skip more tests if gpg is not available.Johannes Sixt1-7/+8
2008-04-02verify-tag: Clean up the temporary file if gpg cannot be started.Johannes Sixt1-1/+3
2008-04-01help: Add a missing OPT_END().Christian Couder1-0/+1
2008-04-01Accept git aliases outside a git repositoryJunio C Hamano1-1/+2
2008-04-02git-gui 0.10gitgui-0.10.0Shawn O. Pearce1-1/+1
2008-04-02git-gui: Add shortcut keys for Show More/Less ContextJonathan del Strother1-8/+32
2008-03-31mktag.c: tweak validation of tagger field and adjust test scriptBrandon Casey2-31/+86
2008-03-31filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca2-2/+2
2008-03-31filter-branch: Test renaming directories in a tree-filterJohannes Sixt1-2/+18
2008-03-30mktag.c: improve verification of tagger field and testsBrandon Casey2-14/+176
2008-03-30diff-files: careful when inspecting work tree itemsJunio C Hamano2-9/+14
2008-03-30diff-index: careful when inspecting work tree itemsJunio C Hamano2-15/+56
2008-03-30Add corner case tests for diff-index and diff-filesJunio C Hamano1-0/+140
2008-03-30Allow git-cvsserver database table name prefix to be specified.Josh Elsasser4-31/+107
2008-03-30Silence cpio's "N blocks" output when cloning locallyBryan Donlan1-1/+5
2008-03-30git-svn: remove redundant slashes from show-ignoreEric Wong1-1/+1
2008-03-28git-p4: Handle Windows EOLs properly after removal of p4 submit template hand...Marius Storm-Olsen1-13/+15
2008-03-27git-cvsserver: handle change type TPaolo Bonzini1-1/+1
2008-03-27GIT 1.5.5-rc2v1.5.5-rc2Junio C Hamano3-8/+3
2008-03-27GIT 1.5.4.5v1.5.4.5Junio C Hamano2-7/+1
2008-03-27cvsserver: Use the user part of the email in log and annotate resultsDamien Diederen1-4/+12
2008-03-27cvsserver: Add test for update -pDamien Diederen1-0/+18
2008-03-27cvsserver: Implement update -p (print to stdout)Damien Diederen1-12/+35
2008-03-27cvsserver: Add a few tests for 'status' commandDamien Diederen1-0/+32
2008-03-27cvsserver: Do not include status output for subdirectories if -l is passedDamien Diederen1-0/+2
2008-03-27cvsserver: Only print the file part of the filename in status headerDamien Diederen1-1/+3
2008-03-27cvsserver: Respond to the 'editors' and 'watchers' commandsDamien Diederen1-2/+7
2008-03-27builtin-prune: protect objects listed on the command lineJunio C Hamano2-3/+14
2008-03-27builtin-prune.c: use parse_options()Michele Ballabio1-22/+16
2008-03-27Add tests for git-pruneMichele Ballabio1-0/+34
2008-03-27parse-options.c: introduce OPT_DATEMichele Ballabio2-0/+11
2008-03-27Update draft release notes for 1.5.5Junio C Hamano1-1/+4
2008-03-27Merge branch 'maint'Junio C Hamano4-2/+30
2008-03-27Update draft release notes for 1.5.4.5Junio C Hamano1-1/+10
2008-03-27Merge branch 'jc/maint-fetch-regression-1.5.4' into maintJunio C Hamano70-55/+1067
2008-03-27Documentation: clarify use of .git{ignore,attributes} versus .git/info/*Jeff King2-0/+19
2008-03-27test_must_fail: 129 is a valid error code from usage()Junio C Hamano1-1/+1
2008-03-26imap-send: properly error out if imap.host is not set in configGerrit Pape1-0/+4
2008-03-26t9600-cvsimport.sh: set HOME before checking for cvsps availabilityFrank Lichtenheld1-6/+6
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor8-8/+16
2008-03-26t/t3800-mktag.sh: use test_must_fail rather than '!'Brandon Casey1-2/+2
2008-03-26Merge branch 'jc/maint-fetch-regression-1.5.4'Junio C Hamano66-13/+853
2008-03-26git-fetch test: test tracking fetch results, not just FETCH_HEADJunio C Hamano65-7/+831
2008-03-26Fix branches file configurationDaniel Barkalow1-6/+22
2008-03-26Tighten refspec processingDaniel Barkalow5-42/+214
2008-03-26Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.Guanqun Lu1-1/+1
2008-03-25refspec: allow colon-less wildcard "refs/category/*"Junio C Hamano1-7/+11
2008-03-25init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin2-2/+20
2008-03-25Documentation/git-checkout: Update summary to reflect current abilitiesJulian Phillips2-4/+7
2008-03-24Documentation: git-tag '-m'/'-F' implies '-a'Dirk Süsserott1-0/+7
2008-03-23builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt2-0/+7
2008-03-23Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.Guanqun Lu1-1/+1
2008-03-23RelNotes: mention checkout/branch's --track option, tooJohannes Schindelin1-2/+3
2008-03-23GIT 1.5.5-rc1v1.5.5-rc1Junio C Hamano2-2/+5
2008-03-23gc --auto: raise default auto pack limit from 20 to 50Junio C Hamano2-2/+2
2008-03-23Merge branch 'git-p4' of git://repo.or.cz/git/git-p4Junio C Hamano1-9/+14
2008-03-22remote.c: Fix overtight refspec validationJunio C Hamano5-49/+188
2008-03-22fast-import: Document the effect of "merge" with no "from" in a commitEyvind Bernhardsen1-3/+8