summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | pack-objects: only throw away data during memory pressureMartin Koegler2008-02-111-2/+11
| * | | | | | | | | builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape2008-02-111-0/+1
| * | | | | | | | | Make git prune remove temporary packs that look like write failuresDavid Steven Tweed2008-02-112-0/+71
| * | | | | | | | | rebase -i: accept -m as advertised in the man pageUwe Kleine-K,Av(Bnig2008-02-111-1/+1
| * | | | | | | | | Document that the default of branch.autosetupmerge is trueJohannes Schindelin2008-02-113-11/+13
| * | | | | | | | | bisect: allow starting with a detached HEADJohannes Schindelin2008-02-112-2/+18
| * | | | | | | | | git-pull documentation: fix markupJunio C Hamano2008-02-111-5/+5
| * | | | | | | | | config: Fix --unset for continuation linesFrank Lichtenheld2008-02-102-0/+24
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-101-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fix typo in 'blame' documentation.v1.5.4.1Tim Stoakes2008-02-091-1/+1
* | | | | | | | | | Work around curl-gnutls not liking to be reinitializedMike Hommey2008-02-091-4/+3
* | | | | | | | | | Introduce the config variable pack.packSizeLimitJohannes Schindelin2008-02-094-2/+23
* | | | | | | | | | gitweb: Make use of the $git_dir variable at sub git_get_project_url_listBruno Ribas2008-02-081-1/+1
* | | | | | | | | | git.el: Better handling of subprocess errors.Alexandre Julliard2008-02-081-37/+51
* | | | | | | | | | git.el: Check for existing buffers on revert.Alexandre Julliard2008-02-081-0/+8
* | | | | | | | | | git.el: Added a command to amend a commit.Alexandre Julliard2008-02-081-1/+73
* | | | | | | | | | git.el: Support for showing unknown/ignored directories.Alexandre Julliard2008-02-081-9/+29
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | git-p4: Fix indentation from tab to spacesToby Allsopp2008-02-071-1/+1
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-072-3/+52
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | gitattributes: fix relative path matchingJunio C Hamano2008-02-072-3/+52
* | | | | | | | | config: add test cases for empty value and no value config variables.Christian Couder2008-02-061-0/+23
* | | | | | | | | Improve bash prompt to detect various states like an unfinished mergeRobin Rosenberg2008-02-061-4/+33
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-063-3/+72
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix parsing numeric color valuesTimo Hirvonen2008-02-062-1/+70
| * | | | | | | INSTALL: git-merge no longer uses cpioGerrit Pape2008-02-051-2/+2
* | | | | | | | gitweb: Make feed entries point to commitdiff viewFlorian La Roche2008-02-061-1/+1
* | | | | | | | git-svn: improve repository URL matching when following parentsEric Wong2008-02-061-1/+6
* | | | | | | | Make git-remote.perl "use strict" compliantRafael Garcia-Suarez2008-02-061-4/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix misuse of prefix_path()Johannes Sixt2008-02-052-6/+6
| |_|_|/ / / |/| | | | |
* | | | | | man pages are littered with .ft C and othersJonas Fonseca2008-02-052-1/+20
* | | | | | Add a BuildRequires for gettext in the spec file.James Bowes2008-02-041-1/+4
* | | | | | Test :/string form for checkoutDaniel Barkalow2008-02-041-0/+16
* | | | | | fix misuse of prefix_path()Junio C Hamano2008-02-032-4/+4
* | | | | | parse_object_buffer: don't ignore errors from the object specific parsing fun...Martin Koegler2008-02-031-4/+8
* | | | | | git-fsck: report missing author/commit line in a commit as an errorMartin Koegler2008-02-031-3/+3
* | | | | | Merge branch 'maint'Junio C Hamano2008-02-032-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | git-remote documentation: fix synopsis to match descriptionJörg Sommer2008-02-031-1/+1
| * | | | | git-am: fix type in its usage stringJörg Sommer2008-02-031-1/+1
* | | | | | git-p4: Fix an obvious typoTommy Thorn2008-02-031-1/+1
* | | | | | Let "git svn" run "git gc --auto" occasionallyKarl Hasselström2008-02-031-0/+12
* | | | | | git-svn: Don't call git-repack anymoreKarl Hasselström2008-02-031-11/+3
* | | | | | git-p4: Ensure the working directory and the index are clean before "git-p4 r...Simon Hausmann2008-02-031-0/+5
* | | | | | git-p4: Fix submit user-interface.Simon Hausmann2008-02-031-59/+26
* | | | | | Remove $Id: ..$ $Header: ..$ etc from +ko and +k files during importJason McMullan2008-02-031-3/+7
* | | | | | Merge branch 'maint'Junio C Hamano2008-02-033-4/+23
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix "git-commit -C $tag"Junio C Hamano2008-02-032-1/+19
| * | | | | Documentation/git-stash.txt: Adjust SYNOPSIS command syntax (2)Jari Aalto2008-02-031-3/+4
* | | | | | known breakage: revision range computation with clock skewJunio C Hamano2008-02-031-0/+38
* | | | | | test: reword the final message of tests with known breakagesJunio C Hamano2008-02-031-2/+5
* | | | | | Sane use of test_expect_failureJunio C Hamano2008-02-0148-427/+498
|/ / / / /