summaryrefslogtreecommitdiffstats
path: root/http.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-04Allow HTTP proxy to be overridden in configSam Vilain2-0/+15
2007-12-04Trace and quote with argv: get rid of unneeded count argument.Christian Couder7-20/+12
2007-12-04install-sh from automake does not like -m without delimiting spaceRobert Schiele3-11/+11
2007-12-04Documentation: add a new man page for "git-help"Christian Couder4-3/+53
2007-12-03git-commit documentation: fix unfinished sentence.Junio C Hamano1-3/+3
2007-12-03git-commit --allow-emptyJunio C Hamano3-4/+24
2007-12-03git-commit: Allow to amend a merge commit that does not change the treeJohannes Sixt2-3/+38
2007-12-03Enable rewrite as well as rename detection in git-statusJeff King1-0/+1
2007-12-03Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin7-0/+616
2007-12-03gitweb: Update and improve gitweb/README fileJakub Narebski1-18/+197
2007-12-03git-stash: Display help message if git-stash is run with wrong sub-commandsKevin Leung1-7/+9
2007-12-02git-am: catch missing author date early.Junio C Hamano1-2/+2
2007-12-02t9600: test cvsimport from CVS working treeJeff King1-0/+12
2007-12-02gitweb: the commitdiff is very commonly used, it's needed on search page, tooDenis Cheng1-0/+2
2007-12-02rename: Break filepairs with different types.Junio C Hamano5-14/+104
2007-12-02Update draft release notes for 1.5.4Junio C Hamano1-86/+98
2007-12-02Consolidate command list to one.Junio C Hamano5-163/+141
2007-12-02Resurrect peek-remoteJunio C Hamano1-1/+1
2007-12-01Update draft release notes for 1.5.4Junio C Hamano1-4/+57
2007-12-01GIT 1.5.3.7v1.5.3.7Junio C Hamano3-2/+47
2007-12-01Fix typo in t4008 test titleJunio C Hamano1-1/+1
2007-12-01git-svn: Don't create a "master" branch every time rebase is runSteven Grimm1-0/+2
2007-12-01git-svn: add a show-externals command.Vineet Kumar1-0/+18
2007-12-01git-svn: Remove unnecessary Git::SVN::Util packageDavid D. Kilzer1-14/+9
2007-12-01git-svn: add support for pulling author from From: and Signed-off-by:Andy Whitcroft1-7/+30
2007-12-01git-svn now reads settings even if called in subdirectoryGustaf Hendeby1-17/+18
2007-12-01Fix a pathological case in git detecting proper renamesLinus Torvalds1-0/+13
2007-12-01Fix a pathological case in git detecting proper renamesLinus Torvalds1-9/+16
2007-12-01Add "--expire <time>" option to 'git prune'Johannes Schindelin3-2/+42
2007-12-01Replace the word 'update-cache' by 'update-index' everywhereJohannes Schindelin9-9/+9
2007-12-01cvsimport: fix usage of cvsimport.moduleJeff King2-4/+25
2007-11-30receive-pack: allow deletion of corrupt refsJohannes Schindelin2-3/+46
2007-11-30t7003-filter-branch: Fix test of a failing --msg-filter.Johannes Sixt1-1/+1
2007-11-30Mention that git-rm can be an appropriate resolution as well as git-add.David Symonds1-1/+1
2007-11-30revert/cherry-pick: Allow overriding the help text by the calling PorcelainWincent Colaiuta2-10/+28
2007-11-30Add config_int() method to the Git perl moduleJakub Narebski1-0/+31
2007-11-30Error out when user doesn't have access permission to the repositoryAndré Goddard Rosa2-7/+24
2007-11-29per-directory-exclude: lazily read .gitignore filesJunio C Hamano3-69/+72
2007-11-29dir.c: minor clean-upJunio C Hamano1-9/+4
2007-11-29rebase -i: give rerere a chanceJohannes Schindelin1-1/+4
2007-11-29git-config --get-color: get configured colorJunio C Hamano2-3/+68
2007-11-29"color.diff = true" is not "always" anymore.Junio C Hamano1-13/+19
2007-11-29Teach 'git pull' about --rebaseJohannes Schindelin4-1/+49
2007-11-29Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin3-13/+19
2007-11-29scripts: do not get confused with HEAD in work treeJunio C Hamano6-11/+11
2007-11-29bash completion: add diff optionsJohannes Schindelin1-0/+14
2007-11-29git checkout's reflog: even when detaching the HEAD, say from whereJohannes Schindelin1-2/+3
2007-11-29sha1_file.c: Fix size_t related printf format warningsSteffen Prohaska1-4/+6
2007-11-29Revert "t5516: test update of local refs on push"Jeff King1-28/+0
2007-11-29Improve description of git-branch -d and -D in man page.Jan Hudec1-7/+14