summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a pathological case in git detecting proper renamesLinus Torvalds2007-11-301-9/+16
* receive-pack: allow deletion of corrupt refsJohannes Schindelin2007-11-302-3/+46
* Add config_int() method to the Git perl moduleJakub Narebski2007-11-301-0/+31
* Error out when user doesn't have access permission to the repositoryAndré Goddard Rosa2007-11-302-7/+24
* per-directory-exclude: lazily read .gitignore filesJunio C Hamano2007-11-293-69/+72
* dir.c: minor clean-upJunio C Hamano2007-11-291-9/+4
* Merge branch 'maint'Junio C Hamano2007-11-287-18/+25
|\
| * scripts: do not get confused with HEAD in work treeJunio C Hamano2007-11-286-11/+11
| * Improve description of git-branch -d and -D in man page.Jan Hudec2007-11-281-7/+14
* | bash completion: add diff optionsJohannes Schindelin2007-11-281-0/+14
* | git checkout's reflog: even when detaching the HEAD, say from whereJohannes Schindelin2007-11-281-2/+3
* | sha1_file.c: Fix size_t related printf format warningsSteffen Prohaska2007-11-281-4/+6
* | Revert "t5516: test update of local refs on push"Jeff King2007-11-281-28/+0
* | filter-branch: fix dirty way to provide the helpers to commit filtersJohannes Schindelin2007-11-281-6/+8
* | git-stash: do not get fooled with "color.diff = true"Pascal Obry2007-11-271-2/+2
* | Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska2007-11-264-4/+4
* | Fix typo in draft 1.5.4 release notesWincent Colaiuta2007-11-261-1/+1
* | Merge branch 'maint'Junio C Hamano2007-11-252-25/+202
|\ \ | |/
| * Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-11-251-24/+201
| |\
| | * user-manual: recovering from corruptionJ. Bruce Fields2007-11-251-1/+130
| | * user-manual: clarify language about "modifying" old commitsJ. Bruce Fields2007-11-251-9/+11
| | * user-manual: failed push to public repositoryJ. Bruce Fields2007-11-251-9/+49
| | * user-manual: define "branch" and "working tree" at startJ. Bruce Fields2007-11-251-6/+12
| * | git-checkout: describe detached head correctlyJunio C Hamano2007-11-251-1/+1
* | | Print the real filename that we failed to open.André Goddard Rosa2007-11-253-5/+5
* | | revert/cherry-pick: do not mention the original refJunio C Hamano2007-11-251-13/+1
* | | Update draft release notes for 1.5.4Junio C Hamano2007-11-241-4/+34
* | | Merge branch 'maint'Junio C Hamano2007-11-240-0/+0
|\ \ \ | |/ /
| * | Merge branch 'rv/maint-index-commit' into maintJunio C Hamano2007-11-242-1/+33
| |\ \
| * \ \ Merge branch 'lt/maint-rev-list-gitlink' into maintJunio C Hamano2007-11-244-3/+59
| |\ \ \
| | * | | Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-164-3/+59
| * | | | Merge branch 'jc/maint-add-sync-stat' into maintJunio C Hamano2007-11-2410-38/+92
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/maint-format-patch-encoding' into maintJunio C Hamano2007-11-248-9/+65
| |\ \ \ \ \
| | * | | | | test format-patch -s: make sure MIME content type is shown as neededJunio C Hamano2007-11-071-0/+42
| | * | | | | format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-077-9/+23
| * | | | | | Merge branch 'bs/maint-t7005' into maintJunio C Hamano2007-11-241-3/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'bs/maint-commit-options' into maintJunio C Hamano2007-11-242-2/+12
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Deprecate peek-remoteJunio C Hamano2007-11-242-3/+2
* | | | | | | | t4119: correct overeager war-on-whitespaceJunio C Hamano2007-11-241-1/+1
* | | | | | | | Merge branch 'jk/send-pack'Junio C Hamano2007-11-2426-631/+1285
|\ \ \ \ \ \ \ \
| * | | | | | | | send-pack: cluster ref status reportingJeff King2007-11-201-40/+53
| * | | | | | | | send-pack: fix "everything up-to-date" messageJeff King2007-11-181-1/+15
| * | | | | | | | send-pack: tighten remote error reportingJeff King2007-11-182-43/+54
| * | | | | | | | make "find_ref_by_name" a public functionJeff King2007-11-183-8/+10
| * | | | | | | | Fix warning about bitfield in struct refShawn O. Pearce2007-11-181-4/+4
| * | | | | | | | send-pack: assign remote errors to each refJeff King2007-11-173-6/+71
| * | | | | | | | send-pack: check ref->status before updating tracking refsJeff King2007-11-172-13/+10
| * | | | | | | | send-pack: track errors for each refJeff King2007-11-173-95/+156
| * | | | | | | | Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano2007-11-1412-42/+418
| |\ \ \ \ \ \ \ \
| | * | | | | | | | git-push: add documentation for the newly added --mirror modeAndy Whitcroft2007-11-121-0/+8