summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: add search history to searchbarBert Wesarg2011-10-181-0/+60
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: add regexp search mode to the searchbarBert Wesarg2011-10-181-1/+11
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: add smart case search mode in searchbarBert Wesarg2011-10-181-1/+12
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: handle config booleans without valueBert Wesarg2011-10-181-2/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: include the number of untracked files to stage when asking the userPat Thoyts2011-10-181-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: new config to control staging of untracked filesBert Wesarg2011-10-183-1/+32
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: use "untracked" for files which are not known to gitBert Wesarg2011-10-181-5/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: fix unintended line break in message stringBert Wesarg2011-10-181-2/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: fix multi selected file operationBert Wesarg2011-10-181-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | git-p4: test for absolute PWD problemPete Wyckoff2011-12-111-0/+49
* | | | | | | | | | | | | | | | | | | | | | | | | | | | git-p4: use absolute directory for PWD env varGary Gibbons2011-12-111-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | git-p4: submit test for auto-creating clientPathPete Wyckoff2011-12-111-0/+38
* | | | | | | | | | | | | | | | | | | | | | | | | | | | git-p4: ensure submit clientPath exists before chdirGary Gibbons2011-12-111-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Update draft release notes for 1.7.9Junio C Hamano2011-12-091-1/+36
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sg/complete-refs'Junio C Hamano2011-12-091-91/+110
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: remove broken dead code from __git_heads() and __git_tags()sg/complete-refsSZEDER Gábor2011-10-211-20/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor2011-10-211-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor2011-10-211-9/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor2011-10-211-8/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: support full refs from remote repositoriesSZEDER Gábor2011-10-211-8/+21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor2011-10-211-7/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: make refs completion consistent for local and remote reposSZEDER Gábor2011-10-211-4/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: optimize refs completionSZEDER Gábor2011-10-211-45/+70
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: document __gitcomp()SZEDER Gábor2011-10-211-2/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-0917-59/+98
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-058-28/+66
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-1312-32/+36
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-0983-406/+825
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit-tree: teach -m/-F options to read logs from elsewhereJunio C Hamano2011-11-122-6/+53
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit-tree: update the command line parsingJunio C Hamano2011-11-091-13/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit: teach --amend to carry forward extra headersJunio C Hamano2011-11-093-3/+76
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge: force edit and no-ff mode when merging a tag objectJunio C Hamano2011-11-091-0/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit: copy merged signed tags to headers of merge commitJunio C Hamano2011-11-093-11/+116
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge: record tag objects without peeling in MERGE_HEADJunio C Hamano2011-11-082-4/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge: make usage of commit->util more extensibleJunio C Hamano2011-11-084-47/+61
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano2011-11-083-2/+92
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt-merge-msg: package options into a structureJunio C Hamano2011-11-073-18/+27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt-merge-msg: avoid early returnsJunio C Hamano2011-11-071-10/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs DWIMmery: use the same rule for both "git fetch" and othersJunio C Hamano2011-11-073-12/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fetch: allow "git fetch $there v1.0" to fetch a tagJunio C Hamano2011-11-071-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge: notice local merging of tags and keep it unwrappedJunio C Hamano2011-11-075-8/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fetch: do not store peeled tag object names in FETCH_HEADLinus Torvalds2011-11-0459-176/+175
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split GPG interface into its own helper libraryJunio C Hamano2011-11-046-100/+166
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/request-pull-show-head-4'Junio C Hamano2011-12-0912-59/+313
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request-pull: use the annotated tag contentsJunio C Hamano2011-11-092-0/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse errorRamsay Jones2011-10-151-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | environment.c: Fix an sparse "symbol not declared" warningRamsay Jones2011-10-091-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/log.c: Fix an "Using plain integer as NULL pointer" warningRamsay Jones2011-10-091-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt-merge-msg: use branch.$name.descriptionJunio C Hamano2011-10-075-26/+78
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request-pull: use the branch descriptionJunio C Hamano2011-10-051-1/+19