summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bisect: it needs to be done in a working tree.Junio C Hamano2007-02-051-0/+1
* Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin2007-02-054-4/+19
* Add hg-to-git conversion utility.Stelian Pop2007-02-053-0/+262
* blameview: Support browsable functionality to blameview.Aneesh Kumar K.V2007-02-051-3/+20
* gitweb: Convert project name to UTF-8Yasushi SHOJI2007-02-051-3/+3
* bash: Support git-bisect and its subcommands.Shawn O. Pearce2007-02-051-0/+31
* bash: Support --add completion to git-config.Shawn O. Pearce2007-02-051-1/+1
* bash: Hide git-resolve, its deprecated.Shawn O. Pearce2007-02-051-0/+1
* bash: Offer --prune completion for git-gc.Shawn O. Pearce2007-02-051-0/+14
* bash: Hide diff-stages from completion.Shawn O. Pearce2007-02-051-0/+1
* bash: Support completion on git-cherry.Shawn O. Pearce2007-02-051-0/+8
* Show an example of deleting commits with git-rebase.Shawn O. Pearce2007-02-051-2/+25
* git-for-each-ref doesn't return "the bit after $GIT_DIR/refs"Andy Parkins2007-02-051-1/+1
* t9200: Work around HFS+ issues.Junio C Hamano2007-02-051-0/+14
* Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano2007-02-042-4/+5
* git-archimport: initial import needs empty directoryGerrit Pape2007-02-041-0/+9
* Revert "Allow branch.*.merge to talk about remote tracking branches."Junio C Hamano2007-02-041-6/+2
* Merge branch 'np/dreflog'Junio C Hamano2007-02-0414-135/+232
|\
| * show-branch -g: default to the current branch.Junio C Hamano2007-02-032-4/+9
| * Let git-checkout always drop any detached headNicolas Pitre2007-02-031-15/+2
| * Enable HEAD@{...} and make it independent from the current branchNicolas Pitre2007-02-031-26/+36
| * Merge branch 'master' into np/dreflogJunio C Hamano2007-02-03123-923/+5106
| |\
| * | scan reflogs independently from refsNicolas Pitre2007-02-035-9/+67
| * | add reflog when moving HEAD to a new branchNicolas Pitre2007-01-281-1/+1
| * | create_symref(): do not assume pathname from git_path() persists long enoughJunio C Hamano2007-01-281-9/+11
| * | add logref support to git-symbolic-refNicolas Pitre2007-01-286-8/+35
| * | move create_symref() past log_ref_write()Nicolas Pitre2007-01-281-47/+47
| * | add reflog entries for HEAD when detachedNicolas Pitre2007-01-281-2/+3
| * | enable separate reflog for HEADNicolas Pitre2007-01-281-2/+5
| * | lock_ref_sha1_basic(): remember the original name of a ref when resolving itNicolas Pitre2007-01-282-0/+3
| * | make reflog filename independent from struct ref_lockNicolas Pitre2007-01-283-25/+26
* | | Why is it bad to rewind a branch that has already been pushed out?Robin Rosenberg2007-02-041-0/+2
* | | git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano2007-02-042-2/+67
* | | bash: Support internal revlist options better.Shawn O. Pearce2007-02-041-1/+3
* | | bash: Support unique completion when possible.Shawn O. Pearce2007-02-041-99/+91
* | | bash: Support unique completion on git-config.Shawn O. Pearce2007-02-041-38/+82
* | | bash: Classify more commends out of completion.Shawn O. Pearce2007-02-041-1/+17
* | | bash: Add space after unique command name is completed.Shawn O. Pearce2007-02-041-6/+20
* | | bash: Complete long options to git-add.Shawn O. Pearce2007-02-041-0/+16
* | | bash: Classify cat-file and reflog as plumbing.Shawn O. Pearce2007-02-041-20/+3
* | | bash: Remove short option completions for branch/checkout/diff.Shawn O. Pearce2007-02-041-3/+3
| |/ |/|
* | Default GIT_MERGE_VERBOSITY to 5 during tests.Shawn O. Pearce2007-02-031-0/+2
* | Keep untracked files not involved in a merge.Shawn O. Pearce2007-02-032-1/+43
* | Assorted typo fixesPavel Roskin2007-02-0327-41/+41
* | Cleanup subcommand documentation for git-remote.Shawn O. Pearce2007-02-031-4/+19
* | git-config --rename-section could rename wrong sectionPavel Roskin2007-02-031-1/+1
* | combine-diff: special case --unified=0Junio C Hamano2007-02-031-4/+30
* | Why is it bad to rewind a branch that has already been pushed out?Junio C Hamano2007-02-031-3/+3
* | honor GIT_REFLOG_ACTION in git-commitJunio C Hamano2007-02-032-1/+4
* | fix reflog entries for "git-branch"Junio C Hamano2007-02-031-2/+8